pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-pyrsistent py-pyrsistent: updated to 0.15.4
details: https://anonhg.NetBSD.org/pkgsrc/rev/660187c0c58f
branches: trunk
changeset: 342463:660187c0c58f
user: adam <adam%pkgsrc.org@localhost>
date: Sat Oct 19 14:29:45 2019 +0000
description:
py-pyrsistent: updated to 0.15.4
0.15.4:
* Fix a GC traversal bug in pvector evolver C extension.
* Fix pytest 5 compatibility, this is a quick fix, some more work is needed to get coverage working etc.
0.15.3:
* Fix catch all exceptions during extension build to reduce chance of corner cases that prevents installation.
* Fix in PVector equality comparison don's assume that other object has a length, check before calling len.
* Fix write warning about failing build of C extension directly to stderr to avoid that pip silences it.
* Fix update PMapEvolver type stub to better reflect implementation.
0.15.2:
* Propagate 'ignore_extra' param in hierarchy.
* Fix thaw typing.
* Fix not possible to insert empty pmap as leaf node with transform.
0.15.1:
* Fix installation broken on Python 2.
0.15.0:
* Python 3.4 is no longer officially supported since it is EOL since 2019-03-18.
* Fix major improvements to type hints.
* Fix installation fails on some Windows platforms because fallback to Python pvector does not work.
diffstat:
devel/py-pyrsistent/Makefile | 4 ++--
devel/py-pyrsistent/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r b59ef89e5366 -r 660187c0c58f devel/py-pyrsistent/Makefile
--- a/devel/py-pyrsistent/Makefile Sat Oct 19 14:21:25 2019 +0000
+++ b/devel/py-pyrsistent/Makefile Sat Oct 19 14:29:45 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2019/03/02 14:27:15 adam Exp $
+# $NetBSD: Makefile,v 1.2 2019/10/19 14:29:45 adam Exp $
-DISTNAME= pyrsistent-0.14.11
+DISTNAME= pyrsistent-0.15.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyrsistent/}
diff -r b59ef89e5366 -r 660187c0c58f devel/py-pyrsistent/distinfo
--- a/devel/py-pyrsistent/distinfo Sat Oct 19 14:21:25 2019 +0000
+++ b/devel/py-pyrsistent/distinfo Sat Oct 19 14:29:45 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2019/03/02 14:27:15 adam Exp $
+$NetBSD: distinfo,v 1.2 2019/10/19 14:29:45 adam Exp $
-SHA1 (pyrsistent-0.14.11.tar.gz) = fa47c423d7245ec2473a0ec6efcc0811020b875b
-RMD160 (pyrsistent-0.14.11.tar.gz) = 9e665cfbb6fd3c996771669a9fcb51e7c86c7e88
-SHA512 (pyrsistent-0.14.11.tar.gz) = c9dbf01a96d93eb7608f37febe2a51cb243fcee4d1dfc8821e74b576969ee7ca7097af85373b3eb58804715a2f4ab10ed92b42b1169580ad3e4ba9fb4739d3bb
-Size (pyrsistent-0.14.11.tar.gz) = 104498 bytes
+SHA1 (pyrsistent-0.15.4.tar.gz) = 12855cfc5c23d5e4eb7a43c98c591398464a95dd
+RMD160 (pyrsistent-0.15.4.tar.gz) = 14fe3f3021c98b6ac1787a407f99b3c3dfdb588c
+SHA512 (pyrsistent-0.15.4.tar.gz) = a88cf1c8422919707f47ab3933841407075f1ea03d62dceb3f10433ff9514dc55b463720b83c53961a322dbd66074392295ef44ef9e831c9f1b527b4f18032a2
+Size (pyrsistent-0.15.4.tar.gz) = 107237 bytes
Home |
Main Index |
Thread Index |
Old Index