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:   wiz
Date:           Sun Sep 21 15:31:05 UTC 2025

Modified Files:
        pkgsrc/devel/py-cffi: Makefile PLIST distinfo

Log Message:
py-cffi: update to 2.0.0.

    Added support for free threaded CPython (3.14t+ only). (#178)
    Note that the free-threaded build does not yet support building
    extensions with the limited API, so you must set py_limited_api=False
    when building extensions for the free-threaded build. CPython
    3.13t is not currently supported due to differences in sync
    primitive behavior from 3.14t that result in segfaults.

    Added support for Python 3.14. (#177)

    Dropped support for Python 3.8.


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/devel/py-cffi/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-cffi/PLIST
cvs rdiff -u -r1.51 -r1.52 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.61 pkgsrc/devel/py-cffi/Makefile:1.62
--- pkgsrc/devel/py-cffi/Makefile:1.61  Sat Apr 12 09:50:45 2025
+++ pkgsrc/devel/py-cffi/Makefile       Sun Sep 21 15:31:05 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.61 2025/04/12 09:50:45 adam Exp $
+# $NetBSD: Makefile,v 1.62 2025/09/21 15:31:05 wiz Exp $
 
-DISTNAME=      cffi-1.17.1
+DISTNAME=      cffi-2.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cffi/}
 
@@ -17,8 +16,8 @@ DEPENDS+=     ${PYPKGPREFIX}-cparser-[0-9]*:
 USE_LANGUAGES= c c++ # c++ for testing only
 USE_TOOLS+=    pkg-config
 
-# as of 1.17.0
-# 8 failed, 1910 passed, 130 skipped, 4 xfailed, 11 warnings
+# as of 2.0.0
+# 8 failed, 1914 passed, 131 skipped, 4 xfailed, 19 warnings
 
 .include "../../devel/libffi/buildlink3.mk"
 .include "../../lang/python/wheel.mk"

Index: pkgsrc/devel/py-cffi/PLIST
diff -u pkgsrc/devel/py-cffi/PLIST:1.12 pkgsrc/devel/py-cffi/PLIST:1.13
--- pkgsrc/devel/py-cffi/PLIST:1.12     Sat Apr 12 09:50:45 2025
+++ pkgsrc/devel/py-cffi/PLIST  Sun Sep 21 15:31:05 2025
@@ -1,11 +1,12 @@
-@comment $NetBSD: PLIST,v 1.12 2025/04/12 09:50:45 adam Exp $
+@comment $NetBSD: PLIST,v 1.13 2025/09/21 15:31:05 wiz Exp $
+${PYSITELIB}/_cffi_backend.so
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/AUTHORS
 ${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
-${PYSITELIB}/_cffi_backend.so
 ${PYSITELIB}/cffi/__init__.py
 ${PYSITELIB}/cffi/__init__.pyc
 ${PYSITELIB}/cffi/__init__.pyo

Index: pkgsrc/devel/py-cffi/distinfo
diff -u pkgsrc/devel/py-cffi/distinfo:1.51 pkgsrc/devel/py-cffi/distinfo:1.52
--- pkgsrc/devel/py-cffi/distinfo:1.51  Fri Sep  6 13:48:57 2024
+++ pkgsrc/devel/py-cffi/distinfo       Sun Sep 21 15:31:05 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.51 2024/09/06 13:48:57 adam Exp $
+$NetBSD: distinfo,v 1.52 2025/09/21 15:31:05 wiz Exp $
 
-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
+BLAKE2s (cffi-2.0.0.tar.gz) = 09670f4f74a5b2913287ea21197d0e07642ec3f497c913a4a91c8c297e0d57a4
+SHA512 (cffi-2.0.0.tar.gz) = a8bf705e626f6b5858cc20e9044a23fd653d155e2a2d4cb59f1eed00ef13ebd92d5a2f07738c66b361cb24d863786d4379dcd9c176250b546fbd45758e51d4f4
+Size (cffi-2.0.0.tar.gz) = 523588 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