George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
python-acme
Commits:
2f89b07e by George Rawlinson at 2025-10-07T23:53:52+00:00
upgpkg: 5.1.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-acme
pkgdesc = ACME protocol implementation in Python
- pkgver = 5.0.0
+ pkgver = 5.1.0
pkgrel = 1
url = https://github.com/certbot/certbot
arch = any
@@ -20,8 +20,8 @@ pkgbase = python-acme
depends = python-pyrfc3339
depends = python-pytz
depends = python-requests
- source =
github.com-certbot-certbot::git+https://github.com/certbot/certbot#tag=v5.0.0
- sha512sums =
4a5cd2709290ae26f5c5a85a1f619cd39efcdd09297af69efd753d801b37ddd76c112c9cb6137d4631ad24defd806d37fc0b87995c35cae05873987b96ee0963
- b2sums =
5fd1ad0803c76b1449ba763bbebedc099191d51b01d6771e0b8c2a888bf0019bc92e585d44dfd8472157deb10ac07e1bcdc742d20822fd82e2f10fffacd08553
+ source =
github.com-certbot-certbot::git+https://github.com/certbot/certbot#tag=v5.1.0
+ sha512sums =
c0b5488922c6e13d7d5bb2852130486f3d4d652b7bb16c69ac307dd6f1d09a28f988e26823d8e47ee2aa17ab3e213b3b18e0cc6bfc57f89ff7d894cbbbbf36cd
+ b2sums =
547e18cd6df2229a06dc5c188d8f6fa62d3f672ba28d3b39ccf5b9a4a8a3a533f9d3565f439c1ec4e5b2e2d900c05c8ad30cd4d8ad88db07a96136eb0c814481
pkgname = python-acme
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
pkgname=python-acme
-pkgver=5.0.0
+pkgver=5.1.0
pkgrel=1
pkgdesc='ACME protocol implementation in Python'
arch=(any)
@@ -33,8 +33,8 @@ checkdepends=(python-pytest)
# hundred tarballs.
_repo='github.com-certbot-certbot'
source=("$_repo::git+https://github.com/certbot/certbot#tag=v$pkgver")
-sha512sums=('4a5cd2709290ae26f5c5a85a1f619cd39efcdd09297af69efd753d801b37ddd76c112c9cb6137d4631ad24defd806d37fc0b87995c35cae05873987b96ee0963')
-b2sums=('5fd1ad0803c76b1449ba763bbebedc099191d51b01d6771e0b8c2a888bf0019bc92e585d44dfd8472157deb10ac07e1bcdc742d20822fd82e2f10fffacd08553')
+sha512sums=('c0b5488922c6e13d7d5bb2852130486f3d4d652b7bb16c69ac307dd6f1d09a28f988e26823d8e47ee2aa17ab3e213b3b18e0cc6bfc57f89ff7d894cbbbbf36cd')
+b2sums=('547e18cd6df2229a06dc5c188d8f6fa62d3f672ba28d3b39ccf5b9a4a8a3a533f9d3565f439c1ec4e5b2e2d900c05c8ad30cd4d8ad88db07a96136eb0c814481')
build() {
cd "$_repo/acme"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-acme/-/commit/2f89b07e585a67bdf1e9de33a0beea31f2944df5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-acme/-/commit/2f89b07e585a67bdf1e9de33a0beea31f2944df5
You're receiving this email because of your account on gitlab.archlinux.org.