Skip to content

Commit

Permalink
Update python-zipp to version 3.2.0 / rev 9 via SR 838271
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/838271
by user dirkmueller + dimstar_suse
- 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.
  • Loading branch information
dirkmueller authored and bmwiedemann committed Oct 29, 2020
1 parent bde0de2 commit abfb79a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions packages/p/python-zipp/python-zipp.changes
Original file line number Diff line number Diff line change
@@ -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>

Expand Down
2 changes: 1 addition & 1 deletion packages/p/python-zipp/python-zipp.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion packages/p/python-zipp/zipp-3.1.0.tar.gz

This file was deleted.

1 change: 1 addition & 0 deletions packages/p/python-zipp/zipp-3.2.0.tar.gz

0 comments on commit abfb79a

Please sign in to comment.