forked from pool/python-zipp
- update to 3.15.0:
* gh-102209: ``test_implied_dirs_performance`` now tests * measures the time complexity experimentally. * Minor cleanup in tests, including #93. * In tests, add a fallback when ``func_timeout`` isn't available. * gh-101566: In ``CompleteDirs``, override ``ZipFile.getinfo`` * to supply a ``ZipInfo`` for implied dirs. * gh-101144: Honor ``encoding`` as positional parameter * to ``Path.open()`` and ``Path.read_text()``. * #85: Added support for new methods on ``Path``: * ``match`` * ``glob`` and ``rglob`` * ``relative_to`` * ``is_symlink`` * Removed 'print' expression in test_pickle. * bpo-43651: Apply ``io.text_encoding`` on Python 3.10 and later. * #81: ``Path`` objects are now pickleable if they've been * constructed from pickleable objects. Any restored objects * will re-construct the zip file with the original arguments. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zipp?expand=0&rev=33
This commit is contained in:
@@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 15 10:21:46 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 3.15.0:
|
||||
* gh-102209: ``test_implied_dirs_performance`` now tests
|
||||
* measures the time complexity experimentally.
|
||||
* Minor cleanup in tests, including #93.
|
||||
* In tests, add a fallback when ``func_timeout`` isn't
|
||||
available.
|
||||
* gh-101566: In ``CompleteDirs``, override ``ZipFile.getinfo``
|
||||
* to supply a ``ZipInfo`` for implied dirs.
|
||||
* gh-101144: Honor ``encoding`` as positional parameter
|
||||
* to ``Path.open()`` and ``Path.read_text()``.
|
||||
* #85: Added support for new methods on ``Path``:
|
||||
* ``match`` * ``glob`` and ``rglob`` * ``relative_to``
|
||||
* ``is_symlink``
|
||||
* Removed 'print' expression in test_pickle.
|
||||
* bpo-43651: Apply ``io.text_encoding`` on Python 3.10 and
|
||||
later.
|
||||
* #81: ``Path`` objects are now pickleable if they've been
|
||||
* constructed from pickleable objects. Any restored objects
|
||||
* will re-construct the zip file with the original arguments.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 26 21:07:51 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
Reference in New Issue
Block a user