Commit Graph

32 Commits

Author SHA256 Message Date
Dominique Leuenberger
56473f3c99 Accepting request 979729 from devel:languages:python
- update to 3.8.0:
  * Removed compatibility code.

OBS-URL: https://build.opensuse.org/request/show/979729
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zipp?expand=0&rev=15
2022-05-31 13:46:46 +00:00
be761f80fa - update to 3.8.0:
* Removed compatibility code.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zipp?expand=0&rev=28
2022-05-29 19:03:04 +00:00
Dominique Leuenberger
0f1658aba7 Accepting request 945425 from devel:languages:python
- update to 3.7.0:
  * Require Python 3.7 or later.

- add python-rpm-macros buildrequires

OBS-URL: https://build.opensuse.org/request/show/945425
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zipp?expand=0&rev=14
2022-01-11 20:17:10 +00:00
651cdb7667 - update to 3.7.0:
* Require Python 3.7 or later.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zipp?expand=0&rev=27
2022-01-04 16:48:03 +00:00
66e6b53f82 - add python-rpm-macros buildrequires
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zipp?expand=0&rev=26
2022-01-04 14:41:47 +00:00
Dominique Leuenberger
fd16dfde90 Accepting request 925743 from devel:languages:python
- 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/request/show/925743
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zipp?expand=0&rev=13
2021-10-20 18:23:29 +00:00
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
Dominique Leuenberger
e814415634 Accepting request 906829 from devel:languages:python
- update to 3.5.0:
  * Added ``.suffix``, ``.suffixes``, and ``.stem`` properties.

OBS-URL: https://build.opensuse.org/request/show/906829
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zipp?expand=0&rev=12
2021-07-21 17:05:35 +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
Dominique Leuenberger
90d4adccda Accepting request 877636 from devel:languages:python
- update to 3.4.1:
  * refresh packaging

OBS-URL: https://build.opensuse.org/request/show/877636
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zipp?expand=0&rev=11
2021-03-12 12:31:02 +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
Dominique Leuenberger
3cd5529500 Accepting request 850769 from devel:languages:python
- 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/request/show/850769
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zipp?expand=0&rev=10
2020-11-29 11:26:56 +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
Dominique Leuenberger
31a72c2616 Accepting request 838271 from devel:languages:python
- 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/request/show/838271
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zipp?expand=0&rev=9
2020-10-29 08:46:13 +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
Dominique Leuenberger
7cb7b5d05f Accepting request 784549 from devel:languages:python
- Drop not-removed py2 dependencies

- 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/784549
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zipp?expand=0&rev=8
2020-04-19 19:40:01 +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
Dominique Leuenberger
9b2464869f Accepting request 727096 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/727096
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zipp?expand=0&rev=7
2019-09-04 06:56:37 +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
Dominique Leuenberger
f232fe3430 Accepting request 717548 from devel:languages:python
- Update to 0.5.2:
  * #7: Parent of a directory now actually returns the parent.

OBS-URL: https://build.opensuse.org/request/show/717548
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zipp?expand=0&rev=6
2019-07-30 11:04:30 +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
Dominique Leuenberger
51392cb5d1 Accepting request 708170 from devel:languages:python
- Switch to mulitbuild to avoid build cycle

OBS-URL: https://build.opensuse.org/request/show/708170
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zipp?expand=0&rev=5
2019-06-13 20:38:01 +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
Dominique Leuenberger
db65f69eec Accepting request 703557 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/703557
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zipp?expand=0&rev=4
2019-05-20 08:26:59 +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
Dominique Leuenberger
3bca646c87 Accepting request 703034 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/703034
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zipp?expand=0&rev=3
2019-05-16 20:00: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
Dominique Leuenberger
ffbf65cc69 Accepting request 701008 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/701008
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zipp?expand=0&rev=2
2019-05-07 21:12:18 +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