pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/py-immutables



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Feb 15 21:17:37 UTC 2021

Modified Files:
        pkgsrc/misc/py-immutables: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/misc/py-immutables/Makefile \
    pkgsrc/misc/py-immutables/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/misc/py-immutables/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/py-immutables/Makefile
diff -u pkgsrc/misc/py-immutables/Makefile:1.4 pkgsrc/misc/py-immutables/Makefile:1.5
--- pkgsrc/misc/py-immutables/Makefile:1.4      Mon May 18 10:50:04 2020
+++ pkgsrc/misc/py-immutables/Makefile  Mon Feb 15 21:17:36 2021
@@ -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/}
Index: pkgsrc/misc/py-immutables/distinfo
diff -u pkgsrc/misc/py-immutables/distinfo:1.4 pkgsrc/misc/py-immutables/distinfo:1.5
--- pkgsrc/misc/py-immutables/distinfo:1.4      Mon May 18 10:50:04 2020
+++ pkgsrc/misc/py-immutables/distinfo  Mon Feb 15 21:17:36 2021
@@ -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

Index: pkgsrc/misc/py-immutables/PLIST
diff -u pkgsrc/misc/py-immutables/PLIST:1.3 pkgsrc/misc/py-immutables/PLIST:1.4
--- pkgsrc/misc/py-immutables/PLIST:1.3 Mon May 18 10:50:04 2020
+++ pkgsrc/misc/py-immutables/PLIST     Mon Feb 15 21:17:36 2021
@@ -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.py
 ${PYSITELIB}/immutables/map.pyc
 ${PYSITELIB}/immutables/map.pyo
 ${PYSITELIB}/immutables/py.typed
+${PYSITELIB}/immutables/pythoncapi_compat.h



Home | Main Index | Thread Index | Old Index