| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Hummm, aren't the changes in #93259 technically backwards incompatible? (Nevermind, I think not raising ValueError is likely a bug). If I am reading https://github.com/python/importlib_metadata/pull/397/files that is technically a new feature which I don't think we can backport but I may be very well misreading it or missing something (so apologies if that's the case). If you think the lack of compatibility with PathDistributions is a bugfix we can backport it (although it would be great if some importlib expert checks the PR as well). |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
I would like to clarify if there is any risk on the backport before landing (I left a comment).
Sorry, something went wrong.
|
Thanks for the review.
I agree. Now that I look at #397 again, I realize I'd intended for the changes there to be isolated to the backport. They shouldn't have made it into this PR. That is, _py39compat shouldn't exist in stdlib. And indeed, that's what's happened. Looking at python/importlib_metadata@3e52430 (the merge commit into the cpython branch of importlib_metadata), the only changes from 4.13 are the type annotations and there's no hint of _py39compat in this PR. |
Sorry, something went wrong.
…0.0 to version 5.1.0
Jason R. Coombs (16):
Indicate to use latest Python version (workaround for readthedocs/readthedocs.org/#9623). Requires also specifying the OS version (workaround for readthedocs/readthedocs.org#9635).
Simply wrap .matches instead of replacing EntryPoint.
Add minimum retention of DeprecatedTuple. Ref #409, Ref #348.
Fix warning in plural of Import Package.
Correct syntax is without the space.
GHA pretty env (#67)
Add row for Python 3.12 to compatibility map.
Update compatibility matrix to reflect 4.13 in 3.11 (python/cpython#98875).
Python 3.10 is synced mainly through 4.6 (plus bugfixes).
Pin mypy to '<0.990' due to realpython/pytest-mypy#141
Remove the hyperlink for the Python versions badge. The PyPI badge is a better anchor for the hyperlink.
Apply explicit_package_bases for mypy and unpin the version. Ref python/mypy#14057.
Add Python 3.12 to matrix. Only test 3.8-3.10 on Linux.
Disable flake8 on Python 3.12. Workaround for tholo/pytest-flake8#87.
Update changelog.
Add note to docs about limitation of packages_distributions. Fixes #402.
Julien Palard (1):
Doc: missing underscore in hyperlink. (GH-98391)
Zach Burnett (1):
rename `.readthedocs.yml` to `.readthedocs.yaml` (RTD docs indicate that `.readthedocs.yml` will be deprecated) (#68)
layday (1):
Fix `SimplePath` protocol
|
This change seems to have introduced a possible regression on the Fedora setuptools builds. Details: pypa/setuptools#3761 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
These changes are already applied to main but have been selected from importlib_metadata 4.x for their bug fixes.
Automerge-Triggered-By: GH:jaraco