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:           Wed Oct  4 21:51:44 UTC 2023

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

Log Message:
py-cffi: updated to 1.16.0

v1.16.0

* Add support for Python 3.12. With the removal of ``distutils`` from Python 3.12, projects
  using CFFI features that depend on ``distutils`` at runtime must add a dependency on
  ``setuptools`` to function under Python 3.12+. CFFI does not declare a runtime ``setuptools``
  requirement to avoid an unnecessary dependency for projects that do not require it.
* Drop support for end-of-life Python versions (2.7, 3.6, 3.7).
* Add support for PEP517 builds; ``setuptools`` is now a required build dependency.
* Declare ``python_requires`` metadata for Python 3.8+. This allows unsupported Pythons
  to continue using previously released sdists and wheels.
* Move project source under ``src/``; a more standard layout that also enables CI to more easily
  catch packaging errors.


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/devel/py-cffi/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-cffi/PLIST
cvs rdiff -u -r1.47 -r1.48 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.53 pkgsrc/devel/py-cffi/Makefile:1.54
--- pkgsrc/devel/py-cffi/Makefile:1.53  Fri Jul  1 17:10:46 2022
+++ pkgsrc/devel/py-cffi/Makefile       Wed Oct  4 21:51:44 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.53 2022/07/01 17:10:46 adam Exp $
+# $NetBSD: Makefile,v 1.54 2023/10/04 21:51:44 adam Exp $
 
-DISTNAME=      cffi-1.15.1
+DISTNAME=      cffi-1.16.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cffi/}

Index: pkgsrc/devel/py-cffi/PLIST
diff -u pkgsrc/devel/py-cffi/PLIST:1.8 pkgsrc/devel/py-cffi/PLIST:1.9
--- pkgsrc/devel/py-cffi/PLIST:1.8      Sat Feb 16 23:37:23 2019
+++ pkgsrc/devel/py-cffi/PLIST  Wed Oct  4 21:51:44 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2019/02/16 23:37:23 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2023/10/04 21:51:44 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -13,6 +13,12 @@ ${PYSITELIB}/cffi/__init__.pyo
 ${PYSITELIB}/cffi/_cffi_errors.h
 ${PYSITELIB}/cffi/_cffi_include.h
 ${PYSITELIB}/cffi/_embedding.h
+${PYSITELIB}/cffi/_imp_emulation.py
+${PYSITELIB}/cffi/_imp_emulation.pyc
+${PYSITELIB}/cffi/_imp_emulation.pyo
+${PYSITELIB}/cffi/_shimmed_dist_utils.py
+${PYSITELIB}/cffi/_shimmed_dist_utils.pyc
+${PYSITELIB}/cffi/_shimmed_dist_utils.pyo
 ${PYSITELIB}/cffi/api.py
 ${PYSITELIB}/cffi/api.pyc
 ${PYSITELIB}/cffi/api.pyo

Index: pkgsrc/devel/py-cffi/distinfo
diff -u pkgsrc/devel/py-cffi/distinfo:1.47 pkgsrc/devel/py-cffi/distinfo:1.48
--- pkgsrc/devel/py-cffi/distinfo:1.47  Fri Jul  1 17:10:46 2022
+++ pkgsrc/devel/py-cffi/distinfo       Wed Oct  4 21:51:44 2023
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.47 2022/07/01 17:10:46 adam Exp $
+$NetBSD: distinfo,v 1.48 2023/10/04 21:51:44 adam Exp $
 
-BLAKE2s (cffi-1.15.1.tar.gz) = 7407a99480cab9e973f7a8f82c0995a7639f2bd59cf5cfc6b10235a27aa2e5e6
-SHA512 (cffi-1.15.1.tar.gz) = e99cafcb029076abc29e435b490fa0573ee2856f4051b7ca8a5b38cd125d56dd9dae8b189f59ceb3d728a675da8ee83239e09e19f8b0feeddea4b186ab5173a5
-Size (cffi-1.15.1.tar.gz) = 508501 bytes
+BLAKE2s (cffi-1.16.0.tar.gz) = 9573f137415a07450c7403bd50d5335cd101f538567b9ada700cc00ed88eeff6
+SHA512 (cffi-1.16.0.tar.gz) = fd2588115092202aa9289c9d4e0a0b3e264b5e9ec1dc192950f31aeb412fd9f9d4e5c96a3f9c6762987b58ccc1e229f2012ddda89211797104df672d8ed51152
+Size (cffi-1.16.0.tar.gz) = 512873 bytes
 SHA1 (patch-testing_cffi0_test__verify.py) = 91e903aa6aa89f997aba1578cb9452e6ac160f50
 SHA1 (patch-testing_cffi1_test__verify1.py) = 72d564ff8422bc1c8ed8b7058fb95ca669b69529



Home | Main Index | Thread Index | Old Index