Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (23m)  pkgsrc-2024Q1 (10d)  pkgsrc-2023Q4 (57d)  pkgsrc-2023Q2 (89d)  pkgsrc-2023Q3 (169d) 

2024-05-27 23:50:56 UTC Now

2024-03-24 19:24:42 UTC MAIN commitmail json YAML

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.

(adam)