pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-pyrsistent
Module Name: pkgsrc
Committed By: adam
Date: Thu Oct 26 08:03:40 UTC 2023
Modified Files:
pkgsrc/devel/py-pyrsistent: Makefile distinfo
Log Message:
py-pyrsistent: updated to 0.20.0
0.20.0, 2023-10-25
* Fix 245, never introduce new nodes during discard.
* Fix 268, do not rely on well implemented __ne__ for keys in pmaps, instead do explicit inversion of equality
comparison when checking for inequality.
* Officially support Python 3.12.
* Officially drop support for Python 3.7.
* Fix 273, build more types of wheels. Thanks @jams2 for this!
* Fix 282, add generic types to types. Thanks @lukasK9999 for this!
* Fix 281, defaultdict can now be frozen. NB! This is a backwards incompatible fix since defaultdict was not
previously frozen.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/py-pyrsistent/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-pyrsistent/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-pyrsistent/Makefile
diff -u pkgsrc/devel/py-pyrsistent/Makefile:1.13 pkgsrc/devel/py-pyrsistent/Makefile:1.14
--- pkgsrc/devel/py-pyrsistent/Makefile:1.13 Thu Dec 29 11:01:10 2022
+++ pkgsrc/devel/py-pyrsistent/Makefile Thu Oct 26 08:03:40 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2022/12/29 11:01:10 adam Exp $
+# $NetBSD: Makefile,v 1.14 2023/10/26 08:03:40 adam Exp $
-DISTNAME= pyrsistent-0.19.3
+DISTNAME= pyrsistent-0.20.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyrsistent/}
Index: pkgsrc/devel/py-pyrsistent/distinfo
diff -u pkgsrc/devel/py-pyrsistent/distinfo:1.12 pkgsrc/devel/py-pyrsistent/distinfo:1.13
--- pkgsrc/devel/py-pyrsistent/distinfo:1.12 Thu Dec 29 11:01:10 2022
+++ pkgsrc/devel/py-pyrsistent/distinfo Thu Oct 26 08:03:40 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2022/12/29 11:01:10 adam Exp $
+$NetBSD: distinfo,v 1.13 2023/10/26 08:03:40 adam Exp $
-BLAKE2s (pyrsistent-0.19.3.tar.gz) = 2381979b4792d48488f140b0b02fadfe39165e80136346b82bd9f699fddd3c13
-SHA512 (pyrsistent-0.19.3.tar.gz) = 6bb70b6fd65b5cd9f961a3199c2d90725aaa66fb869e4eba2143735e2f3a7e4ecdc782b3498acc2d92e263c3bed14cec8cc77324f4ebd08c300ba6735db5ecf7
-Size (pyrsistent-0.19.3.tar.gz) = 102640 bytes
+BLAKE2s (pyrsistent-0.20.0.tar.gz) = ec87f92050a61e84508b0c51e4589c730e89b990c831fe0e340b7ef28a5c3227
+SHA512 (pyrsistent-0.20.0.tar.gz) = ac78c55e8687f12ae8729f2262a76a9257a6d6f4bbb5a01cb45ffb170d5c2044b1f26b3ed1359b2d722201507c32781f024b49b20d45faedf288823a98255a6f
+Size (pyrsistent-0.20.0.tar.gz) = 103642 bytes
Home |
Main Index |
Thread Index |
Old Index