George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
python-acme
Commits:
96d41d43 by George Rawlinson at 2025-12-02T21:36:37+00:00
upgpkg: 5.2.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-acme
pkgdesc = ACME protocol implementation in Python
- pkgver = 5.1.0
+ pkgver = 5.2.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.1.0
- sha512sums =
c0b5488922c6e13d7d5bb2852130486f3d4d652b7bb16c69ac307dd6f1d09a28f988e26823d8e47ee2aa17ab3e213b3b18e0cc6bfc57f89ff7d894cbbbbf36cd
- b2sums =
547e18cd6df2229a06dc5c188d8f6fa62d3f672ba28d3b39ccf5b9a4a8a3a533f9d3565f439c1ec4e5b2e2d900c05c8ad30cd4d8ad88db07a96136eb0c814481
+ source =
github.com-certbot-certbot::git+https://github.com/certbot/certbot#tag=v5.2.0
+ sha512sums =
9914dfcf0e6e0fc53e893ecba2d4c207c2b53cde45660122e2106cfa511d0073a1262bafeb81e17b9a73a3a96faa01c73f4ceb2b6810f381eb496ed18a2103e6
+ b2sums =
153ec236ddd387ad4751015273249df3b43bc2dbdcb66c0196163facff2a137df3b72fac2c5390ae69811932341d451778c0976b889f576dc47b75bc30c31a54
pkgname = python-acme
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
pkgname=python-acme
-pkgver=5.1.0
+pkgver=5.2.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=('c0b5488922c6e13d7d5bb2852130486f3d4d652b7bb16c69ac307dd6f1d09a28f988e26823d8e47ee2aa17ab3e213b3b18e0cc6bfc57f89ff7d894cbbbbf36cd')
-b2sums=('547e18cd6df2229a06dc5c188d8f6fa62d3f672ba28d3b39ccf5b9a4a8a3a533f9d3565f439c1ec4e5b2e2d900c05c8ad30cd4d8ad88db07a96136eb0c814481')
+sha512sums=('9914dfcf0e6e0fc53e893ecba2d4c207c2b53cde45660122e2106cfa511d0073a1262bafeb81e17b9a73a3a96faa01c73f4ceb2b6810f381eb496ed18a2103e6')
+b2sums=('153ec236ddd387ad4751015273249df3b43bc2dbdcb66c0196163facff2a137df3b72fac2c5390ae69811932341d451778c0976b889f576dc47b75bc30c31a54')
build() {
cd "$_repo/acme"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-acme/-/commit/96d41d43d5119d50cb0a036d624e9de9189affad
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-acme/-/commit/96d41d43d5119d50cb0a036d624e9de9189affad
You're receiving this email because of your account on gitlab.archlinux.org.