14
0
forked from pool/python-zipp

- 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
This commit is contained in:
2020-09-28 12:04:18 +00:00
committed by Git OBS Bridge
parent 0b6d35d0b2
commit d730c76af2
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Sep 28 12:03:20 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- 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 <tchvatal@suse.com>