Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / certbot-dns-hetzner
Commits: ecc54732 by Jelle van der Waa at 2024-04-13T16:48:09+02:00 upgpkg: 2.0.0-3: rebuild with python 3.12 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,19 @@ +pkgbase = certbot-dns-hetzner + pkgdesc = Certbot plugin enabling dns-01 challenge on the Hetzner DNS API + pkgver = 2.0.0 + pkgrel = 3 + url = https://github.com/ctrlaltcoop/certbot-dns-hetzner + arch = any + license = APACHE + checkdepends = python-pytest + makedepends = python-setuptools + depends = certbot + depends = python-requests + depends = python-requests-mock + depends = python-tldextract + depends = dns-lexicon + depends = python-parsedatetime + source = certbot-dns-hetzner-2.0.0.tar.gz::https://github.com/ctrlaltcoop/certbot-dns-hetzner/archive/v2.0.0.tar.gz + sha256sums = 4ac66243cb38294b1365e93f7ff4cf6e792c5fa12cdfce485e9e82b6e75a1380 + +pkgname = certbot-dns-hetzner ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ pkgname=certbot-dns-hetzner pkgdesc="Certbot plugin enabling dns-01 challenge on the Hetzner DNS API" pkgver=2.0.0 -pkgrel=2 +pkgrel=3 arch=("any") url="https://github.com/ctrlaltcoop/certbot-dns-hetzner" license=("APACHE") View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/certbot-dns-hetzner/-/commit/ecc54732e6e34a47cb1fdbfca0b2f9032132886c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/certbot-dns-hetzner/-/commit/ecc54732e6e34a47cb1fdbfca0b2f9032132886c You're receiving this email because of your account on gitlab.archlinux.org.
