app-crypt/certbot-dns-poweradmin: add 0.2.3, drop 0.2.1

Signed-off-by: Niklaus 'vimja' Hofer <gentoo-bugzilla@vimja.email>
This commit is contained in:
Niklaus 'vimja' Hofer
2026-07-07 20:16:03 +02:00
parent 181cbbbbd7
commit 82cb0c28b9
2 changed files with 4 additions and 4 deletions

View File

@@ -1,3 +1,3 @@
DIST certbot_dns_poweradmin-0.1.1.tar.gz 39139 BLAKE2B 3b6ba03b89e66ed1779149c6f572a36bc41997e8b3a71f2a248c24907e02dc98eceb11f7cc607e6a11f94189d6dab6c5c667ffda8cf0aa3cbb54011bcdfe9e95 SHA512 bbb4418f6a82095e1cda4a3c426f81e102151c2c231f943c019faf6ce83a2449577714bac8d802cba24e4c84274bbf561d0366a68ac52bf955f08ee9e1e98d05
DIST certbot_dns_poweradmin-0.2.1.tar.gz 55589 BLAKE2B 2514daccbf224240320ab30f9bb382e096aaf22f044646fc1ea5011dafa2c77e432d7575c63f1c7d45b559747222c1a41e06928930e6f8629e623e314bcbb2be SHA512 8e77cfd69221268fbd96bcba44265d1071b8a63a114d2368cc7c0eb67c326054e0ec2e31232e4c3c55a9854d30cb1906c8da6a650fb7fecf82bf1cbe810cdf33
DIST certbot_dns_poweradmin-0.2.2.tar.gz 56278 BLAKE2B 0b7ebb0e1f923cff4a5d6b81df36805275373c07fb2f4e135daa4273e11a53c4e169f4b5e46b8e0a8e1e3b845c612f435579b4c20e7f8a5f4fc97e86b59ff18e SHA512 a908ffb64a922235b46d6b51568f574472cb90f9fe8879c658df25e9570b6c21ef6062f1b7ca1312ee3ba7b7eb5fc57d8e72f41ae532d51af1550f9f5d54d65f
DIST certbot_dns_poweradmin-0.2.3.tar.gz 62312 BLAKE2B 27d889f5d2ef34b5b1b1ac65d13fbadc027b7feaca8e340d5b90ed9b55652486e963ab30d99548ab6192cbd9c3c2c1a60eb4676c277742ec2bd0ad71a0860e27 SHA512 0a5b673d316ae9a15134825c5d71ddeecbc2f67f6ff3d2ca81cd020fcb71460d2e2df3c9e3e9dd1290025ffa9a6a2613ae978ae3a31048497af71e3b83a635cc

View File

@@ -8,7 +8,7 @@ PYTHON_COMPAT=(python3_{12..14})
inherit distutils-r1 pypi
DESCRIPTION="Certbot plugin for authentication using PowerAdmin."
DESCRIPTION="Certbot plugin for authentication using PowerAdmin"
HOMEPAGE="
https://github.com/poweradmin/certbot-dns-poweradmin/
https://www.poweradmin.org/
@@ -21,8 +21,6 @@ KEYWORDS="~amd64 ~arm64"
RDEPEND="
>=app-crypt/certbot-5.1.0[${PYTHON_USEDEP}]
>=dev-python/requests-2.33.1[${PYTHON_USEDEP}]
>=dev-python/urllib3-2.6.0[${PYTHON_USEDEP}]
>=dev-python/pyopenssl-26.0.0[${PYTHON_USEDEP}]
"
BDEPEND="
@@ -30,6 +28,8 @@ BDEPEND="
>=dev-python/requests-mock-1.11.0[${PYTHON_USEDEP}]
>=dev-python/mypy-1.13.0[${PYTHON_USEDEP}]
>=dev-python/types-requests-2.32.4.20250913[${PYTHON_USEDEP}]
>=dev-python/urllib3-2.6.0[${PYTHON_USEDEP}]
>=dev-python/pyopenssl-26.0.0[${PYTHON_USEDEP}]
)
"
EPYTEST_PLUGINS=( pytest-cov )