pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/py-zipp py-zipp: updated to 3.9.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/c65c26016c8d
branches: trunk
changeset: 387062:c65c26016c8d
user: adam <adam%pkgsrc.org@localhost>
date: Fri Oct 21 09:05:19 2022 +0000
description:
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.
diffstat:
archivers/py-zipp/Makefile | 12 ++----------
archivers/py-zipp/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 14 deletions(-)
diffs (46 lines):
diff -r f3308df8838a -r c65c26016c8d archivers/py-zipp/Makefile
--- a/archivers/py-zipp/Makefile Fri Oct 21 09:01:05 2022 +0000
+++ b/archivers/py-zipp/Makefile Fri Oct 21 09:05:19 2022 +0000
@@ -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 @@
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 @@
# 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 -r f3308df8838a -r c65c26016c8d archivers/py-zipp/distinfo
--- a/archivers/py-zipp/distinfo Fri Oct 21 09:01:05 2022 +0000
+++ b/archivers/py-zipp/distinfo Fri Oct 21 09:05:19 2022 +0000
@@ -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