diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-11-08 12:57:10 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-11-08 12:57:26 +0100 |
commit | cbd10c98c5b5ab1bdef96ea213fd6c22df277c0e (patch) | |
tree | 5c697f2e6868e058fc26f54c8ff7d9c14809b99b /dev-python/requestsexceptions | |
parent | dev-python/requestsexceptions: Enable py3.12 (diff) | |
download | gentoo-cbd10c98c5b5ab1bdef96ea213fd6c22df277c0e.tar.gz gentoo-cbd10c98c5b5ab1bdef96ea213fd6c22df277c0e.tar.bz2 gentoo-cbd10c98c5b5ab1bdef96ea213fd6c22df277c0e.zip |
dev-python/requestsexceptions: Update HOMEPAGE
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/requestsexceptions')
-rw-r--r-- | dev-python/requestsexceptions/metadata.xml | 2 | ||||
-rw-r--r-- | dev-python/requestsexceptions/requestsexceptions-1.4.0-r1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/requestsexceptions/metadata.xml b/dev-python/requestsexceptions/metadata.xml index a6ded9b673c1..46e1cacd3773 100644 --- a/dev-python/requestsexceptions/metadata.xml +++ b/dev-python/requestsexceptions/metadata.xml @@ -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> diff --git a/dev-python/requestsexceptions/requestsexceptions-1.4.0-r1.ebuild b/dev-python/requestsexceptions/requestsexceptions-1.4.0-r1.ebuild index 336c16852f43..dd554a99b8db 100644 --- a/dev-python/requestsexceptions/requestsexceptions-1.4.0-r1.ebuild +++ b/dev-python/requestsexceptions/requestsexceptions-1.4.0-r1.ebuild @@ -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/ " |