]> git.99rst.org Git - openwrt-packages.git/commit
python-cffi: bump to 2.1.1
authorAlexandru Ardelean <redacted>
Sun, 9 Aug 2026 09:31:53 +0000 (12:31 +0300)
committerAlexandru Ardelean <redacted>
Tue, 11 Aug 2026 10:45:28 +0000 (13:45 +0300)
commit088040f3ec1598cb1eb32d7a4fdacaf398707598
tree28cea82c54835db8a35d24af60d0aecbfe7b7612
parentbdef92ab040bf2a6dfb05788ca1554f8c1a99bb4
python-cffi: bump to 2.1.1

Refresh sha256 from PyPI sdist. Drop the macOS cross-compile patch;
2.1.1 already carries the sysconfig.get_platform() fix upstream.

Add test-version.sh: 2.1.1 ships the cffi-gen-src console tool, a
subcommand CLI with no version flag, so the generic per-executable
version probe fails the package ("No executables in the package
provided version"). test-version.sh skips that probe, and test.sh now
asserts cffi.__version__ against the packaged version.

Signed-off-by: Alexandru Ardelean <redacted>
lang/python/python-cffi/Makefile
lang/python/python-cffi/patches/001-fix-cross-compilation-on-macos-hosts.patch [deleted file]
lang/python/python-cffi/test-version.sh [new file with mode: 0755]
lang/python/python-cffi/test.sh [changed mode: 0644->0755]
git clone https://git.99rst.org/PROJECT