pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/archivers/py-zipp1
Module Name: pkgsrc
Committed By: wiz
Date: Thu Mar 12 07:50:01 UTC 2020
Modified Files:
pkgsrc/archivers/py-zipp1: Makefile distinfo
Log Message:
py-zipp: update to 1.2.0.
v1.2.0
======
#44: ``zipp.Path.open()`` now supports a compatible signature
as ``pathlib.Path.open()``, accepting text (default) or binary
modes and soliciting keyword parameters passed through to
``io.TextIOWrapper`` (encoding, newline, etc). The stream is
opened in text-mode by default now. ``open`` no
longer accepts ``pwd`` as a positional argument and does not
accept the ``force_zip64`` parameter at all. This change is
a backward-incompatible change for that single function.
v1.1.1
======
#43: Restored performance of implicit dir computation.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/archivers/py-zipp1/Makefile \
pkgsrc/archivers/py-zipp1/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-zipp1/Makefile
diff -u pkgsrc/archivers/py-zipp1/Makefile:1.1 pkgsrc/archivers/py-zipp1/Makefile:1.2
--- pkgsrc/archivers/py-zipp1/Makefile:1.1 Thu Mar 12 06:59:22 2020
+++ pkgsrc/archivers/py-zipp1/Makefile Thu Mar 12 07:50:01 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2020/03/12 06:59:22 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2020/03/12 07:50:01 wiz Exp $
-DISTNAME= zipp-1.1.0
+DISTNAME= zipp-1.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= archivers python
MASTER_SITES= ${MASTER_SITE_PYPI:=z/zipp/}
@@ -11,16 +11,16 @@ COMMENT= Backport of pathlib-compatible
LICENSE= mit
BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=1.15.0:../../devel/py-setuptools_scm
-TEST_DEPENDS+= ${PYPKGPREFIX}-contextlib2-[0-9]*:../../devel/py-contextlib2
+DEPENDS+= ${PYPKGPREFIX}-contextlib2-[0-9]*:../../devel/py-contextlib2
TEST_DEPENDS+= ${PYPKGPREFIX}-pathlib2-[0-9]*:../../devel/py-pathlib2
TEST_DEPENDS+= ${PYPKGPREFIX}-unittest2-[0-9]*:../../devel/py-unittest2
+# not available for python 2.x
+#TEST_DEPENDS+= ${PYPKGPREFIX}-jaraco.itertools-[0-9]*:../../devel/py-jaraco.itertools
+TEST_DEPENDS+= ${PYPKGPREFIX}-func_timeout-[0-9]*:../../devel/py-func_timeout
USE_LANGUAGES= # none
-PYTHON_VERSIONED_DEPENDENCIES+= more-itertools
-
PYTHON_VERSIONS_ACCEPTED= 27
-.include "../../lang/python/versioned_dependencies.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/archivers/py-zipp1/distinfo
diff -u pkgsrc/archivers/py-zipp1/distinfo:1.1 pkgsrc/archivers/py-zipp1/distinfo:1.2
--- pkgsrc/archivers/py-zipp1/distinfo:1.1 Thu Mar 12 06:59:22 2020
+++ pkgsrc/archivers/py-zipp1/distinfo Thu Mar 12 07:50:01 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2020/03/12 06:59:22 wiz Exp $
+$NetBSD: distinfo,v 1.2 2020/03/12 07:50:01 wiz Exp $
-SHA1 (zipp-1.1.0.tar.gz) = 38ca6cd1c08fef6386689b8cf9ddb53db43b20e5
-RMD160 (zipp-1.1.0.tar.gz) = 632e25ded32f45b3b89f8ec21437c72df0bfb570
-SHA512 (zipp-1.1.0.tar.gz) = a7d6355e16fea270bc89f6f6b3d61bc9b444bd98e8014f97da189631d2a4a0fa25bd84d6cae3835638d7912c5edd0a6dfa0276b1088d5b00c02c56b7ce059695
-Size (zipp-1.1.0.tar.gz) = 12837 bytes
+SHA1 (zipp-1.2.0.tar.gz) = a96df3c929981b254521fce26ca28d49975257b1
+RMD160 (zipp-1.2.0.tar.gz) = 798ad5f33d1f7f44f5360679f3ab4a177b96d0bf
+SHA512 (zipp-1.2.0.tar.gz) = 3997f3f0e1332be001c746c7b7497916ad4b721f6b0b5769d3210f0e64889a43e6fe20230c61e735048262983beffd926194c645550eab7fcf9df94c835fa422
+Size (zipp-1.2.0.tar.gz) = 13357 bytes
Home |
Main Index |
Thread Index |
Old Index