]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
python3-zipp: upgrade 3.15.0 -> 3.16.2
authorTim Orling <ticotimo@gmail.com>
Mon, 17 Jul 2023 08:18:11 +0000 (01:18 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 19 Jul 2023 18:37:35 +0000 (19:37 +0100)
commit8ffcbf120c7b35187f24e45fb8d35558ac1a697e
tree75deb2bb0560128ab79eb8cf52d348716c95f08c
parent4185814c1072da2cea67eda209395de6306a35d5
python3-zipp: upgrade 3.15.0 -> 3.16.2

https://github.com/jaraco/zipp/blob/v3.16.2/NEWS.rst

v3.16.2
* Bugfixes:
  - 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)
v3.16.1
* Bugfixes:
  - Replaced the fnmatch.translate with a fresh glob-to-regex translator
    for more correct matching behavior. (#98)
v3.16.0
* Features:
  - Require Python 3.8 or later.

License-Update: removed Copyright (see https://github.com/jaraco/skeleton/issues/78)

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-zipp_3.16.2.bb [moved from meta/recipes-devtools/python/python3-zipp_3.15.0.bb with 72% similarity]