2024-11-14 09:48:49 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: py-zipp: updated to 3.21.0 v3.21.0 Features - Improve performances of :meth:`zipfile.Path.open` for non-reading modes. - Rely on cached_property to cache values on the instance. - Rely on save_method_args to save method args. |
2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message: py-*: remove unused tool dependency py-setuptools includes the py-wheel functionality nowadays |
2024-09-13 21:22:58 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-zipp: updated to 3.20.2 v3.20.2 Bugfixes - Make zipp.compat.overlay.zipfile hashable. |
2024-08-27 10:53:37 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-zipp: updated to 3.20.1 v3.20.1 Bugfixes - Replaced SanitizedNames with a more surgical fix for infinite loops, restoring \ support for names with special characters in the archive. |
2024-08-14 10:47:35 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: py-zipp: updated to 3.20.0 v3.20.0 Features - Made the zipfile compatibility overlay available as zipp.compat.overlay. |
2024-06-06 07:13:01 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-zipp: updated to 3.19.2 v3.19.2 No significant changes. |
2024-06-03 12:54:41 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-zipp: updated to 3.19.1 v3.19.1 Bugfixes - Improved handling of malformed zip files. |
2024-05-27 10:59:59 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-zipp: updated to 3.19.0 v3.19.0 Features - Implement is_symlink. |
2024-05-16 16:14:39 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-zipp: updated to 3.18.2 v3.18.2 No significant changes. |
2024-03-17 15:14:21 by Thomas Klausner | Files touched by this commit (3) | |
Log message: py-zipp: update to 3.18.1. v3.18.1 ======= No significant changes. v3.18.0 ======= Features -------- - Bypass ZipFile.namelist in glob for better performance. (#106) - Refactored glob functionality to support a more generalized solution with \ support for platform-specific path separators. (#108) Bugfixes -------- - Add special accounting for pypy when computing the stack level for text \ encoding warnings. (#114) |