certbot-dns-hetzner: update

This commit is contained in:
Jörg Deckert 2022-03-11 10:50:54 +01:00
parent 4b3f417ba6
commit 01e53f374a
2 changed files with 5 additions and 3 deletions

View File

@ -1,2 +1,2 @@
DIST certbot-dns-hetzner-1.0.3.tar.gz 12055 BLAKE2B 892ff66e6cb160be8bc52c6dbdc693cf48710183c0bf7c09ea1c72b36df40fb448c7ee24757ca981bb193532f87eeecad57dbdddaf26c8d7c2149a38e5e2ea97 SHA512 130d2965cbb99dba7af35f015e08063005ea988b7f7b46cbc412b9f03b10505f15211f23cebb8d18791fd96e0aecb12cafd5a707c717b54b21a14571ad9a92e8 DIST certbot-dns-hetzner-1.0.5.tar.gz 13451 BLAKE2B 0b189882d0dee5e02b4b3cd3eeaf8867df8551d3044881b1b7dab41182adea88d4da0e334746ad7822c61d4ee9e6ebf3f9a464579aec3deeda762d616588b272 SHA512 aa0d41961d6a6e1e7dc2708666f071e63daf344757420c06e5edd4c093e00cb378b8ae26a4ae963c7a9a842315254baa02d480d82da8f4188f9e0abb55b073a4
EBUILD certbot-dns-hetzner-1.0.3.ebuild 793 BLAKE2B 2087791a0ebae4505668763fe54313abf05adc96215f35aad7035738ed27aa6e3368bd3e56188de7ab0f3ce768f2d222a2e87d68bd0af6259a8670539d4a8680 SHA512 e41af86d8d3107690d7b20c66938d5af232ebdb470d883f79c50e2f71fd78cfad4b97222b82e85466594a1c82b6c10b73e856631774a5b4a02b6063a270ee951 EBUILD certbot-dns-hetzner-1.0.5.ebuild 877 BLAKE2B 0b1ac02c106e0a109bad21cf370e7de1856895ba0b8a9e421a2fa87ae33518b44e0578c709a6e419b8178cb805e8efe5e7ea790351031305c6ad824575abaa9e SHA512 a4d56255d52c6bda193dac6aec872760889e134cd5b88c4aae9be0fd3e1c23f594f4d8f75c409f0bb49e86277cfb2ee8434d77e30679ad6e6d41fa5d9a9868c2

View File

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI=7
PYTHON_COMPAT=(python3_6 python3_7 python3_8) PYTHON_COMPAT=(python3_8 python3_9 python3_10)
if [[ ${PV} == 9999* ]]; then if [[ ${PV} == 9999* ]]; then
EGIT_REPO_URI="https://github.com/ctrlaltcoop/${PN}.git" EGIT_REPO_URI="https://github.com/ctrlaltcoop/${PN}.git"
@ -25,5 +25,7 @@ CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND="${CDEPEND} RDEPEND="${CDEPEND}
app-crypt/certbot[${PYTHON_USEDEP}] app-crypt/certbot[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}] dev-python/mock[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/requests-mock[${PYTHON_USEDEP}]
dev-python/zope-interface[${PYTHON_USEDEP}]" dev-python/zope-interface[${PYTHON_USEDEP}]"
DEPEND="${CDEPEND}" DEPEND="${CDEPEND}"