From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 27 21:06:54 2023 Received: (at submit) by debbugs.gnu.org; 28 Feb 2023 02:06:54 +0000 Received: from localhost ([127.0.0.1]:49367 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pWpOH-00031l-TS for submit@debbugs.gnu.org; Mon, 27 Feb 2023 21:06:54 -0500 Received: from lists.gnu.org ([209.51.188.17]:47432) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pWpOC-00031X-AQ for submit@debbugs.gnu.org; Mon, 27 Feb 2023 21:06:52 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pWpOC-00013b-1I for guix-patches@gnu.org; Mon, 27 Feb 2023 21:06:48 -0500 Received: from minsky.hcoop.net ([104.248.1.95]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pWpOA-0000qw-5N for guix-patches@gnu.org; Mon, 27 Feb 2023 21:06:47 -0500 Received: from lib-its13.lib.duke.edu ([152.3.118.151] helo=localhost.localdomain) by minsky.hcoop.net with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pWpO4-0006i4-TR for guix-patches@gnu.org; Mon, 27 Feb 2023 21:06:40 -0500 From: Jack Hill To: guix-patches@gnu.org Subject: [PATCH] gnu: python-acme, certbot: Update to 2.3.0. Date: Mon, 27 Feb 2023 21:06:27 -0500 Message-Id: <20230228020627.10374-1-jackhill@jackhill.us> X-Mailer: git-send-email 2.39.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=104.248.1.95; envelope-from=jackhill@jackhill.us; helo=minsky.hcoop.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * 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 From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 02 13:51:24 2023 Received: (at 61859-done) by debbugs.gnu.org; 2 Mar 2023 18:51:24 +0000 Received: from localhost ([127.0.0.1]:58387 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pXo1U-0003wA-GJ for submit@debbugs.gnu.org; Thu, 02 Mar 2023 13:51:24 -0500 Received: from wout3-smtp.messagingengine.com ([64.147.123.19]:35377) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pXo1S-0003vu-Hv for 61859-done@debbugs.gnu.org; Thu, 02 Mar 2023 13:51:23 -0500 Received: from compute6.internal (compute6.nyi.internal [10.202.2.47]) by mailout.west.internal (Postfix) with ESMTP id BA7F032000D9; Thu, 2 Mar 2023 13:51:15 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute6.internal (MEProxy); Thu, 02 Mar 2023 13:51:16 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=cc:cc:content-type:content-type:date:date:from:from :in-reply-to:in-reply-to:message-id:mime-version:references :reply-to:sender:subject:subject:to:to; s=mesmtp; t=1677783075; x=1677869475; bh=KYXB5HPN5OIgZBQC/+tsbtEKMvJnOuahy+4a6B4iDs8=; b= bkfD+3vXi5dv4kFIZ7ZFXXP/SBYVqzO63n9dv8mXtp7VzGtZnEsP4ns0UtRvfNgJ im8T/PK6AuTP+dhaDbxOSwt/v43cTIq3l7rO5bpKSVyoxhv7Vfrts9oZHwwgNHM2 itdUdHJ49SzajtyY/Rm10FKOY4zTxOuCJ+EXlyouHfA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-type:content-type:date:date :feedback-id:feedback-id:from:from:in-reply-to:in-reply-to :message-id:mime-version:references:reply-to:sender:subject :subject:to:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; t=1677783075; x=1677869475; bh=KYXB5HPN5OIgZ BQC/+tsbtEKMvJnOuahy+4a6B4iDs8=; b=hFaigsRbR6F9P8aKbsQZ5mSjT6624 +jIa0zz3lKtlb3KVyGmIM7f3sxxut5z5Mgh7P7kxCUo+JZsxIQdo96sHrLkLXNcd viscSviPTzQiGBOs4CpTpAA0gHZUwmODmKxuTHLMe9MFqVIhiJklYmG+YaJWlIF8 9PuBUq2JG1h7DKZP5INUk0XDz0LxH7HXnDGtFyuFFDT7KFcHF7KFF0EQrV5tABMw OuBFgf6vANXfHJHCYNV1EYiEV6FlAQUGzAYCk4hcZv5sEGNhP22PAR19FKQWVHXi pone57t0AYqanF5MM0KSong0GEBfPw+DL8F0rUt6fOwpgf+Gf7zbF9uyA== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvhedrudeljedgudduhecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpeffhffvvefukfhfgggtuggjsehttdertddttddvnecuhfhrohhmpefnvgho ucfhrghmuhhlrghrihcuoehlvghosehfrghmuhhlrghrihdrnhgrmhgvqeenucggtffrrg htthgvrhhnpeeiteduheefkeeufeelgeduhfejgfelheefleeuhfeffffgueduleehvdej leeiteenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpe hlvghosehfrghmuhhlrghrihdrnhgrmhgv X-ME-Proxy: Feedback-ID: i819c4023:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Thu, 2 Mar 2023 13:51:15 -0500 (EST) Date: Thu, 2 Mar 2023 13:51:11 -0500 From: Leo Famulari To: Jack Hill Subject: Re: [bug#61859] [PATCH] gnu: python-acme, certbot: Update to 2.3.0. Message-ID: References: <20230228020627.10374-1-jackhill@jackhill.us> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230228020627.10374-1-jackhill@jackhill.us> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 61859-done Cc: 61859-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) 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 From unknown Tue Jun 17 21:50:16 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 31 Mar 2023 11:24:09 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator