diff options
author | Louis Sautier <sbraz@gentoo.org> | 2020-10-23 11:16:44 +0200 |
---|---|---|
committer | Louis Sautier <sbraz@gentoo.org> | 2020-10-23 12:21:00 +0200 |
commit | c177b797fd9911c549139a2b85fb7442fb0c70e1 (patch) | |
tree | 1b80ce0d3e0eef7469ffd58def44316246a08dec /dev-python/importlib_resources | |
parent | dev-python/boto3: Bump to 1.16.3 (diff) | |
download | gentoo-c177b797fd9911c549139a2b85fb7442fb0c70e1.tar.gz gentoo-c177b797fd9911c549139a2b85fb7442fb0c70e1.tar.bz2 gentoo-c177b797fd9911c549139a2b85fb7442fb0c70e1.zip |
dev-python/importlib_resources: update upstream info + description
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'dev-python/importlib_resources')
-rw-r--r-- | dev-python/importlib_resources/metadata.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/dev-python/importlib_resources/metadata.xml b/dev-python/importlib_resources/metadata.xml index 0ef87864b431..45769af04132 100644 --- a/dev-python/importlib_resources/metadata.xml +++ b/dev-python/importlib_resources/metadata.xml @@ -10,15 +10,15 @@ <name>Python</name> </maintainer> <longdescription> - Backport of Python 3.7’s standard library importlib.resources - module for Python 2.7, and 3.4 through 3.6. Users of Python - 3.7 and beyond are encouraged to use the standard library - module, and in fact for these versions, importlib_resources - just shadows that module. + Backport of Python standard library importlib.resources module + for Python 2.7, and 3.4 through 3.8. Users of Python 3.9 and beyond + should use the standard library module, since for these versions, + importlib_resources just delegates to that module. </longdescription> <upstream> - <remote-id type="gitlab">python-devs/importlib_resources</remote-id> + <remote-id type="github">python/importlib_resources</remote-id> <remote-id type="pypi">importlib_resources</remote-id> - <bugs-to>https://gitlab.com/python-devs/importlib_resources/issues</bugs-to> + <bugs-to>https://github.com/python/importlib_resources/issues</bugs-to> + <doc>https://importlib-resources.readthedocs.io/</doc> </upstream> </pkgmetadata> |