George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
python-acme
Commits:
9e9f0a5e by George Rawlinson at 2024-11-07T10:44:56+13:00
upgpkg: 3.0.0-1
* New upstream release.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-acme
pkgdesc = ACME protocol implementation in Python
- pkgver = 2.11.0
+ pkgver = 3.0.0
pkgrel = 1
url = https://github.com/certbot/certbot
arch = any
@@ -19,8 +19,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=v2.11.0
- sha512sums =
92edffc2662902eb2617d473486301ecf2a80c129963e21236a01d4b6450fe4cc02032e4c4afe28c18a47cffc301b33e9f435eaeebc75a05d3ce776898e666d3
- b2sums =
feed7a8f8ad7f1709a33a1fe4f71111679b1506e48625529821edcd4a183155a4483e4e9376dc5a0f3caeb32f2cb363c0856754baee59f4b7b4f110b6b38ee45
+ source =
github.com-certbot-certbot::git+https://github.com/certbot/certbot#tag=v3.0.0
+ sha512sums =
dd38ca95992c19949ba9487442aeb57abe219c107b1cd58f775cf453d05b6d90da7fe88c8cdb976e58c2dab9c9c771fb7246df6d7d8aa1d606510b7174c56876
+ b2sums =
17eec78e0fd80a69f11b1cff979b1b15322ca8a2f74cf6bfbb39dfd659b3d3b856f1b605973f143e8d90f9c622a10d1d7f341a94846804927a06ddecabfe4c6d
pkgname = python-acme
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
pkgname=python-acme
-pkgver=2.11.0
+pkgver=3.0.0
pkgrel=1
pkgdesc='ACME protocol implementation in Python'
arch=('any')
@@ -32,8 +32,8 @@ checkdepends=('python-pytest')
# hundred tarballs.
_repo="github.com-certbot-certbot"
source=("$_repo::git+https://github.com/certbot/certbot#tag=v$pkgver")
-sha512sums=('92edffc2662902eb2617d473486301ecf2a80c129963e21236a01d4b6450fe4cc02032e4c4afe28c18a47cffc301b33e9f435eaeebc75a05d3ce776898e666d3')
-b2sums=('feed7a8f8ad7f1709a33a1fe4f71111679b1506e48625529821edcd4a183155a4483e4e9376dc5a0f3caeb32f2cb363c0856754baee59f4b7b4f110b6b38ee45')
+sha512sums=('dd38ca95992c19949ba9487442aeb57abe219c107b1cd58f775cf453d05b6d90da7fe88c8cdb976e58c2dab9c9c771fb7246df6d7d8aa1d606510b7174c56876')
+b2sums=('17eec78e0fd80a69f11b1cff979b1b15322ca8a2f74cf6bfbb39dfd659b3d3b856f1b605973f143e8d90f9c622a10d1d7f341a94846804927a06ddecabfe4c6d')
prepare() {
cd "$_repo/acme"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-acme/-/commit/9e9f0a5ed5b89f618d0259d7369b2e5fa1c3cb6e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-acme/-/commit/9e9f0a5ed5b89f618d0259d7369b2e5fa1c3cb6e
You're receiving this email because of your account on gitlab.archlinux.org.