]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46105: Honor spec when generating requirement specs with urls and extras. (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 16 Dec 2021 21:19:14 +0000 (13:19 -0800)
committerGitHub <noreply@github.com>
Thu, 16 Dec 2021 21:19:14 +0000 (13:19 -0800)
commit09d7319bfe0006d9aa3fc14833b69c24ccafdca6
tree4d951b0b2227732e4e9258aa761f020484f5c213
parent0194bbbee6a12264e93d3217c774e226f0a1737d
bpo-46105: Honor spec when generating requirement specs with urls and extras. (GH-30151)

(cherry picked from commit 109d96602199a91e94eb14b8cb3720841f22ded7)

Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
Lib/importlib/metadata/__init__.py
Lib/test/test_importlib/test_metadata_api.py
Misc/NEWS.d/next/Library/2021-12-16-14-30-36.bpo-46105.pprB1K.rst [new file with mode: 0644]