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:           Wed Sep 27 09:45:27 UTC 2023

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

Log Message:
py-utils: updated to 3.8.1

v3.8.1
fixed silly typo

v3.8.0
Added slicabledeque


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-utils/Makefile \
    pkgsrc/devel/py-utils/distinfo

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.11 pkgsrc/devel/py-utils/Makefile:1.12
--- pkgsrc/devel/py-utils/Makefile:1.11 Fri Aug 25 11:59:25 2023
+++ pkgsrc/devel/py-utils/Makefile      Wed Sep 27 09:45:27 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2023/08/25 11:59:25 adam Exp $
+# $NetBSD: Makefile,v 1.12 2023/09/27 09:45:27 adam Exp $
 
-DISTNAME=      python-utils-3.7.0
+DISTNAME=      python-utils-3.8.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/python-//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/python-utils/}
@@ -10,12 +10,13 @@ HOMEPAGE=   https://github.com/WoLpH/pytho
 COMMENT=       Some convenient utilities not included with standard Python
 LICENSE=       modified-bsd
 
-TEST_DEPENDS+= ${PYPKGPREFIX}-loguru>=0:../../sysutils/py-loguru
-TEST_DEPENDS+= ${PYPKGPREFIX}-test>=0:../../devel/py-test
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio>=0:../../devel/py-test-asyncio
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=0:../../devel/py-test-cov
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-mypy>=0:../../devel/py-test-mypy
-TEST_DEPENDS+= ${PYPKGPREFIX}-types-setuptools>=0:../../devel/py-types-setuptools
+DEPENDS+=      ${PYPKGPREFIX}-typing-extensions>3.10.0.2:../../devel/py-typing-extensions
+TEST_DEPENDS+= ${PYPKGPREFIX}-loguru-[0-9]*:../../sysutils/py-loguru
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio-[0-9]*:../../devel/py-test-asyncio
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-mypy-[0-9]*:../../devel/py-test-mypy
+TEST_DEPENDS+= ${PYPKGPREFIX}-types-setuptools-[0-9]*:../../devel/py-types-setuptools
 
 USE_LANGUAGES= # none
 
Index: pkgsrc/devel/py-utils/distinfo
diff -u pkgsrc/devel/py-utils/distinfo:1.11 pkgsrc/devel/py-utils/distinfo:1.12
--- pkgsrc/devel/py-utils/distinfo:1.11 Fri Aug 25 11:59:25 2023
+++ pkgsrc/devel/py-utils/distinfo      Wed Sep 27 09:45:27 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2023/08/25 11:59:25 adam Exp $
+$NetBSD: distinfo,v 1.12 2023/09/27 09:45:27 adam Exp $
 
-BLAKE2s (python-utils-3.7.0.tar.gz) = 14ec74539b2472856de1ca6893714a36644240a5412f8f9c8f3c901fe2e2eb9e
-SHA512 (python-utils-3.7.0.tar.gz) = df3b33dbf213c7099a5a17166ac1e01e9044bf6bb364de96a4b182831ff3216fe37edb7f94cb66f8d2fcab42cea404a9c4f27142890ae0e7510363815f47ad41
-Size (python-utils-3.7.0.tar.gz) = 29654 bytes
+BLAKE2s (python-utils-3.8.1.tar.gz) = 86e877b549d103c73094a48950f40e3876bbab52e894ba86e3fe721a7847d0f8
+SHA512 (python-utils-3.8.1.tar.gz) = ccba9651cc99a8f4e3f13e7ff66a43a40d2e85bc735b6246524269495ff321225a0dcad9abd03ca9cb61b4b1b35a27009fac3fe87e3f748ffc5c87a956acd335
+Size (python-utils-3.8.1.tar.gz) = 30545 bytes



Home | Main Index | Thread Index | Old Index