forked from pool/python-zipp
a2fd8b70c0be61c2411a09d4c57aaff29db6217da11e1779f67d1340b4d75db8
* 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.
* Removed compatibility code.
- add python-rpm-macros buildrequires
* Remove news file intended only for CPython.
* refresh packaging
* When adding implicit dirs, ensure that ancestral directories
* Declared package as backport.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zipp?expand=0&rev=38
Description
No description provided
Languages
RPM Spec
100%