- 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
This commit is contained in:
parent
d730c76af2
commit
7bbd3c0efb
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 25 14:52:25 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- 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.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 28 12:03:20 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
Mon Sep 28 12:03:20 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
Name: python-zipp%{psuffix}
|
Name: python-zipp%{psuffix}
|
||||||
Version: 3.2.0
|
Version: 3.4.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Pathlib-compatible object wrapper for zip files
|
Summary: Pathlib-compatible object wrapper for zip files
|
||||||
License: MIT
|
License: MIT
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b52f22895f4cfce194bc8172f3819ee8de7540aa6d873535a8668b730b8b411f
|
|
||||||
size 16238
|
|
3
zipp-3.4.0.tar.gz
Normal file
3
zipp-3.4.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ed5eee1974372595f9e416cc7bbeeb12335201d8081ca8a0743c954d4446e5cb
|
||||||
|
size 15638
|
Loading…
Reference in New Issue
Block a user