Path to this page:
./
archivers/py-zipp1,
Backport of pathlib-compatible object wrapper for zip files (for Python 2.x)
Branch: CURRENT,
Version: 1.2.0,
Package name: py37-zipp-1.2.0,
Maintainer: pkgsrc-usersA pathlib-compatible Zipfile object wrapper. A backport of the Path
object.
This package contains the last Python 2.x compatible version.
Required to run:[
devel/py-setuptools] [
devel/py-contextlib2] [
lang/python37]
Required to build:[
pkgtools/cwrappers] [
devel/py-setuptools_scm]
Master sites:
SHA1: a96df3c929981b254521fce26ca28d49975257b1
RMD160: 798ad5f33d1f7f44f5360679f3ab4a177b96d0bf
Filesize: 13.044 KB
Version history: (Expand)
- (2020-03-12) Updated to version: py37-zipp-1.2.0
- (2020-03-12) Package added to pkgsrc.se, version py27-zipp-1.2.0 (created)
CVS history: (Expand)
2020-03-12 16:20:36 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
py-zipp1: let it build for Python 3.x
|
2020-03-12 08:52:00 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-zipp1: add upstream bug report URL
|
2020-03-12 08:50:01 by Thomas Klausner | Files touched by this commit (2) |  |
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.
|
2020-03-12 07:59:23 by Thomas Klausner | Files touched by this commit (4) |
Log message:
archivers/py-zipp1: re-import of py-zipp
A pathlib-compatible Zipfile object wrapper. A backport of the Path
object.
This package contains the last Python 2.x compatible version.
|