pkgsrc-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.15
details: https://anonhg.NetBSD.org/pkgsrc/rev/2c85b84e8ca5
branches: trunk
changeset: 447090:2c85b84e8ca5
user: adam <adam%pkgsrc.org@localhost>
date: Mon Feb 15 21:17:36 2021 +0000
description:
py-immutables: updated to 0.15
v0.15
New Features
Add support for Python 3.10 and more tests
Make __repr__ more similar to other mapping types
Misc
Minor docs and CI fixes
diffstat:
misc/py-immutables/Makefile | 4 ++--
misc/py-immutables/PLIST | 4 +++-
misc/py-immutables/distinfo | 10 +++++-----
3 files changed, 10 insertions(+), 8 deletions(-)
diffs (45 lines):
diff -r 70d66dea42b0 -r 2c85b84e8ca5 misc/py-immutables/Makefile
--- a/misc/py-immutables/Makefile Mon Feb 15 20:43:38 2021 +0000
+++ b/misc/py-immutables/Makefile Mon Feb 15 21:17:36 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2020/05/18 10:50:04 adam Exp $
+# $NetBSD: Makefile,v 1.5 2021/02/15 21:17:36 adam Exp $
-DISTNAME= immutables-0.14
+DISTNAME= immutables-0.15
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= misc python
MASTER_SITES= ${MASTER_SITE_PYPI:=i/immutables/}
diff -r 70d66dea42b0 -r 2c85b84e8ca5 misc/py-immutables/PLIST
--- a/misc/py-immutables/PLIST Mon Feb 15 20:43:38 2021 +0000
+++ b/misc/py-immutables/PLIST Mon Feb 15 21:17:36 2021 +0000
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.3 2020/05/18 10:50:04 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2021/02/15 21:17:36 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/immutables/__init__.py
${PYSITELIB}/immutables/__init__.pyc
@@ -20,3 +21,4 @@
${PYSITELIB}/immutables/map.pyc
${PYSITELIB}/immutables/map.pyo
${PYSITELIB}/immutables/py.typed
+${PYSITELIB}/immutables/pythoncapi_compat.h
diff -r 70d66dea42b0 -r 2c85b84e8ca5 misc/py-immutables/distinfo
--- a/misc/py-immutables/distinfo Mon Feb 15 20:43:38 2021 +0000
+++ b/misc/py-immutables/distinfo Mon Feb 15 21:17:36 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2020/05/18 10:50:04 adam Exp $
+$NetBSD: distinfo,v 1.5 2021/02/15 21:17:36 adam Exp $
-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
+SHA1 (immutables-0.15.tar.gz) = 7e9d1cc695e6f9f94d485fa00f510dbe327ff803
+RMD160 (immutables-0.15.tar.gz) = b3c8e8b5d415399e3f282eb49dff3c6b3f729346
+SHA512 (immutables-0.15.tar.gz) = d1ea74aef5ea0fe1c4d097f278909c6c3adad5d5dfc322e44b609d65506b3c6e74c8cfc83a2d08dbec5af64ae53ed2912a326d11bda907ae8947a8d291604404
+Size (immutables-0.15.tar.gz) = 44913 bytes
Home |
Main Index |
Thread Index |
Old Index