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.21
Type: enhancement Stage: resolved
Components: Versions: Python 3.9, Python 3.8
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: jaraco Nosy List: barry, brett.cannon, jaraco, lukasz.langa
Priority: release blocker Keywords: patch

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

Pull Requests
URL Status Linked Edit
PR 15840 merged jaraco, 2019-09-10 11:41
PR 15861 merged jaraco, 2019-09-10 14:04
Messages (3)
msg351625 - (view) Author: Jason R. Coombs (jaraco) * (Python committer) Date: 2019-09-10 11:36
Importlib_metadata 0.21 has been released (technically releasing at this moment). This issue serves as an anchor to incorporate those changes (https://gitlab.com/python-devs/importlib_metadata/blob/4b86813ecf7e40e6d553976e3f5604f90d475fb4/importlib_metadata/docs/changelog.rst).
msg351663 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2019-09-10 13:53
New changeset 17499d82702432955d8e442a1871ff276ca64bc5 by Brett Cannon (Jason R. Coombs) in branch 'master':
bpo-38086: Sync importlib.metadata with importlib_metadata 0.21. (GH-15840)
https://github.com/python/cpython/commit/17499d82702432955d8e442a1871ff276ca64bc5
msg351694 - (view) Author: Jason R. Coombs (jaraco) * (Python committer) Date: 2019-09-10 14:58
New changeset 97c2f68a4c0bf4e69a1e769928d7928fab73a666 by Jason R. Coombs in branch '3.8':
[3.8] bpo-38086: Sync importlib.metadata with importlib_metadata 0.21. (GH-15840) (#15861)
https://github.com/python/cpython/commit/97c2f68a4c0bf4e69a1e769928d7928fab73a666
History
Date User Action Args
2022-04-11 14:59:20adminsetgithub: 82267
2019-09-12 11:00:36jaracosetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2019-09-10 14:58:32jaracosetmessages: + msg351694
2019-09-10 14:04:35jaracosetpull_requests: + pull_request15508
2019-09-10 13:53:34brett.cannonsetnosy: + brett.cannon
messages: + msg351663
2019-09-10 11:41:23jaracosetkeywords: + patch
stage: needs patch -> patch review
pull_requests: + pull_request15487
2019-09-10 11:36:34jaracocreate