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:           Mon Oct 31 14:00:46 UTC 2022

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

Log Message:
py-pyrsistent: updated to 0.19.1

0.19.1, 2022-10-30
 * Fix 159. Pmap keys/values/items now behave more like the corresponding Python 3
   methods on dicts. Previously they returned a materialized PVector holding the items, now they return
   views instead. This is a slight backwards incompatibility compared to previous behaviour, hence stepping
   version to 0.19. Thanks @noahbenson for this!
 * Fix 244, type for argument to PVector.delete missing. @thanks dscrofts for this!
 * Fix 249, rename perf test directory to avoid tripping up automatic discovery in more recent setuptools versions
 * Fix 247, performance bug when setting elements in maps and adding elements to sets
 * Fix 248, build pure Python wheels. This is used by some installers. Thanks @andyreagan for this!
 * Fix 254, 258, support manylinux_2014_aarch64 wheels. Thanks @Aaron-Durant for this!

0.19.0 - Never released due to issues found on test-PyPI


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-pyrsistent/Makefile
cvs rdiff -u -r1.9 -r1.10 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.10 pkgsrc/devel/py-pyrsistent/Makefile:1.11
--- pkgsrc/devel/py-pyrsistent/Makefile:1.10    Thu Apr  7 06:46:29 2022
+++ pkgsrc/devel/py-pyrsistent/Makefile Mon Oct 31 14:00:46 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2022/04/07 06:46:29 adam Exp $
+# $NetBSD: Makefile,v 1.11 2022/10/31 14:00:46 adam Exp $
 
-DISTNAME=      pyrsistent-0.18.1
+DISTNAME=      pyrsistent-0.19.1
 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.9 pkgsrc/devel/py-pyrsistent/distinfo:1.10
--- pkgsrc/devel/py-pyrsistent/distinfo:1.9     Thu Apr  7 06:46:29 2022
+++ pkgsrc/devel/py-pyrsistent/distinfo Mon Oct 31 14:00:46 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2022/04/07 06:46:29 adam Exp $
+$NetBSD: distinfo,v 1.10 2022/10/31 14:00:46 adam Exp $
 
-BLAKE2s (pyrsistent-0.18.1.tar.gz) = 11cf57c166e75e844ebc299ebd970ec1449dac1c1af128b162c762ba0bf0060d
-SHA512 (pyrsistent-0.18.1.tar.gz) = 353ad6e9165e1afdde37730a9289cf8dde28491abb688d702a8c8f5279e24f5ce387a5d00ac4a077322299f9c1a535781bcacdcd1cb914ddb317b3ca9641778b
-Size (pyrsistent-0.18.1.tar.gz) = 100522 bytes
+BLAKE2s (pyrsistent-0.19.1.tar.gz) = 2eec7e1a028ab81b3359ae54d47302c86a8870cd8e4a9de553449befbcff720e
+SHA512 (pyrsistent-0.19.1.tar.gz) = d7bf09298f2713b3e741a02f34efeb0d083f5ff85d7c19e3c7a13e5051d3e0e120f2831190595a764722fe733ba8e105f820c833b5c59638e92eb4c14604e788
+Size (pyrsistent-0.19.1.tar.gz) = 102135 bytes



Home | Main Index | Thread Index | Old Index