Skip to content

Conversation

@pyup-bot
Copy link
Collaborator

This PR updates importlib-resources from 6.0.0 to 6.4.0.

Changelog

6.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. (303)
- Deferred select imports in for a speedup (python/cpython109829).

6.3.2

======

Bugfixes
--------

- Restored expectation that local standard readers are preferred over degenerate readers. (298)

6.3.1

======

Bugfixes
--------

- Restored expectation that stdlib readers are suppressed on Python 3.10. (257)

6.3.0

======

Features
--------

- Add ``Anchor`` to ``importlib.resources`` (in order for the code to comply with the documentation)

6.2.0

======

Features
--------

- Future compatibility adapters now ensure that standard library readers are replaced without overriding non-standard readers. (295)

6.1.3

======

No significant changes.

6.1.2

======

Bugfixes
--------

- Fixed NotADirectoryError when calling files on a subdirectory of a namespace package. (293)

6.1.1

======

Bugfixes
--------

- Added missed stream argument in simple.ResourceHandle. Ref python/cpython111775.

6.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. (287)

6.0.1

======

Bugfixes
--------

- Restored Apache license. (285)
Links

@codecov
Copy link

codecov bot commented Mar 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.91%. Comparing base (5b7bfb3) to head (90eb21e).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #949   +/-   ##
=======================================
  Coverage   93.91%   93.91%           
=======================================
  Files          26       26           
  Lines        1708     1708           
=======================================
  Hits         1604     1604           
  Misses        104      104           
Flag Coverage Δ
unittests 93.91% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants