dev-python/requestsexceptions: Update HOMEPAGE

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2023-11-08 12:57:10 +01:00
parent 80509f032e
commit cbd10c98c5
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
The python requests library bundles the urllib3 library, however, some software distributions modify requests to remove the bundled library. This makes some operations, such as supressing the "insecure platform warning" messages that urllib emits difficult. This is a simple library to find the correct path to exceptions in the requests library regardless of whether they are bundled.
</longdescription>
<upstream>
<remote-id type="github">openstack-infra/requestsexceptions</remote-id>
<remote-id type="github">openstack/requestsexceptions</remote-id>
<remote-id type="pypi">requestsexceptions</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -11,7 +11,7 @@ inherit distutils-r1 pypi
DESCRIPTION="Finds the correct path to exceptions in the requests library"
HOMEPAGE="
https://opendev.org/openstack/requestsexceptions/
https://github.com/openstack-infra/requestsexceptions/
https://github.com/openstack/requestsexceptions/
https://pypi.org/project/requestsexceptions/
"