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:           Thu Aug 24 09:10:33 UTC 2023

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

Log Message:
py-immutables: updated to 0.20

v0.20

Enable support for pattern matching
add support for aix/sunos
Python 3.12 compatibility
Add contains to MapKeys
Add PEP 585 GenericAlias support
Move metadata to pyproject.toml, fix test fixture inclusion in sdist


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/misc/py-immutables/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/py-immutables/PLIST
cvs rdiff -u -r1.10 -r1.11 pkgsrc/misc/py-immutables/distinfo

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.11 pkgsrc/misc/py-immutables/Makefile:1.12
--- pkgsrc/misc/py-immutables/Makefile:1.11     Sun Jul 30 15:41:40 2023
+++ pkgsrc/misc/py-immutables/Makefile  Thu Aug 24 09:10:33 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2023/07/30 15:41:40 adam Exp $
+# $NetBSD: Makefile,v 1.12 2023/08/24 09:10:33 adam Exp $
 
-DISTNAME=      immutables-0.19
+DISTNAME=      immutables-0.20
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    misc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/immutables/}

Index: pkgsrc/misc/py-immutables/PLIST
diff -u pkgsrc/misc/py-immutables/PLIST:1.5 pkgsrc/misc/py-immutables/PLIST:1.6
--- pkgsrc/misc/py-immutables/PLIST:1.5 Tue Apr 26 18:45:53 2022
+++ pkgsrc/misc/py-immutables/PLIST     Thu Aug 24 09:10:33 2023
@@ -1,14 +1,13 @@
-@comment $NetBSD: PLIST,v 1.5 2022/04/26 18:45:53 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2023/08/24 09:10:33 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
 ${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/immutables/__init__.py
 ${PYSITELIB}/immutables/__init__.pyc
 ${PYSITELIB}/immutables/__init__.pyo
-${PYSITELIB}/immutables/_map.c
-${PYSITELIB}/immutables/_map.h
 ${PYSITELIB}/immutables/_map.pyi
 ${PYSITELIB}/immutables/_map.so
 ${PYSITELIB}/immutables/_protocols.py
@@ -24,4 +23,3 @@ ${PYSITELIB}/immutables/map.py
 ${PYSITELIB}/immutables/map.pyc
 ${PYSITELIB}/immutables/map.pyo
 ${PYSITELIB}/immutables/py.typed
-${PYSITELIB}/immutables/pythoncapi_compat.h

Index: pkgsrc/misc/py-immutables/distinfo
diff -u pkgsrc/misc/py-immutables/distinfo:1.10 pkgsrc/misc/py-immutables/distinfo:1.11
--- pkgsrc/misc/py-immutables/distinfo:1.10     Tue Oct  4 09:57:14 2022
+++ pkgsrc/misc/py-immutables/distinfo  Thu Aug 24 09:10:33 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2022/10/04 09:57:14 adam Exp $
+$NetBSD: distinfo,v 1.11 2023/08/24 09:10:33 adam Exp $
 
-BLAKE2s (immutables-0.19.tar.gz) = a734e19a118fd8e0f4883d4f121c5572bb47ca5b4e37dac37c89561477e3be48
-SHA512 (immutables-0.19.tar.gz) = f2b2c850b92c0ec5ec5325431fbe6db53a0af1b98bf313d74bb12073af7bf6b22ed637e0c11e440e8cbbe91b884acf5a813ed1e7517765b10e85aec2e3843c79
-Size (immutables-0.19.tar.gz) = 85490 bytes
+BLAKE2s (immutables-0.20.tar.gz) = 1248464da8db3b32e2483b8b0881504c4ac6fae1f38f564ab9bb4c02cd8b49ba
+SHA512 (immutables-0.20.tar.gz) = 1b74236517964573fd26072b6bf1b8a93456822b2b6ccc5f544f8a49b91f2e0bd110ef2ac23358ba14deceaaee8dde6f24e5589e9078dce961a7b9d4fcd2d3bd
+Size (immutables-0.20.tar.gz) = 88933 bytes



Home | Main Index | Thread Index | Old Index