2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | ![]() |
Log message: python/wheel.mk: simplify a lot, and switch to 'installer' for installation This follows the recommended bootstrap method (flit_core, build, installer). However, installer installs different files than pip, so update PLISTs for all packages using wheel.mk and bump their PKGREVISIONs. |
2023-10-04 23:44:03 by Adam Ciarcinski | Files touched by this commit (3) | ![]() |
Log message: py-importlib-resources: updated to 6.1.0 v6.1.0 Features - MultiplexedPath now expects Traversable paths. String arguments to \ MultiplexedPath are now deprecated. Bugfixes - Enabled support for resources in namespace packages in zip files. |
2023-08-07 07:21:12 by Adam Ciarcinski | Files touched by this commit (2) | ![]() |
Log message: py-importlib-resources: updated to 6.0.1 v6.0.1 Bugfixes - Restored Apache license |
2023-07-08 06:42:03 by Adam Ciarcinski | Files touched by this commit (3) | ![]() |
Log message: py-importlib-resources: updated to 6.0.0 v6.0.0 Deprecations and Removals - Removed legacy functions deprecated in 5.3. |
2023-04-04 14:24:08 by Adam Ciarcinski | Files touched by this commit (4) | ![]() |
Log message: py-importlib-resources: updated to 5.12.0 v5.12.0 * ``importlib_resources`` (backport) now gives precedence to built-in readers (file system, zip, namespace packages), providing forward-compatibility of behaviors like ``MultiplexedPath``. v5.11.1 * Fixed one more ``EncodingWarning`` in test suite. v5.11.0 * ``MultiplexedPath`` now honors multiple subdirectories in ``iterdir`` and ``joinpath``. |
2023-03-29 11:34:15 by Thomas Klausner | Files touched by this commit (96) |
Log message: *: use PYTHON_VERSION instead of _PYTHON_VERSION |
2022-12-29 13:37:51 by Adam Ciarcinski | Files touched by this commit (2) | ![]() |
Log message: py-importlib-resources: updated to 5.10.2 v5.10.2 * Prefer ``write_bytes`` to context manager as proposed in gh-100586. |
2022-12-23 03:33:43 by David H. Gutteridge | Files touched by this commit (1) | ![]() |
Log message: py-importlib-resources: update DESCR to match present reality |
2022-12-17 04:07:59 by David H. Gutteridge | Files touched by this commit (2) | ![]() |
Log message: py-importlib-resources: update to 5.10.1 v5.10.1 #274: Fixed ResourceWarning in _common. |
2022-11-14 15:38:56 by Thomas Klausner | Files touched by this commit (1) |
Log message: py-importlib-resources: add missing tool dependency |