diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-05-13 00:01:18 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-05-13 00:01:18 +0100 |
commit | a25cc082a26782e5d39ded4559c91ff11bc3c299 (patch) | |
tree | 6cd0802dd248058d540f1f5f472c5df98216f154 /dev-python/rfc3986 | |
parent | d72a987a342949e200b5e9decbd71f246da53788 (diff) |
gentoo auto-resync : 13:05:2024 - 00:01:18
Diffstat (limited to 'dev-python/rfc3986')
-rw-r--r-- | dev-python/rfc3986/Manifest | 2 | ||||
-rw-r--r-- | dev-python/rfc3986/rfc3986-2.0.0-r1.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/rfc3986/Manifest b/dev-python/rfc3986/Manifest index 39feb0a74301..18f729c234e6 100644 --- a/dev-python/rfc3986/Manifest +++ b/dev-python/rfc3986/Manifest @@ -1,3 +1,3 @@ DIST rfc3986-2.0.0.tar.gz 49026 BLAKE2B 41e1ab9d1ad878336dc93fa0924c6cc90930d5fd3ba0bbb238be402512d3227cacfa555828c5d698810bee74b3b77f045abb7fcb5c854a4f49922f4cbe05004f SHA512 5c8370cb1e21811eaab91269b9a30972b8fbcbe1fa1d806fd3ceabe0e1937de856d757146137fee470fbdbcc7e948b236f72a42306da41a6d03807e7333983df -EBUILD rfc3986-2.0.0-r1.ebuild 725 BLAKE2B fb3d0ce8cd795419570f3d9aacb29dd73343f55342326cbf14000db3c69c2eefc68ae86aa143db66e2542ddefbeef942b9e8545d27a04359f69f507550e34805 SHA512 02902df9058e1ab72c01d027ec0e45332b1c75a6bda22c89b00c415a4b09425116d73efc550cc2eb9474f3f3b73374c8d1baa6ffc48d06667cc3ba1beaa66b1b +EBUILD rfc3986-2.0.0-r1.ebuild 735 BLAKE2B fd6cbaf0cf7a61b77723d0e060e8558b1ca72314f735c25f419970838ad1cc1c0e807adaf1149d25b58c2c2e6a337f8ff406b10462a948b589348321fad9e2cc SHA512 75053d7c7bd115301e662a3a81ac3d2daf4c335b482d5d7ef26fd0822c7cd7758163a7578dac3edbab88e2efa06ed31af7c3c031bad65abeb7a4bc68aa2e1bb3 MISC metadata.xml 741 BLAKE2B e493181d32969459e23997ab0d48e5c1fd42f2bbe61ed04a5107697a61090d109b6133618c5ef153c92b88eccad0eb93c02073f1ffa9e763aa8518a85de8a19a SHA512 34ef9d54aa2dd6cca1f4d3abcc45d3147c0fdca559a9d30b28ef86e6e9d908ef0fb82384f10abb535fab1a0aed2b81f78b517cce73e5b947501ec9be331af13f diff --git a/dev-python/rfc3986/rfc3986-2.0.0-r1.ebuild b/dev-python/rfc3986/rfc3986-2.0.0-r1.ebuild index 4230540ef8ca..e3ce27166593 100644 --- a/dev-python/rfc3986/rfc3986-2.0.0-r1.ebuild +++ b/dev-python/rfc3986/rfc3986-2.0.0-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) inherit distutils-r1 pypi @@ -13,7 +13,7 @@ HOMEPAGE=" https://rfc3986.rtfd.org/ https://github.com/python-hyper/rfc3986/ https://pypi.org/project/rfc3986/ - https://tools.ietf.org/html/rfc3986/ + https://datatracker.ietf.org/doc/html/rfc3986/ " LICENSE="Apache-2.0" |