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 Jul  1 17:10:46 UTC 2022

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

Log Message:
py-cffi: updated to 1.15.1

v1.15.1
=======

* If you call `ffi.embedding_api()` but don't write any `extern "Python"`
  function there, then the resulting C code would fail an assert.  Fixed.

* Updated Windows/arm64 embedded libffi static lib to v3.4.2, and scripted
  to ease future updates (thanks Niyas Sait!)


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/devel/py-cffi/Makefile
cvs rdiff -u -r1.46 -r1.47 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.52 pkgsrc/devel/py-cffi/Makefile:1.53
--- pkgsrc/devel/py-cffi/Makefile:1.52  Tue Jan  4 20:52:55 2022
+++ pkgsrc/devel/py-cffi/Makefile       Fri Jul  1 17:10:46 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.52 2022/01/04 20:52:55 wiz Exp $
+# $NetBSD: Makefile,v 1.53 2022/07/01 17:10:46 adam Exp $
 
-DISTNAME=      cffi-1.15.0
+DISTNAME=      cffi-1.15.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cffi/}
 

Index: pkgsrc/devel/py-cffi/distinfo
diff -u pkgsrc/devel/py-cffi/distinfo:1.46 pkgsrc/devel/py-cffi/distinfo:1.47
--- pkgsrc/devel/py-cffi/distinfo:1.46  Fri Dec 10 08:59:09 2021
+++ pkgsrc/devel/py-cffi/distinfo       Fri Jul  1 17:10:46 2022
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.46 2021/12/10 08:59:09 adam Exp $
+$NetBSD: distinfo,v 1.47 2022/07/01 17:10:46 adam Exp $
 
-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
+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
 SHA1 (patch-testing_cffi0_test__verify.py) = 91e903aa6aa89f997aba1578cb9452e6ac160f50
 SHA1 (patch-testing_cffi1_test__verify1.py) = 72d564ff8422bc1c8ed8b7058fb95ca669b69529



Home | Main Index | Thread Index | Old Index