summaryrefslogtreecommitdiff
path: root/dev-python/ratelimit
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-05-27 03:10:45 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-05-27 03:10:45 +0100
commit9e68aee0e16e4b361fe06f9566c74b4bb2a22a27 (patch)
tree419e98a8690f9f840b62b1a2013e04141d0342c0 /dev-python/ratelimit
parenta20b8556104c163a81183ff983af8123e40f16c5 (diff)
gentoo auto-resync : 27:05:2023 - 03:10:45
Diffstat (limited to 'dev-python/ratelimit')
-rw-r--r--dev-python/ratelimit/Manifest2
-rw-r--r--dev-python/ratelimit/ratelimit-2.2.1-r1.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/ratelimit/Manifest b/dev-python/ratelimit/Manifest
index 44ee90e0835f..08392c565d3e 100644
--- a/dev-python/ratelimit/Manifest
+++ b/dev-python/ratelimit/Manifest
@@ -1,3 +1,3 @@
DIST ratelimit-2.2.1.gh.tar.gz 12366 BLAKE2B 7c810bd111202ef6cd86a789627367665457eb2fd88f13d91b18c934210b72f8f4b0ca1ae0e26b502234c4bf3e74d1c6608260d51a022f9f733d10eb061de023 SHA512 a9a2347e9f9e152e5b1ffcf346cf750c5c52471aa2216b485d989edfc55686077990676a35e0125277313ad50a656a14ab72b7aac61b661e2fc4ec74611b5990
-EBUILD ratelimit-2.2.1-r1.ebuild 574 BLAKE2B 2216bbffe13f1ccca58684ec63098d69b03976bba5dd5e007d95155086cb100c720e1ae144038eed0df372e49cff9168bce3d75644f5dfed70257805dae8d2da SHA512 622179f9528f8f9d72793c4c26cd86457e10c93174daabab751738d29cea5380b155e342e05d34c4d46fa0c5e316348ea30ba1ab4194010a114afa3e87f67974
+EBUILD ratelimit-2.2.1-r1.ebuild 575 BLAKE2B 26e8d5f6ce705d95cf96ba1b5362e63937b7d24f5a56f29cd8f716c6429ab7bcffe4739c963c78e2831d1826608b9d2660545ecb0f9214e78eb6558a576c0a94 SHA512 5003b36f91081f741ded990d492c4cafd48dbeb87645b70be4ea2ca71c16011b58fcb301afdf3656a4dabd271e40914407f5511b87dec8d1303d7e987707a78a
MISC metadata.xml 592 BLAKE2B dd1ede0be9eb2e3612883705d8d1a4b2fd8adcb5ef365d6891cf993a968a8dc375968ee8aa06f77f3b443dcc8888dbec8f5ec879f7f0492668575de14e4c5734 SHA512 6418a2b0df11a6265ce6b7d7487d60c6d6e450ca386a9beef1b986bbf36b1c6574a2e426dbd24be25c4d1b65e1dcd24c224178abc5dcd9b4e1ab5bfce3aef8b9
diff --git a/dev-python/ratelimit/ratelimit-2.2.1-r1.ebuild b/dev-python/ratelimit/ratelimit-2.2.1-r1.ebuild
index 6517b1536f87..2ff854d872d3 100644
--- a/dev-python/ratelimit/ratelimit-2.2.1-r1.ebuild
+++ b/dev-python/ratelimit/ratelimit-2.2.1-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
DESCRIPTION="An API rate limit decorator for Python"