CVS commit: pkgsrc/devel/py-cffi

"Adam Ciarcinski" <[email protected]> Tue, 4 Aug 2026 20:16:06 +0000
Newsgroups gmane.os.netbsd.devel.pkgsrc.cvs
Message-ID <[email protected]>
This is a multi-part message in MIME format.

--_----------=_1785874566186750
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset="US-ASCII"

Module Name:	pkgsrc
Committed By:	adam
Date:		Tue Aug  4 20:16:06 UTC 2026

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

Log Message:
py-cffi: updated to 2.1.1

2.1.1

* Minimize internal Python API usage for interpreter and thread state sampling where possible.
  Avoids breaking ABI change in Python >= 3.15.0b4.


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 pkgsrc/devel/py-cffi/Makefile
cvs rdiff -u -r1.53 -r1.54 pkgsrc/devel/py-cffi/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


--_----------=_1785874566186750
Content-Disposition: inline
Content-Length: 1747
Content-Transfer-Encoding: binary
Content-Type: text/x-diff; charset=us-ascii

Modified files:

Index: pkgsrc/devel/py-cffi/Makefile
diff -u pkgsrc/devel/py-cffi/Makefile:1.63 pkgsrc/devel/py-cffi/Makefile:1.64
--- pkgsrc/devel/py-cffi/Makefile:1.63	Fri Jul 10 09:42:35 2026
+++ pkgsrc/devel/py-cffi/Makefile	Tue Aug  4 20:16:06 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.63 2026/07/10 09:42:35 adam Exp $
+# $NetBSD: Makefile,v 1.64 2026/08/04 20:16:06 adam Exp $
 
-DISTNAME=	cffi-2.1.0
+DISTNAME=	cffi-2.1.1
 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.53 pkgsrc/devel/py-cffi/distinfo:1.54
--- pkgsrc/devel/py-cffi/distinfo:1.53	Fri Jul 10 09:42:35 2026
+++ pkgsrc/devel/py-cffi/distinfo	Tue Aug  4 20:16:06 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.53 2026/07/10 09:42:35 adam Exp $
+$NetBSD: distinfo,v 1.54 2026/08/04 20:16:06 adam Exp $
 
-BLAKE2s (cffi-2.1.0.tar.gz) = 1a67a0249586d8b4ae004c9ea833dfe35bd1835aac260e53dcd9d24a505591cf
-SHA512 (cffi-2.1.0.tar.gz) = 44c5e434580ba5ff1f2c23bbabe959d49e77a8823648eaab631c46f175c2b4ff3b96d5976b66ef33b93537674a1ba01e355cf836d40de7e2c0557a51f5fc7959
-Size (cffi-2.1.0.tar.gz) = 531036 bytes
+BLAKE2s (cffi-2.1.1.tar.gz) = 01ac2c77ce13ecb561791459bf7fa792ee2ad084b5c28f7f55c8f3a1a658a6db
+SHA512 (cffi-2.1.1.tar.gz) = 60299646ae72e54155a3ca220f00a2b2fee079276a01ff13e30fb6af0d19b07fb4ae539af55e4704ce2081d34c4a3079ef43c0dcb2fe854f835f8441b348f7c5
+Size (cffi-2.1.1.tar.gz) = 530807 bytes
 SHA1 (patch-setup.py) = 7e7029d93791d8e8c9cdbb0d04c31f30d5658d1d
 SHA1 (patch-testing_cffi0_test__verify.py) = 91e903aa6aa89f997aba1578cb9452e6ac160f50
 SHA1 (patch-testing_cffi1_test__verify1.py) = 72d564ff8422bc1c8ed8b7058fb95ca669b69529


--_----------=_1785874566186750--