From: MichaƂ Bartoszkiewicz Date: Mon, 28 Dec 2020 15:35:15 +0000 (+0100) Subject: app-crypt/certbot-dns-cloudflare: bump to 1.10.0 with Python 3.9 X-Git-Url: https://git.bzium.org/embe/overlay.git/commitdiff_plain/b87cdc3bbf49e4e543febbe1344c51d60d2c2cda app-crypt/certbot-dns-cloudflare: bump to 1.10.0 with Python 3.9 --- diff --git a/app-crypt/certbot-dns-cloudflare/Manifest b/app-crypt/certbot-dns-cloudflare/Manifest index 0ee8200..373cad4 100644 --- a/app-crypt/certbot-dns-cloudflare/Manifest +++ b/app-crypt/certbot-dns-cloudflare/Manifest @@ -1 +1 @@ -DIST certbot-dns-cloudflare-1.9.0.tar.gz 1425703 BLAKE2B 9bf78824649870b3e1fc3175aae551cbfaa675a8930a89f35ba2330647d86798e4fc43011c617be2d278ab20c43dd05b02e8e61956dd7f9d10d444181874346e SHA512 098d8c077f5760c1f40f7d673820488ad7643c8b9c12561a58921cd95f60ae76515cefc19f822747f3385a68eba6f49fe5484b20142994ef67a26b0b16293ce8 +DIST certbot-dns-cloudflare-1.10.0.tar.gz 1432396 BLAKE2B eae502acdac712ac148a4a349b500db61a0c14fda0ae4dc57077222d33f967595c4434d0b197649c6d2614018bafaab2c7f94c1571162a200943732cc3c0109c SHA512 af31bfa1f3d6bc189d1b55ac91aab5b7fb35579170c253f0c0e98c5f63be9ad27f3ff73cb03a4f59765874c01e78ae1423f977426e081161ae5f845ebfb0d23a diff --git a/app-crypt/certbot-dns-cloudflare/certbot-dns-cloudflare-1.9.0.ebuild b/app-crypt/certbot-dns-cloudflare/certbot-dns-cloudflare-1.10.0.ebuild similarity index 95% rename from app-crypt/certbot-dns-cloudflare/certbot-dns-cloudflare-1.9.0.ebuild rename to app-crypt/certbot-dns-cloudflare/certbot-dns-cloudflare-1.10.0.ebuild index eff3633..2b37dd8 100644 --- a/app-crypt/certbot-dns-cloudflare/certbot-dns-cloudflare-1.9.0.ebuild +++ b/app-crypt/certbot-dns-cloudflare/certbot-dns-cloudflare-1.10.0.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_{6,7,8,9} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1