pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-utils



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Jan 16 08:44:20 UTC 2022

Modified Files:
        pkgsrc/devel/py-utils: Makefile PLIST distinfo

Log Message:
py-utils: updated to 3.1.0

v3.1.0:
dropped python 3.6 support because it is deprecated and so we can somewhat use | as type union


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-utils/Makefile \
    pkgsrc/devel/py-utils/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-utils/PLIST

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

Modified files:

Index: pkgsrc/devel/py-utils/Makefile
diff -u pkgsrc/devel/py-utils/Makefile:1.6 pkgsrc/devel/py-utils/Makefile:1.7
--- pkgsrc/devel/py-utils/Makefile:1.6  Wed Jan  5 22:22:59 2022
+++ pkgsrc/devel/py-utils/Makefile      Sun Jan 16 08:44:20 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2022/01/05 22:22:59 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2022/01/16 08:44:20 adam Exp $
 
-DISTNAME=      python-utils-3.0.0
+DISTNAME=      python-utils-3.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/python-//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/python-utils/}
Index: pkgsrc/devel/py-utils/distinfo
diff -u pkgsrc/devel/py-utils/distinfo:1.6 pkgsrc/devel/py-utils/distinfo:1.7
--- pkgsrc/devel/py-utils/distinfo:1.6  Wed Jan  5 22:22:59 2022
+++ pkgsrc/devel/py-utils/distinfo      Sun Jan 16 08:44:20 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2022/01/05 22:22:59 wiz Exp $
+$NetBSD: distinfo,v 1.7 2022/01/16 08:44:20 adam Exp $
 
-BLAKE2s (python-utils-3.0.0.tar.gz) = 93fd889911f2b9908ae168114587eac9c9fdbff16ec015b4787668cf0939fbc6
-SHA512 (python-utils-3.0.0.tar.gz) = b03f97b66b71af8eb023ecfa1b671f2d566d139464f63cd512b129a5830651172843285fe7ef028047ca03f345221f5208eac8e1647361f173f1c7b3aed866a6
-Size (python-utils-3.0.0.tar.gz) = 23243 bytes
+BLAKE2s (python-utils-3.1.0.tar.gz) = d4c7fb7d0dd6e63794520561cde365b40ef552ebd607387108ab368b22bfce1c
+SHA512 (python-utils-3.1.0.tar.gz) = e22ea0dc7aa0e6c5b45c55843011971c5075639424d38a712703b0d5ef8af32e3661d39af63b6015c4edfe11fca7a256f4f02c3705e1724fe8b9015931d85cbf
+Size (python-utils-3.1.0.tar.gz) = 24251 bytes

Index: pkgsrc/devel/py-utils/PLIST
diff -u pkgsrc/devel/py-utils/PLIST:1.3 pkgsrc/devel/py-utils/PLIST:1.4
--- pkgsrc/devel/py-utils/PLIST:1.3     Wed Jan  5 22:22:59 2022
+++ pkgsrc/devel/py-utils/PLIST Sun Jan 16 08:44:20 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2022/01/05 22:22:59 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2022/01/16 08:44:20 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -16,6 +16,9 @@ ${PYSITELIB}/python_utils/aio.pyo
 ${PYSITELIB}/python_utils/compat.py
 ${PYSITELIB}/python_utils/compat.pyc
 ${PYSITELIB}/python_utils/compat.pyo
+${PYSITELIB}/python_utils/containers.py
+${PYSITELIB}/python_utils/containers.pyc
+${PYSITELIB}/python_utils/containers.pyo
 ${PYSITELIB}/python_utils/converters.py
 ${PYSITELIB}/python_utils/converters.pyc
 ${PYSITELIB}/python_utils/converters.pyo



Home | Main Index | Thread Index | Old Index