Skip to content

Commit

Permalink
Update CFFI to 1.17.1 (pyodide#5261)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
viblo and pre-commit-ci[bot] authored Dec 17, 2024
1 parent 4e6cd44 commit 5620bc7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 40 deletions.
1 change: 1 addition & 0 deletions docs/project/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ myst:
- Upgraded `tree-sitter-python` to 0.23.4 {pr}`5185`
- Upgraded `lakers-python` to 0.4.1 {pr}`5225`
- Upgraded `pure-eval` to 0.2.3 {pr}`5086`, {pr}`5244`
- Upgraded `cffi` to 1.17.1 {pr}`5261`

## Version 0.26.4

Expand Down
8 changes: 3 additions & 5 deletions packages/cffi/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
package:
name: cffi
version: 1.16.0
version: 1.17.1
top-level:
- cffi
requirements:
run:
- pycparser
source:
url: https://files.pythonhosted.org/packages/68/ce/95b0bae7968c65473e1298efb042e10cafc7bafc14d9e4f154008241c91d/cffi-1.16.0.tar.gz
sha256: bcb3ef43e58665bbda2fb198698fcae6776483e0c4a631aa5647806c25e02cc0
patches:
- patches/0001-Use-libffi-in-emscripten.patch
url: https://files.pythonhosted.org/packages/fc/97/c783634659c2920c3fc70419e3af40972dbaf758daa229a7d6ea6135c90d/cffi-1.17.1.tar.gz
sha256: 1c39c6016c32bc48dd54561950ebd6836e1670f2ae46128f67cf49e789c52824
build:
cross-build-env: true
about:
Expand Down
35 changes: 0 additions & 35 deletions packages/cffi/patches/0001-Use-libffi-in-emscripten.patch

This file was deleted.

0 comments on commit 5620bc7

Please sign in to comment.