pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-cffi
Module Name: pkgsrc
Committed By: adam
Date: Fri Sep 6 13:48:57 UTC 2024
Modified Files:
pkgsrc/devel/py-cffi: Makefile distinfo
Log Message:
py-cffi: updated to 1.17.1
v1.17.1
* Fix failing ``distutils.msvc9compiler`` imports under Windows
* ``ffibuilder.emit_python_code()`` and ``ffibuiler.emit_c_code()`` accept file-like objects
* ``ffiplatform`` calls are bypassed by ``ffibuilder.emit_python_code()`` and ``ffibuilder.emit_c_code()``
To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/devel/py-cffi/Makefile
cvs rdiff -u -r1.50 -r1.51 pkgsrc/devel/py-cffi/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-cffi/Makefile
diff -u pkgsrc/devel/py-cffi/Makefile:1.56 pkgsrc/devel/py-cffi/Makefile:1.57
--- pkgsrc/devel/py-cffi/Makefile:1.56 Sun Aug 11 06:51:09 2024
+++ pkgsrc/devel/py-cffi/Makefile Fri Sep 6 13:48:57 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.56 2024/08/11 06:51:09 wiz Exp $
+# $NetBSD: Makefile,v 1.57 2024/09/06 13:48:57 adam Exp $
-DISTNAME= cffi-1.17.0
+DISTNAME= cffi-1.17.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=c/cffi/}
@@ -17,8 +17,6 @@ DEPENDS+= ${PYPKGPREFIX}-cparser-[0-9]*:
USE_LANGUAGES= c c++ # c++ for testing only
USE_TOOLS+= pkg-config
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
# as of 1.17.0
# 8 failed, 1910 passed, 130 skipped, 4 xfailed, 11 warnings
Index: pkgsrc/devel/py-cffi/distinfo
diff -u pkgsrc/devel/py-cffi/distinfo:1.50 pkgsrc/devel/py-cffi/distinfo:1.51
--- pkgsrc/devel/py-cffi/distinfo:1.50 Sun Aug 11 06:51:09 2024
+++ pkgsrc/devel/py-cffi/distinfo Fri Sep 6 13:48:57 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.50 2024/08/11 06:51:09 wiz Exp $
+$NetBSD: distinfo,v 1.51 2024/09/06 13:48:57 adam Exp $
-BLAKE2s (cffi-1.17.0.tar.gz) = f52fe87fb04b4fb2c4dd1eba819a098b359d891ea7c415631c6fc81ece0218a0
-SHA512 (cffi-1.17.0.tar.gz) = 8516abe177c2acfc31ede401287956cc4dc486b26ed9c4752811be71dc6bc94af3adf1f1f685a94e7242f052b74768bfbbb30ce41a3c23b9259c91449347566e
-Size (cffi-1.17.0.tar.gz) = 516073 bytes
+BLAKE2s (cffi-1.17.1.tar.gz) = 9e933dffa27eed92df37c76f9dc24238a77ea6bab6ffb2120833c99cf6dfeed3
+SHA512 (cffi-1.17.1.tar.gz) = 907129891d56351ca5cb885aae62334ad432321826d6eddfaa32195b4c7b7689a80333e6d14d0aab479a646aba148b9852c0815b80344dfffa4f183a5e74372c
+Size (cffi-1.17.1.tar.gz) = 516621 bytes
SHA1 (patch-setup.py) = 5d31edc3a7787f04f4e4f18fc4deb25daf338401
SHA1 (patch-testing_cffi0_test__verify.py) = 91e903aa6aa89f997aba1578cb9452e6ac160f50
SHA1 (patch-testing_cffi1_test__verify1.py) = 72d564ff8422bc1c8ed8b7058fb95ca669b69529
Home |
Main Index |
Thread Index |
Old Index