Commit Graph

9 Commits

Author SHA256 Message Date
Tomáš Chvátal
a4d9cbd7c7 Accepting request 782924 from home:pgajdos:python
- version update to 3.1.0
  * #47: ``.open`` now raises ``FileNotFoundError`` and
    ``IsADirectoryError`` when appropriate.
  * #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.
  * #43: Restored performance of implicit dir computation.
  * #36: Rebuild package with minimum Python version declared both
    in package metadata and in the python tag.
  * #32: For read-only zip files, complexity of ``.exists`` and
    ``joinpath`` is now constant time instead of ``O(n)``, preventing
    quadratic time in common use-cases and rendering large
    zip files unusable for Path. Big thanks to Benjy Weinberger
    for the bug report and contributed fix (#33).

OBS-URL: https://build.opensuse.org/request/show/782924
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zipp?expand=0&rev=15
2020-03-09 13:31:47 +00:00
Tomáš Chvátal
2d8cddc6c0 Accepting request 727034 from home:mcalabkova:branches:devel:languages:python
- update to 0.6.0
  * When adding implicit dirs, ensure that ancestral directories 
    are added and that duplicates are excluded.
  * The library now relies on more_itertools.

OBS-URL: https://build.opensuse.org/request/show/727034
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zipp?expand=0&rev=13
2019-08-30 00:48:40 +00:00
Tomáš Chvátal
052e65533b - Update to 0.5.2:
* #7: Parent of a directory now actually returns the parent.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zipp?expand=0&rev=11
2019-07-22 11:27:23 +00:00
Tomáš Chvátal
0852c8f492 - Switch to mulitbuild to avoid build cycle
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zipp?expand=0&rev=9
2019-06-06 15:52:12 +00:00
Tomáš Chvátal
7ceb21b3cd Accepting request 703554 from home:anandrit:branches:devel:languages:python
- update to 0.5.1
  * Declared package as backport.

OBS-URL: https://build.opensuse.org/request/show/703554
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zipp?expand=0&rev=7
2019-05-16 21:01:03 +00:00
Tomáš Chvátal
2601f011b4 Accepting request 703029 from home:SVasudevan:branches:devel:languages:python
- Update to 0.5.0
  * no changelog found
  * Added runtime dependencies python-unittest2 and python-contextlib2

OBS-URL: https://build.opensuse.org/request/show/703029
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zipp?expand=0&rev=5
2019-05-14 23:32:38 +00:00
Tomáš Chvátal
e00be51d52 Accepting request 701004 from home:pgajdos
- version update to 0.4.0
  * #4: Add support for zip files with implied directories.

OBS-URL: https://build.opensuse.org/request/show/701004
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zipp?expand=0&rev=3
2019-05-06 09:04:16 +00:00
Stephan Kulow
e4150a6c22 Accepting request 670345 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/670345
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zipp?expand=0&rev=1
2019-02-02 20:49:26 +00:00
Tomáš Chvátal
2c07857624 - Initial commit, needed by importlib-metadata
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zipp?expand=0&rev=1
2019-01-31 13:21:47 +00:00