summaryrefslogtreecommitdiff
path: root/dev-python/aiodns
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
commit3cf7c3ef441822c889356fd1812ebf2944a59851 (patch)
treec513fe68548b40365c1c2ebfe35c58ad431cdd77 /dev-python/aiodns
parent05b8b0e0af1d72e51a3ee61522941bf7605cd01c (diff)
gentoo resync : 25.08.2020
Diffstat (limited to 'dev-python/aiodns')
-rw-r--r--dev-python/aiodns/Manifest2
-rw-r--r--dev-python/aiodns/aiodns-2.0.0-r1.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/aiodns/Manifest b/dev-python/aiodns/Manifest
index d1e3d6a7a274..ba3baa448121 100644
--- a/dev-python/aiodns/Manifest
+++ b/dev-python/aiodns/Manifest
@@ -1,3 +1,3 @@
DIST aiodns-2.0.0.tar.gz 5948 BLAKE2B 70944ffbfa3fa1c591c5aab6ce2c4c59564a7665fd2eda1b544616a4481e58464f918081dfb21f74db08ebe4c7e43eebd17e0dc314cf79423835a182a257cd11 SHA512 d80b8f7641234c4d367e4554b10c5a66265e75ee82c58adf2a36f9e369bb1dbf4341dd6459f10540b771de3f102454511ca81eddf3082733e88c09bbdf125fe0
-EBUILD aiodns-2.0.0-r1.ebuild 831 BLAKE2B 2388f981fcbd95c3554f30c5ad4718dbd0ebc60c6f662a1906a4737cce3330c8a57236356ddcc20cb70a9b008e374d0830143cc4c56cd666f269df0533c5d60b SHA512 43fd2e1dd0232fd092fd4c944aeb38bf7b85ef3f1a51d7d1f9820286718e89237a3cf185c4d7ad27990fcd6a9ba43810159adc978c095b29b13e7e61a720020e
+EBUILD aiodns-2.0.0-r1.ebuild 832 BLAKE2B 8785b46f1c4658b07f492c0cd136466995645d3895ac3b720cb691db20ad71e1f469ddd8f8ab87c88b75022141fced8a8efd764f7d20ea4326d231edaeaca8ea SHA512 e02aae417df83362660d632599bdab25bd9acdcee76240cfe93d25f070de2160487cba223236f03ce3610976495cc25d8a46aa23a5aa6a2de2f303c8dc84f3d8
MISC metadata.xml 340 BLAKE2B e607777274ea754605542b7ade5ba3d118ff366ae3bc57f586031450dd54e43189e0e1b3fd8305e351380bda96289e0cd95e074fdebaa7816da757329203775f SHA512 b77ba4eb56072b4801832400361bcc80e73c2f0f1507e9abfd8c9beaa255594554b4a2555e3304307af6c515bea097311c70f515f875a7a98cc197e5cf538ce3
diff --git a/dev-python/aiodns/aiodns-2.0.0-r1.ebuild b/dev-python/aiodns/aiodns-2.0.0-r1.ebuild
index 8553565e66da..454882ebac99 100644
--- a/dev-python/aiodns/aiodns-2.0.0-r1.ebuild
+++ b/dev-python/aiodns/aiodns-2.0.0-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1