summaryrefslogtreecommitdiff
path: root/dev-python/rfc3986-validator
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/rfc3986-validator
parentd7ed2b01311f15ba54fe8ea872aab7d59ab2b193 (diff)
gentoo resync : 31.01.2021
Diffstat (limited to 'dev-python/rfc3986-validator')
-rw-r--r--dev-python/rfc3986-validator/Manifest2
-rw-r--r--dev-python/rfc3986-validator/rfc3986-validator-0.1.1.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/rfc3986-validator/Manifest b/dev-python/rfc3986-validator/Manifest
index bbd537408d7e..4119ee0946ad 100644
--- a/dev-python/rfc3986-validator/Manifest
+++ b/dev-python/rfc3986-validator/Manifest
@@ -1,3 +1,3 @@
DIST rfc3986_validator-0.1.1.tar.gz 6760 BLAKE2B e54b54c296310043f67a1187a110c6a34423f79a73dc64898d6d11d03eaca213b38da4722640595994bdd459bc1bc12c326d2e1f731e1846cdd723e232408e8b SHA512 b679e3c1b38d9ecc633d7d9a7179711d5adc50d38a51f28972f668e098058b92ec9f69e947fab7eaa3863377f35c3f13e5fd1ae35da2175a01170f2940360c2f
-EBUILD rfc3986-validator-0.1.1.ebuild 920 BLAKE2B 590bf8348cbd91feae0e7ba63bc6b9995adb226a1d0d42887f4e0a3fb6c807fa60d2ee94ea6f8329ef4a92af06661d83d4b0da514c32ff821efd0cbea956dd8c SHA512 f7b77ec7427d5f8063fdddd0c8d99aa1ef078bf355db0d2ae7591e5a9a4dc56b8e6f818ae537a01120cca61c80d9b32a75a06b3016f3149c0000387fc2837d37
+EBUILD rfc3986-validator-0.1.1.ebuild 920 BLAKE2B 9110de166e164bf25f64331516fde67b26938b1dee76877a9d791afda3d627d01d4dbf40131b8b088209725328a5047694a30f2f9315233a5daa6602ad252bef SHA512 7424e74c9b66470bb074bd5bdb75247b0c26dd8e02ecb11bf38bc0ff5f45801ae63fbfcad4f3e069bc2f79ae499c2027f1f61ee98cb5e9ebece42446763d9b2f
MISC metadata.xml 374 BLAKE2B 154fe16f9c96a002adf4615eb298678ce77c21773cfca30ea239fc344e68ec2f98f104f79f078949b89606a3c2e1987f626bf3408d87d7ce4262980297945ccc SHA512 f5748ec0ac65035732c227f2eff35bd7e12abc04cfc6456ea9aab1d2f5dc51bfd6041a47f460df454c513735ebffa7571f1fa83cf7c5ab7db2f03f32a4524e87
diff --git a/dev-python/rfc3986-validator/rfc3986-validator-0.1.1.ebuild b/dev-python/rfc3986-validator/rfc3986-validator-0.1.1.ebuild
index ac645ca0b276..572f5f4b80bc 100644
--- a/dev-python/rfc3986-validator/rfc3986-validator-0.1.1.ebuild
+++ b/dev-python/rfc3986-validator/rfc3986-validator-0.1.1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{6..9} pypy3 )
+PYTHON_COMPAT=( python3_{7..9} pypy3 )
inherit distutils-r1