diff options
author | adam <adam@pkgsrc.org> | 2022-10-21 09:05:19 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-10-21 09:05:19 +0000 |
commit | 8453bfd1abbe3af10a71e145c754931741bea1af (patch) | |
tree | dc53bd90f7c8715733ee6f161eff1e3f8ce7e92f | |
parent | ac5e9ba29384d8b9050544328da927779a526d4b (diff) | |
download | pkgsrc-8453bfd1abbe3af10a71e145c754931741bea1af.tar.gz |
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.
-rw-r--r-- | archivers/py-zipp/Makefile | 12 | ||||
-rw-r--r-- | archivers/py-zipp/distinfo | 8 |
2 files changed, 6 insertions, 14 deletions
diff --git a/archivers/py-zipp/Makefile b/archivers/py-zipp/Makefile index 493eccf27a8..020b0684d7b 100644 --- a/archivers/py-zipp/Makefile +++ b/archivers/py-zipp/Makefile @@ -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" diff --git a/archivers/py-zipp/distinfo b/archivers/py-zipp/distinfo index 77357c41a52..25739c1df04 100644 --- a/archivers/py-zipp/distinfo +++ b/archivers/py-zipp/distinfo @@ -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 |