diff --git a/python-zipp.changes b/python-zipp.changes index 9513bc1..b393c3c 100644 --- a/python-zipp.changes +++ b/python-zipp.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Nov 25 14:52:25 UTC 2020 - Dirk Mueller + +- 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 diff --git a/python-zipp.spec b/python-zipp.spec index 10a867d..13b3d55 100644 --- a/python-zipp.spec +++ b/python-zipp.spec @@ -27,7 +27,7 @@ %bcond_with test %endif Name: python-zipp%{psuffix} -Version: 3.2.0 +Version: 3.4.0 Release: 0 Summary: Pathlib-compatible object wrapper for zip files License: MIT diff --git a/zipp-3.2.0.tar.gz b/zipp-3.2.0.tar.gz deleted file mode 100644 index 1c25b3a..0000000 --- a/zipp-3.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b52f22895f4cfce194bc8172f3819ee8de7540aa6d873535a8668b730b8b411f -size 16238 diff --git a/zipp-3.4.0.tar.gz b/zipp-3.4.0.tar.gz new file mode 100644 index 0000000..04776cb --- /dev/null +++ b/zipp-3.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed5eee1974372595f9e416cc7bbeeb12335201d8081ca8a0743c954d4446e5cb +size 15638