GNU bug report logs -
#61859
[PATCH] gnu: python-acme, certbot: Update to 2.3.0.
Previous Next
Reported by: Jack Hill <jackhill <at> jackhill.us>
Date: Tue, 28 Feb 2023 02:07:02 UTC
Severity: normal
Tags: patch
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 61859 in the body.
You can then email your comments to 61859 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#61859
; Package
guix-patches
.
(Tue, 28 Feb 2023 02:07:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Jack Hill <jackhill <at> jackhill.us>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Tue, 28 Feb 2023 02:07:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/tls.scm (python-acme): Update to 2.3.0.
(certbot)[source]: Update hash.
[propagated-inputs]: Remove python-zope-interface and
python-zope-component.
---
I built python-acme, certbot, and the dependent, synapse, on linux x86_64.
I also tested the certbot-service, and was able to renew a certificate
against my local (non-LetsEcrypt) ACME server. Preveious to this update
responses from that server were causing certbot to print a stacktrace.
gnu/packages/tls.scm | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 59e0e28feb..81d90c86ae 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -764,13 +764,13 @@ (define-public python-acme
(package
(name "python-acme")
;; Remember to update the hash of certbot when updating python-acme.
- (version "1.28.0")
+ (version "2.3.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "acme" version))
(sha256
(base32
- "12fmw4g63pzbrmmrkk6hgg0k5px6jyx3scv9fmn60h21387jv0hz"))))
+ "1z6293g4pyxvx5w7v07j8wnaxyr7srsqfqvgly888b8k52fq9ipa"))))
(build-system python-build-system)
(arguments
`(#:phases
@@ -822,7 +822,7 @@ (define-public certbot
(uri (pypi-uri "certbot" version))
(sha256
(base32
- "0p4cpakx1kc8lczlgxqryr2asnyrvw6p5wmkamkjqdsf3z7xhm2b"))))
+ "12nd9nmdj3bf1xlvhj1ln473xbyv4qzxf6qhz0djbca7jl59zlwk"))))
(build-system python-build-system)
(arguments
`(,@(substitute-keyword-arguments (package-arguments python-acme)
@@ -850,13 +850,11 @@ (define-public certbot
(propagated-inputs
(list python-acme
python-cryptography
- python-zope-interface
python-pyrfc3339
python-pyopenssl
python-configobj
python-configargparse
python-distro
- python-zope-component
python-parsedatetime
python-psutil
python-requests
--
2.39.1
Reply sent
to
Leo Famulari <leo <at> famulari.name>
:
You have taken responsibility.
(Thu, 02 Mar 2023 18:52:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Jack Hill <jackhill <at> jackhill.us>
:
bug acknowledged by developer.
(Thu, 02 Mar 2023 18:52:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 61859-done <at> debbugs.gnu.org (full text, mbox):
On Mon, Feb 27, 2023 at 09:06:27PM -0500, Jack Hill wrote:
> * gnu/packages/tls.scm (python-acme): Update to 2.3.0.
> (certbot)[source]: Update hash.
> [propagated-inputs]: Remove python-zope-interface and
> python-zope-component.
> ---
>
> I built python-acme, certbot, and the dependent, synapse, on linux x86_64.
> I also tested the certbot-service, and was able to renew a certificate
> against my local (non-LetsEcrypt) ACME server. Preveious to this update
> responses from that server were causing certbot to print a stacktrace.
Thanks! Pushed as ffb756e8c008e64d05b510e365d5e6b907c65747
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 31 Mar 2023 11:24:09 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 43 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.