Thu Oct 26 08:03:40 2023 UTC ()
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.


(adam)
diff -r1.13 -r1.14 pkgsrc/devel/py-pyrsistent/Makefile
diff -r1.12 -r1.13 pkgsrc/devel/py-pyrsistent/distinfo

cvs diff -r1.13 -r1.14 pkgsrc/devel/py-pyrsistent/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-pyrsistent/Makefile 2022/12/29 11:01:10 1.13
+++ pkgsrc/devel/py-pyrsistent/Makefile 2023/10/26 08:03:40 1.14
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.13 2022/12/29 11:01:10 adam Exp $ 1# $NetBSD: Makefile,v 1.14 2023/10/26 08:03:40 adam Exp $
2 2
3DISTNAME= pyrsistent-0.19.3 3DISTNAME= pyrsistent-0.20.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyrsistent/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyrsistent/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/tobgu/pyrsistent 9HOMEPAGE= https://github.com/tobgu/pyrsistent
10COMMENT= Persistent/Functional/Immutable data structures 10COMMENT= Persistent/Functional/Immutable data structures
11LICENSE= mit 11LICENSE= mit
12 12
13TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis 13TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis
14 14
15PYTHON_VERSIONS_INCOMPATIBLE= 27 15PYTHON_VERSIONS_INCOMPATIBLE= 27
16 16

cvs diff -r1.12 -r1.13 pkgsrc/devel/py-pyrsistent/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-pyrsistent/distinfo 2022/12/29 11:01:10 1.12
+++ pkgsrc/devel/py-pyrsistent/distinfo 2023/10/26 08:03:40 1.13
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.12 2022/12/29 11:01:10 adam Exp $ 1$NetBSD: distinfo,v 1.13 2023/10/26 08:03:40 adam Exp $
2 2
3BLAKE2s (pyrsistent-0.19.3.tar.gz) = 2381979b4792d48488f140b0b02fadfe39165e80136346b82bd9f699fddd3c13 3BLAKE2s (pyrsistent-0.20.0.tar.gz) = ec87f92050a61e84508b0c51e4589c730e89b990c831fe0e340b7ef28a5c3227
4SHA512 (pyrsistent-0.19.3.tar.gz) = 6bb70b6fd65b5cd9f961a3199c2d90725aaa66fb869e4eba2143735e2f3a7e4ecdc782b3498acc2d92e263c3bed14cec8cc77324f4ebd08c300ba6735db5ecf7 4SHA512 (pyrsistent-0.20.0.tar.gz) = ac78c55e8687f12ae8729f2262a76a9257a6d6f4bbb5a01cb45ffb170d5c2044b1f26b3ed1359b2d722201507c32781f024b49b20d45faedf288823a98255a6f
5Size (pyrsistent-0.19.3.tar.gz) = 102640 bytes 5Size (pyrsistent-0.20.0.tar.gz) = 103642 bytes