This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Synchronize importlib.metadata with importlib_metadata 0.22
Type: behavior Stage: resolved
Components: Versions: Python 3.9, Python 3.8
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: jaraco Nosy List: jaraco, p-ganssle
Priority: normal Keywords: patch

Created on 2019-09-11 16:41 by jaraco, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 15993 merged jaraco, 2019-09-11 16:53
PR 16064 merged jaraco, 2019-09-12 15:14
Messages (3)
msg351971 - (view) Author: Jason R. Coombs (jaraco) * (Python committer) Date: 2019-09-11 16:41
Incorporate the changes from the 0.22 release (https://gitlab.com/python-devs/importlib_metadata/blob/0.22/importlib_metadata/docs/changelog.rst) including the new lightweight shim from PathFinder into importlib.metadata.MetadataPathFinder.
msg352073 - (view) Author: Paul Ganssle (p-ganssle) * (Python committer) Date: 2019-09-12 09:29
New changeset 8ed6503eca4e3ea4949479d8d7fd9ffd54f81038 by Paul Ganssle (Jason R. Coombs) in branch 'master':
bpo-38121: Sync importlib.metadata with 0.22 backport (GH-15993)
https://github.com/python/cpython/commit/8ed6503eca4e3ea4949479d8d7fd9ffd54f81038
msg352203 - (view) Author: Jason R. Coombs (jaraco) * (Python committer) Date: 2019-09-12 15:41
New changeset a0d4aac50b362f4c33594a86e0e299d3f812e7b1 by Jason R. Coombs in branch '3.8':
[3.8] bpo-38121: Sync importlib.metadata with 0.22 backport (GH-15993) (GH-16064)
https://github.com/python/cpython/commit/a0d4aac50b362f4c33594a86e0e299d3f812e7b1
History
Date User Action Args
2022-04-11 14:59:20adminsetgithub: 82302
2019-09-12 15:42:29jaracosetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2019-09-12 15:41:34jaracosetmessages: + msg352203
2019-09-12 15:14:42jaracosetpull_requests: + pull_request15687
2019-09-12 09:29:14p-gansslesetnosy: + p-ganssle
messages: + msg352073
2019-09-11 16:53:54jaracosetkeywords: + patch
stage: patch review
pull_requests: + pull_request15622
2019-09-11 16:41:22jaracocreate