Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pypi-importlib_resources: Autospec creation for update from version 5…
….10.2 to version 5.12.0 Gregory P. Smith (1): gh-82874: Convert remaining importlib format uses to f-str. (#98005) Jason R. Coombs (27): ⚫ Fade to black. Prefer docstrings to comments where appropriate. Update badge for 2023 ALLOW_UNICODE no longer needed on Python 3. As a result, ELLIPSES is also now enabled by default. Enable default encoding warning where available. See PEP 597. Suppress EncodingWarning in pytest_black. Workaround for shopkeep/pytest-black#67. Exempt warning. Workaround for realpython/pytest-mypy#152 In MultiplexedPath.iterdir, honor multiple subdirectories of the same name. Prefer tee and only. Update changelog. Add section on Namespace Packages. Fixes #262. Add #upstream markers for filtered warnings. Add filter for platform module (ref python/cpython#100750). Remove reference to EncodingWarning as it doesn't exist on some Pythons. Revert "exclude build env from cov reporting (jaraco/skeleton#60)" Remove 'absolute' call, unneeded. Extract fixture for zip_on_path. Prefer suppress to except/pass. Disable couldnt-parse warnings. Prescribed workaround for nedbat/coveragepy#1392. Fixes python/importlib_resources#279 and fixes jaraco/skeleton#56. Update _path.build/create from jaraco.path 3.4.1. Fixes EncodingWarnings. Fix EncodingWarnings Update changelog. Pass 'encoding' to target.open in test_open_text_FileNotFoundError. Fixes #280. Update changelog. Add tests capturing expectation of custom loaders. Ref #268. Disable native reader even if it supplies files, because it might not have features/fixes present in this library. Fixes #257. Give the local zip/namespace/file readers precedence over the native reader. Update changelog. Joost Ellerbroek (1): Add test for MultiplexedPath.joinpath with common subdirs
- Loading branch information