pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/py-zipp



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Oct 21 09:05:19 UTC 2022

Modified Files:
        pkgsrc/archivers/py-zipp: Makefile distinfo

Log Message:
py-zipp: updated to 3.9.0

v3.9.0

Path objects are now pickleable if they've been constructed from pickleable objects. Any restored objects will re-construct the zip file with the original arguments.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/archivers/py-zipp/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/archivers/py-zipp/distinfo

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

Modified files:

Index: pkgsrc/archivers/py-zipp/Makefile
diff -u pkgsrc/archivers/py-zipp/Makefile:1.18 pkgsrc/archivers/py-zipp/Makefile:1.19
--- pkgsrc/archivers/py-zipp/Makefile:1.18      Mon Aug  1 07:33:33 2022
+++ pkgsrc/archivers/py-zipp/Makefile   Fri Oct 21 09:05:19 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2022/08/01 07:33:33 adam Exp $
+# $NetBSD: Makefile,v 1.19 2022/10/21 09:05:19 adam Exp $
 
-DISTNAME=      zipp-3.8.1
+DISTNAME=      zipp-3.9.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    archivers python
 MASTER_SITES=  ${MASTER_SITE_WHEEL:=zipp/}
@@ -12,11 +12,6 @@ LICENSE=     mit
 
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm>=3.4.1:../../devel/py-setuptools_scm
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
-TEST_DEPENDS+= ${PYPKGPREFIX}-jaraco.itertools-[0-9]*:../../devel/py-jaraco.itertools
-TEST_DEPENDS+= ${PYPKGPREFIX}-func_timeout-[0-9]*:../../devel/py-func_timeout
-TEST_DEPENDS+= ${PYPKGPREFIX}-test>=6:../../devel/py-test
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-flake8-[0-9]*:../../devel/py-test-flake8
 
 USE_LANGUAGES= # none
 
@@ -25,8 +20,5 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27
 # XXX: avoid cirucilar depencency for Python 3.7: py-build -> py-importlib-metadata
 NO_BUILD=      yes
 
-do-test:
-       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/archivers/py-zipp/distinfo
diff -u pkgsrc/archivers/py-zipp/distinfo:1.15 pkgsrc/archivers/py-zipp/distinfo:1.16
--- pkgsrc/archivers/py-zipp/distinfo:1.15      Tue Aug  2 16:06:01 2022
+++ pkgsrc/archivers/py-zipp/distinfo   Fri Oct 21 09:05:19 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2022/08/02 16:06:01 wiz Exp $
+$NetBSD: distinfo,v 1.16 2022/10/21 09:05:19 adam Exp $
 
-BLAKE2s (zipp-3.8.1-py3-none-any.whl) = 40b77d58a4f9cbb04a7fa84e21cb7a9a2d73796604954dabe9499d680765eab1
-SHA512 (zipp-3.8.1-py3-none-any.whl) = d81c4259c49bc8f67440d74fab51f488dedc518591b63231699f5c9d6ce2c5f7fa56a4ee2d44dc4fadddce0dc72781af7c8a018a0d95bcdf52ba3985d834d034
-Size (zipp-3.8.1-py3-none-any.whl) = 5645 bytes
+BLAKE2s (zipp-3.9.0-py3-none-any.whl) = 7d1a7b8e638b582eda8bf201a7788358279184f0442b609552f6863ac5383b75
+SHA512 (zipp-3.9.0-py3-none-any.whl) = 05597e5dab14c83103c310968ede60c80aee39d80a83f119fb6b817d86610b5b37e4e2f24f5eb9ca82386935a661056538a2e1d84f16cbfab83ebb526db806ea
+Size (zipp-3.9.0-py3-none-any.whl) = 5769 bytes



Home | Main Index | Thread Index | Old Index