2024-03-24 20:24:42 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-importlib-resources: updated to 6.4.0
v6.4.0
Features
- The functions
``is_resource()``,
``open_binary()``,
``open_text()``,
``path()``,
``read_binary()``, and
``read_text()`` are un-deprecated, and support
subdirectories via multiple positional arguments.
The ``contents()`` function also allows subdirectories,
but remains deprecated.
- Deferred select imports in for a speedup.
v6.3.2
Bugfixes
- Restored expectation that local standard readers are preferred over degenerate \
readers.
v6.3.1
Bugfixes
- Restored expectation that stdlib readers are suppressed on Python 3.10.
v6.3.0
Features
- Add ``Anchor`` to ``importlib.resources`` (in order for the code to comply \
with the documentation)
v6.2.0
Features
- Future compatibility adapters now ensure that standard library readers are \
replaced without overriding non-standard readers.
|
2024-03-07 17:35:41 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-importlib-resources: updated to 6.1.3
v6.1.3
No significant changes.
|
2024-02-25 23:27:08 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-importlib-resources: updated to 6.1.2
v6.1.2
Bugfixes
- Fixed NotADirectoryError when calling files on a subdirectory of a namespace \
package.
|
2023-11-10 19:36:05 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-importlib-resources: updated to 6.1.1
v6.1.1
Bugfixes
- Added missed stream argument in simple.ResourceHandle.
|
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
|