Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply changes from importlib_metadata for Python 3.13 #113174

Closed
1 task done
jaraco opened this issue Dec 15, 2023 · 1 comment
Closed
1 task done

Apply changes from importlib_metadata for Python 3.13 #113174

jaraco opened this issue Dec 15, 2023 · 1 comment

Comments

@jaraco
Copy link
Member

jaraco commented Dec 15, 2023

This bug tracks merging changes in importlib_metadata for Python 3.13.

Linked PRs

jaraco added a commit that referenced this issue Dec 21, 2023
* Sync with importlib_metadata 7.0.0

* Add blurb

* Update docs to reflect changes.

* Link datamodel docs for object.__getitem__

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>

* Add what's new for removed __getattr__

* Link datamodel docs for object.__getitem__

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>

* Add exclamation point, as that seems to be used for other classes.

---------

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
@jaraco
Copy link
Member Author

jaraco commented Dec 21, 2023

Closing for now. Will re-open if additional changes are added to importlib_metadata for 3.13.

@jaraco jaraco closed this as completed Dec 21, 2023
jaraco added a commit to python/importlib_metadata that referenced this issue Dec 21, 2023
ryan-duve pushed a commit to ryan-duve/cpython that referenced this issue Dec 26, 2023
* Sync with importlib_metadata 7.0.0

* Add blurb

* Update docs to reflect changes.

* Link datamodel docs for object.__getitem__

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>

* Add what's new for removed __getattr__

* Link datamodel docs for object.__getitem__

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>

* Add exclamation point, as that seems to be used for other classes.

---------

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
clrpackages pushed a commit to clearlinux-pkgs/pypi-importlib_metadata that referenced this issue Dec 26, 2023
…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
kulikjak pushed a commit to kulikjak/cpython that referenced this issue Jan 22, 2024
* Sync with importlib_metadata 7.0.0

* Add blurb

* Update docs to reflect changes.

* Link datamodel docs for object.__getitem__

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>

* Add what's new for removed __getattr__

* Link datamodel docs for object.__getitem__

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>

* Add exclamation point, as that seems to be used for other classes.

---------

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
aisk pushed a commit to aisk/cpython that referenced this issue Feb 11, 2024
* Sync with importlib_metadata 7.0.0

* Add blurb

* Update docs to reflect changes.

* Link datamodel docs for object.__getitem__

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>

* Add what's new for removed __getattr__

* Link datamodel docs for object.__getitem__

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>

* Add exclamation point, as that seems to be used for other classes.

---------

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
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

No branches or pull requests

1 participant