-
Notifications
You must be signed in to change notification settings - Fork 0
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…
….7.1 to version 5.8.0 Anderson Bravalheri (1): Update Github actions to v3 (#62) Hugo van Kemenade (1): Update base URL for PEPs (#61) Jason R. Coombs (13): Add Python 3.11 into the matrix using workaround from actions/setup-python#213. Drop 3.9 from matrix for efficiency. Prefer spaces for rst. Fixes jaraco/skeleton#64. Inline the flattening of descendants. Move ResourceContainer.joinpath to Traversable.joinpath, providing a concrete implementation. Refactor to converge descendants to a single type and rely on Path.parts for getting the parts. Replace StopIteration with a TraversalError for use in capturing a failed traversal. In readers.MultiplexedPath, re-use Traversable.joinpath. Add test for empty joinpath. Leave this behavior uncovered. Separate match resolution from recursive join. Update changelog Bump behaviors as found in CPython ⚫ Fade to black. Saniya Maheshwari (2): Removed footnote stating that PEP 420 namespace packages are ignored Removed Python 2 related footnote Sviatoslav Sydorenko (1): Inject check job into CI workflow as ultimate flag (#55) Victor Stinner (1): gh-93353: Fix importlib.resources._tempfile() finalizer (#93377) wim glenn (1): exclude build env from cov reporting (#60)
- Loading branch information
Showing
6 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
PKG_NAME := pypi-importlib_resources | ||
URL = https://files.pythonhosted.org/packages/07/3c/4e27ef7d4cea5203ed4b52b7fe96ddd08559d9f147a2a4307e7d6d98c035/importlib_resources-5.7.1.tar.gz | ||
URL = https://files.pythonhosted.org/packages/a5/66/b844887f2225049abd75a0c54415d419e334b7a7e2a69c5a5c4968e30906/importlib_resources-5.8.0.tar.gz | ||
ARCHIVES = | ||
|
||
include ../common/Makefile.common |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
16 | ||
17 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
c18ceb6ade033c35fce8d08658238f4a6fd0fc69/importlib_resources-5.7.1.tar.gz | ||
1ab58bca22ffcfedb196f102cf5fdc0929ef150d/importlib_resources-5.8.0.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
5.7.1 | ||
5.8.0 |