Commit Graph

14 Commits

Author SHA256 Message Date
e8f7e84b35 - update to 3.6.0:
*  Only ``Path`` is exposed in the public API.
  *  Remove news file intended only for CPython.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zipp?expand=0&rev=25
2021-10-16 19:43:11 +00:00
e0801663d8 - update to 3.5.0:
* Added ``.suffix``, ``.suffixes``, and ``.stem`` properties.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zipp?expand=0&rev=24
2021-07-17 13:36:33 +00:00
1ec0a092d6 - update to 3.4.1:
* refresh packaging

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zipp?expand=0&rev=22
2021-03-08 09:07:16 +00:00
7bbd3c0efb - update to 3.4.0:
#68 and bpo-42090: ``Path.joinpath`` now takes arbitrary
  positional arguments and no longer accepts ``add`` as a
  keyword argument.
  Updated project metadata including badges.
  bpo-42043: Add tests capturing subclassing requirements.
  #9: ``Path`` objects now expose a ``.filename`` attribute
  and rely on that to resolve ``.name`` and ``.parent`` when
  the ``Path`` object is at the root of the zipfile.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zipp?expand=0&rev=20
2020-11-25 14:52:58 +00:00
d730c76af2 - update to 3.2.0:
* #57 and bpo-40564: Mutate the passed ZipFile object
  type instead of making a copy. Prevents issues when
  both the local copy and the caller's copy attempt to
  close the same file handle.
  * #56 and bpo-41035: ``Path._next`` now honors
  subclasses.
  * #55: ``Path.is_file()`` now returns False for non-existent names.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zipp?expand=0&rev=18
2020-09-28 12:04:18 +00:00
Tomáš Chvátal
0b6d35d0b2 - Drop not-removed py2 dependencies
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zipp?expand=0&rev=16
2020-03-13 07:52:23 +00:00
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
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