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.
This commit is contained in:
parent
b5ac0b9026
commit
cb114b5cf3
2 changed files with 11 additions and 11 deletions
|
@ -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 object wrapper for zip files (for Python
|
|||
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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue