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:           Mon Oct 31 15:25:41 UTC 2022

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

Log Message:
py-utils: updated to 3.4.5

v3.4.5
Added TracebackType to types

v3.4.4
Added py.typed

v3.4.3
Added py.typed

v3.4.2
Added py.typed

v3.4.1
Added py.typed

v3.4.0
added more type hints, full pyright and mypy support and added py.typed file


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-utils/Makefile \
    pkgsrc/devel/py-utils/distinfo
cvs rdiff -u -r1.5 -r1.6 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.8 pkgsrc/devel/py-utils/Makefile:1.9
--- pkgsrc/devel/py-utils/Makefile:1.8  Thu Aug 25 11:14:51 2022
+++ pkgsrc/devel/py-utils/Makefile      Mon Oct 31 15:25:41 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2022/08/25 11:14:51 adam Exp $
+# $NetBSD: Makefile,v 1.9 2022/10/31 15:25:41 adam Exp $
 
-DISTNAME=      python-utils-3.3.3
+DISTNAME=      python-utils-3.4.5
 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.8 pkgsrc/devel/py-utils/distinfo:1.9
--- pkgsrc/devel/py-utils/distinfo:1.8  Thu Aug 25 11:14:51 2022
+++ pkgsrc/devel/py-utils/distinfo      Mon Oct 31 15:25:41 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2022/08/25 11:14:51 adam Exp $
+$NetBSD: distinfo,v 1.9 2022/10/31 15:25:41 adam Exp $
 
-BLAKE2s (python-utils-3.3.3.tar.gz) = 4f0814f9aac94689651e49dc0adf284a3f5dad467a5eec130387cc50be71edfe
-SHA512 (python-utils-3.3.3.tar.gz) = 6becb1873da57f66aec26b98dab22c7917dacddd1a843a0c6e4f2939986a33888cb3b6addfa3b98660f9f35ca54763cf6da34e4099cd3e21987660f12a574b27
-Size (python-utils-3.3.3.tar.gz) = 28031 bytes
+BLAKE2s (python-utils-3.4.5.tar.gz) = cbce402ecf071b0c4de23d82fe0d776bd205d03d56241de482a2d9d2bd508451
+SHA512 (python-utils-3.4.5.tar.gz) = 35b4b49dfce56e9e530fe979c070889296079d3a1fd548186bf6dbd6fdbce5363818b52a5d7559b7af3bd32561d87639565298386883351168a267fa88e1ff7f
+Size (python-utils-3.4.5.tar.gz) = 28608 bytes

Index: pkgsrc/devel/py-utils/PLIST
diff -u pkgsrc/devel/py-utils/PLIST:1.5 pkgsrc/devel/py-utils/PLIST:1.6
--- pkgsrc/devel/py-utils/PLIST:1.5     Thu Aug 25 11:14:51 2022
+++ pkgsrc/devel/py-utils/PLIST Mon Oct 31 15:25:41 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2022/08/25 11:14:51 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2022/10/31 15:25:41 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -43,6 +43,7 @@ ${PYSITELIB}/python_utils/logger.pyo
 ${PYSITELIB}/python_utils/loguru.py
 ${PYSITELIB}/python_utils/loguru.pyc
 ${PYSITELIB}/python_utils/loguru.pyo
+${PYSITELIB}/python_utils/py.typed
 ${PYSITELIB}/python_utils/terminal.py
 ${PYSITELIB}/python_utils/terminal.pyc
 ${PYSITELIB}/python_utils/terminal.pyo



Home | Main Index | Thread Index | Old Index