SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python312-zipp-3.17.0-1.4.noarch.rpm :

* Mon Nov 27 2023 Dirk Müller - update to 3.17.0:
* Added ``CompleteDirs.inject`` classmethod to make available for use elsewhere.
* Avoid matching path separators for \'?\' in glob.
* In ``Path.match``, Windows path separators are no longer honored. The fact that they were was incidental and never supported. (#92)
* Fixed name/suffix/suffixes/stem operations when no filename is present and the Path is not at the root of the zipfile. (#96)
* Reworked glob utilizing the namelist directly. (#101)
* Replaced the ``fnmatch.translate`` with a fresh glob-to-regex translator for more correct matching behavior. (#98)
* Require Python 3.8 or later.
* Fri Apr 21 2023 Dirk Müller - add sle15_python_module_pythons (jsc#PED-68)
* Sun Apr 16 2023 Matej Cepl - Make calling of %{sle15modernpython} optional.
* Sat Apr 15 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 2022 Ben Greiner - Remove deprecated setup.py hack: move to PEP517 build- Fix requirements
* Neither jaraco.itertools nor jaraco.tidelift are used outside testing or documentation building- Ignore that upstream requires Python 3.7 or later since version 3.7.0
* Tue Aug 23 2022 Dirk Müller - update to 3.8.1:
* enrolled in tidelift
* Sun May 29 2022 Dirk Müller - update to 3.8.0:
* Removed compatibility code.
* Tue Jan 04 2022 Dirk Müller - update to 3.7.0:
* Require Python 3.7 or later.
* Tue Jan 04 2022 Dirk Müller - add python-rpm-macros buildrequires
* Sat Oct 16 2021 Dirk Müller - update to 3.6.0:
* Only ``Path`` is exposed in the public API.
* Remove news file intended only for CPython.
* Sat Jul 17 2021 Dirk Müller - update to 3.5.0:
* Added ``.suffix``, ``.suffixes``, and ``.stem`` properties.
* Mon Mar 08 2021 Dirk Müller - update to 3.4.1:
* refresh packaging
 
ICM