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 Dec 10 08:59:09 UTC 2021

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

Log Message:
py-cffi: updated to 1.15.0

v1.15.0
=======
* Fixed MANIFEST.in to include missing file for Windows arm64 support
* Fixed Linux wheel build to use gcc default ISA for libffi
* Updated setup.py Python trove specifiers to currently-tested Python versions
* CPython 3.10 support (including wheels)
* MacOS arm64 support (including wheels)
* Initial Windows arm64 support
* Misc. doc and test updates


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/devel/py-cffi/Makefile
cvs rdiff -u -r1.45 -r1.46 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.50 pkgsrc/devel/py-cffi/Makefile:1.51
--- pkgsrc/devel/py-cffi/Makefile:1.50  Fri Jul  9 20:20:27 2021
+++ pkgsrc/devel/py-cffi/Makefile       Fri Dec 10 08:59:09 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.50 2021/07/09 20:20:27 adam Exp $
+# $NetBSD: Makefile,v 1.51 2021/12/10 08:59:09 adam Exp $
 
-DISTNAME=      cffi-1.14.6
+DISTNAME=      cffi-1.15.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cffi/}

Index: pkgsrc/devel/py-cffi/distinfo
diff -u pkgsrc/devel/py-cffi/distinfo:1.45 pkgsrc/devel/py-cffi/distinfo:1.46
--- pkgsrc/devel/py-cffi/distinfo:1.45  Tue Oct 26 10:18:17 2021
+++ pkgsrc/devel/py-cffi/distinfo       Fri Dec 10 08:59:09 2021
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.45 2021/10/26 10:18:17 nia Exp $
+$NetBSD: distinfo,v 1.46 2021/12/10 08:59:09 adam Exp $
 
-BLAKE2s (cffi-1.14.6.tar.gz) = e848782ee6cf3cdf2dce076a8e3ce35d6eb85976d9c9c6d565f9356c50396482
-SHA512 (cffi-1.14.6.tar.gz) = 30a8b25b74921a90a1fa96d05de1f25437d0fbbf73b7de0bb9ce22dfcaccbd78376b605525fe970212221d3e598357a9b1da420bfbd1a3e513263ed2b789e813
-Size (cffi-1.14.6.tar.gz) = 475744 bytes
+BLAKE2s (cffi-1.15.0.tar.gz) = 3b15958ed924503574125fc08153b53019d59935dfd2dbe659f2ff02dd1764ca
+SHA512 (cffi-1.15.0.tar.gz) = ee83efde6f77f4a0c5889088c4c208ed7b9071fe06dfc16a8d2396de07f78fe859e1e39866760198a9d700f3b7359e8715e8a3e4907feb81d3fc4b8dd0dbaca1
+Size (cffi-1.15.0.tar.gz) = 484058 bytes
 SHA1 (patch-testing_cffi0_test__verify.py) = 91e903aa6aa89f997aba1578cb9452e6ac160f50
 SHA1 (patch-testing_cffi1_test__verify1.py) = 72d564ff8422bc1c8ed8b7058fb95ca669b69529



Home | Main Index | Thread Index | Old Index