Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/py-immutables py-immutables: updated to 0.14



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e09750f221c2
branches:  trunk
changeset: 432033:e09750f221c2
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon May 18 10:50:04 2020 +0000

description:
py-immutables: updated to 0.14

v0.14:
Allow None to be used as key in pure-Python implementation.

diffstat:

 misc/py-immutables/Makefile |   4 ++--
 misc/py-immutables/PLIST    |   5 ++++-
 misc/py-immutables/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r 8227777c2e00 -r e09750f221c2 misc/py-immutables/Makefile
--- a/misc/py-immutables/Makefile       Mon May 18 10:45:44 2020 +0000
+++ b/misc/py-immutables/Makefile       Mon May 18 10:50:04 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2020/05/14 06:04:46 adam Exp $
+# $NetBSD: Makefile,v 1.4 2020/05/18 10:50:04 adam Exp $
 
-DISTNAME=      immutables-0.13
+DISTNAME=      immutables-0.14
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    misc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/immutables/}
diff -r 8227777c2e00 -r e09750f221c2 misc/py-immutables/PLIST
--- a/misc/py-immutables/PLIST  Mon May 18 10:45:44 2020 +0000
+++ b/misc/py-immutables/PLIST  Mon May 18 10:50:04 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2020/05/13 14:50:33 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2020/05/18 10:50:04 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -10,6 +10,9 @@
 ${PYSITELIB}/immutables/_map.h
 ${PYSITELIB}/immutables/_map.pyi
 ${PYSITELIB}/immutables/_map.so
+${PYSITELIB}/immutables/_testutils.py
+${PYSITELIB}/immutables/_testutils.pyc
+${PYSITELIB}/immutables/_testutils.pyo
 ${PYSITELIB}/immutables/_version.py
 ${PYSITELIB}/immutables/_version.pyc
 ${PYSITELIB}/immutables/_version.pyo
diff -r 8227777c2e00 -r e09750f221c2 misc/py-immutables/distinfo
--- a/misc/py-immutables/distinfo       Mon May 18 10:45:44 2020 +0000
+++ b/misc/py-immutables/distinfo       Mon May 18 10:50:04 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2020/05/14 06:04:46 adam Exp $
+$NetBSD: distinfo,v 1.4 2020/05/18 10:50:04 adam Exp $
 
-SHA1 (immutables-0.13.tar.gz) = 0281dde4819357bc6313e4faf1a04f56e6a02e69
-RMD160 (immutables-0.13.tar.gz) = 10d450481b10f93f5f68515d10999f887f071950
-SHA512 (immutables-0.13.tar.gz) = e56d1c5310cb4e599c84149e0c6c6eed2ca1627e692a94efd430f7121c68f1183525027a3247d5f1280cbd773d638f787fc92f667e3c71eacc7af275c132d277
-Size (immutables-0.13.tar.gz) = 41044 bytes
+SHA1 (immutables-0.14.tar.gz) = 0e22ddf7fbcbf8ccdfae3e7dc6305efb1650d383
+RMD160 (immutables-0.14.tar.gz) = e49b1a366e66d74be6f8b3377ec61279da12a344
+SHA512 (immutables-0.14.tar.gz) = 499adbecdb6a24232794d13fead4ae1fc79b884d5702b1db0c48af56613aa6d6cf8b9fc626b9bf2ada1a13c9c18b5bcc28b404aca348ed6a4dd36a61719f054c
+Size (immutables-0.14.tar.gz) = 42983 bytes



Home | Main Index | Thread Index | Old Index