-
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_metadata: Autospec creation for update from version 7.…
…0.0 to version 7.0.1 Jason R. Coombs (13): Update Github Actions badge per actions/starter-workflows#1525. Remove using documentation and instead point users to the stdlib docs. Closes #466. Fix typo in doc Rely on keyword-only argument for context. Expand the docstring for read_text Rely on read_text and read_bytes from located paths. Corrected the interface for SimplePath to encompass the expectations of locate_file and PackagePath. Include _meta in docs to fix doc build failures. Refine SimplePath to allow for os.PathLike on input and SimplePath on output. Inline os.PathLike using future annotations. Add Python 3.13 to compatibility matrix. Ref python/cpython#113174. Fixed type annotations to allow strings. Finalize
- Loading branch information
Showing
5 changed files
with
12 additions
and
12 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_metadata | ||
URL = https://files.pythonhosted.org/packages/db/5a/392426ddb5edfebfcb232ab7a47e4a827aa1d5b5267a5c20c448615feaa9/importlib_metadata-7.0.0.tar.gz | ||
URL = https://files.pythonhosted.org/packages/90/b4/206081fca69171b4dc1939e77b378a7b87021b0f43ce07439d49d8ac5c84/importlib_metadata-7.0.1.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 @@ | ||
112 | ||
113 |
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 @@ | ||
d3ac7c390b035f183a69fc9ced61c549d3495b38/importlib_metadata-7.0.0.tar.gz | ||
ab443076a90cdf74930b6e331bb9f1245985a05d/importlib_metadata-7.0.1.tar.gz |