summaryrefslogtreecommitdiff
path: root/dev-python/ratelimit
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-01-31 18:57:01 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-01-31 18:57:01 +0000
commit69051588e2f955485fe5d45d45e616bc60a2de57 (patch)
treeef8699cca7ce3773b1de747b167ceeacdc60cb92 /dev-python/ratelimit
parentd7ed2b01311f15ba54fe8ea872aab7d59ab2b193 (diff)
gentoo resync : 31.01.2021
Diffstat (limited to 'dev-python/ratelimit')
-rw-r--r--dev-python/ratelimit/Manifest2
-rw-r--r--dev-python/ratelimit/ratelimit-1.4.1.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/ratelimit/Manifest b/dev-python/ratelimit/Manifest
index 539be4ce07b4..b23dbb0119ca 100644
--- a/dev-python/ratelimit/Manifest
+++ b/dev-python/ratelimit/Manifest
@@ -1,3 +1,3 @@
DIST ratelimit-1.4.1.tar.gz 10700 BLAKE2B d2fc1b0695c6bdc7653862ca790e9f5ec87b25513a93ec058384f334b47d5080570e3511eb6680b934b345ef5562771a078fc4ced3ceed263a7aafd26af3bfdd SHA512 ab8a2cc95b852f91c614ba5a5a677d2b4b99d5f810ec8a11e69d97af58cef1f67457e1cf686a286073c85b39c2ebbeca0a459382e410c9e8eda12cecdda57f02
-EBUILD ratelimit-1.4.1.ebuild 517 BLAKE2B 3876d99b545ea1c12a7dcfa21c5cbc33c81088b1a01364bb4a345316250439859ec1efdfb121baa1b650409b7ac191c7793c6f7894ca86e0ac046a7568534634 SHA512 8d87580f28489774d7de43409bb6fbf0d60fa2960ac3ea62048102222bd97c5ebe08b0a7f22c7ef430849283351f92a2307769080ccbd64189126f8fb67065a1
+EBUILD ratelimit-1.4.1.ebuild 515 BLAKE2B 7073794194696d691e50036afdfa5edee465cadac00ca2b159e6d624b5a907208e5ef479d43ec1943e1575bccecff76bdaa9317c74f53603490e206849b732d5 SHA512 df9131a1012d99335fb877a5146a0188b6293f1e6b1a5658071fc4c211c1f45feb74d5e504cd21697a91b7b732e36484f3d170287a3d70471e79abe16dacedc2
MISC metadata.xml 765 BLAKE2B 68d98d775076ad4ee6ab837c291a7acfd0263e78c85ed9391f546663f0b831baafc35d863b3acb512e197ccd8bd026e7bc64eeae3d8f8454112cb75b3cdae9e6 SHA512 d2e8549bd6d6b20cbac9e6023f3088c50ad386a57d7d06a52b154bacd62b84850f3ae16718b92e02f5f2b48f856d55c60727cc0648392aab3bda4ca0396a1680
diff --git a/dev-python/ratelimit/ratelimit-1.4.1.ebuild b/dev-python/ratelimit/ratelimit-1.4.1.ebuild
index 6974189b99e6..af0e0a7a99f3 100644
--- a/dev-python/ratelimit/ratelimit-1.4.1.ebuild
+++ b/dev-python/ratelimit/ratelimit-1.4.1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{7,8} )
inherit distutils-r1