diff --git a/python-zipp.changes b/python-zipp.changes index 8fc9493..569524d 100644 --- a/python-zipp.changes +++ b/python-zipp.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Sat Apr 15 10:21:46 UTC 2023 - Dirk Müller + +- 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 diff --git a/python-zipp.spec b/python-zipp.spec index 46bb414..0d24592 100644 --- a/python-zipp.spec +++ b/python-zipp.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,7 @@ %bcond_with test %endif Name: python-zipp%{psuffix} -Version: 3.8.1 +Version: 3.15.0 Release: 0 Summary: Pathlib-compatible object wrapper for zip files License: MIT @@ -80,9 +80,8 @@ sed -i -e 's:import func_timeout::' \ %files %{python_files} %doc README.rst %license LICENSE -%{python_sitelib}/zipp.py* -%pycache_only %{python_sitelib}/__pycache__/zipp*.pyc -%{python_sitelib}/zipp-%{version}*-info +%{python_sitelib}/zipp +%{python_sitelib}/zipp-%{version}.dist-info %endif %changelog diff --git a/zipp-3.15.0.tar.gz b/zipp-3.15.0.tar.gz new file mode 100644 index 0000000..c9c25e0 --- /dev/null +++ b/zipp-3.15.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:112929ad649da941c23de50f356a2b5570c954b65150642bccdd66bf194d224b +size 18454 diff --git a/zipp-3.8.1.tar.gz b/zipp-3.8.1.tar.gz deleted file mode 100644 index 2caad81..0000000 --- a/zipp-3.8.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:05b45f1ee8f807d0cc928485ca40a07cb491cf092ff587c0df9cb1fd154848d2 -size 14189