From d730c76af2b99f8ca518b1e1d3b95867e554ef6c147aa33863dfdb90a7ca48b0 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 28 Sep 2020 12:04:18 +0000 Subject: [PATCH] - 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 --- python-zipp.changes | 12 ++++++++++++ python-zipp.spec | 2 +- zipp-3.1.0.tar.gz | 3 --- zipp-3.2.0.tar.gz | 3 +++ 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 zipp-3.1.0.tar.gz create mode 100644 zipp-3.2.0.tar.gz diff --git a/python-zipp.changes b/python-zipp.changes index 1c6c459..9513bc1 100644 --- a/python-zipp.changes +++ b/python-zipp.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Sep 28 12:03:20 UTC 2020 - Dirk Mueller + +- 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. + ------------------------------------------------------------------- Fri Mar 13 07:52:03 UTC 2020 - Tomáš Chvátal diff --git a/python-zipp.spec b/python-zipp.spec index 61216b9..10a867d 100644 --- a/python-zipp.spec +++ b/python-zipp.spec @@ -27,7 +27,7 @@ %bcond_with test %endif Name: python-zipp%{psuffix} -Version: 3.1.0 +Version: 3.2.0 Release: 0 Summary: Pathlib-compatible object wrapper for zip files License: MIT diff --git a/zipp-3.1.0.tar.gz b/zipp-3.1.0.tar.gz deleted file mode 100644 index 24f6caf..0000000 --- a/zipp-3.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c599e4d75c98f6798c509911d08a22e6c021d074469042177c8c86fb92eefd96 -size 14808 diff --git a/zipp-3.2.0.tar.gz b/zipp-3.2.0.tar.gz new file mode 100644 index 0000000..1c25b3a --- /dev/null +++ b/zipp-3.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b52f22895f4cfce194bc8172f3819ee8de7540aa6d873535a8668b730b8b411f +size 16238