From unknown Sat Jun 21 10:26:51 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#49658 <49658@debbugs.gnu.org> To: bug#49658 <49658@debbugs.gnu.org> Subject: Status: [PATCH] gnu: certbot, python-acme: Update to 1.17.0. Reply-To: bug#49658 <49658@debbugs.gnu.org> Date: Sat, 21 Jun 2025 17:26:51 +0000 retitle 49658 [PATCH] gnu: certbot, python-acme: Update to 1.17.0. reassign 49658 guix-patches submitter 49658 Matthew James Kraai severity 49658 normal tag 49658 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 20 07:03:53 2021 Received: (at submit) by debbugs.gnu.org; 20 Jul 2021 11:03:53 +0000 Received: from localhost ([127.0.0.1]:32952 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m5nXV-00053w-L7 for submit@debbugs.gnu.org; Tue, 20 Jul 2021 07:03:53 -0400 Received: from lists.gnu.org ([209.51.188.17]:46696) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m5nXU-00053p-6G for submit@debbugs.gnu.org; Tue, 20 Jul 2021 07:03:52 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58406) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m5nXT-0001M5-V1 for guix-patches@gnu.org; Tue, 20 Jul 2021 07:03:51 -0400 Received: from mail.ftbfs.org ([52.8.68.13]:46770 helo=aws.ftbfs.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m5nXS-00054Y-Iw for guix-patches@gnu.org; Tue, 20 Jul 2021 07:03:51 -0400 Received: from ip68-228-72-85.oc.oc.cox.net ([68.228.72.85] helo=localhost.localdomain) by aws.ftbfs.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1m5nXR-0002kO-8R; Tue, 20 Jul 2021 11:03:49 +0000 From: Matthew James Kraai To: guix-patches@gnu.org Subject: [PATCH] gnu: certbot, python-acme: Update to 1.17.0. Date: Tue, 20 Jul 2021 04:03:44 -0700 Message-Id: <20210720110344.5463-1-kraai@ftbfs.org> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No (score -1.0): ALL_TRUSTED=-1 Received-SPF: pass client-ip=52.8.68.13; envelope-from=kraai@ftbfs.org; helo=aws.ftbfs.org 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 Cc: Matthew James Kraai 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 (certbot, python-acme): Update to 1.17.0. --- gnu/packages/tls.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm index c1e8b46a84..3e202a901b 100644 --- a/gnu/packages/tls.scm +++ b/gnu/packages/tls.scm @@ -644,13 +644,13 @@ netcat implementation that supports TLS.") (package (name "python-acme") ;; Remember to update the hash of certbot when updating python-acme. - (version "1.16.0") + (version "1.17.0") (source (origin (method url-fetch) (uri (pypi-uri "acme" version)) (sha256 (base32 - "0mvqc8z30sxgr1m4p3yi3rm76sndnvl5khv4ybwx6zyq42403y51")))) + "03ij1wp7jwvppv70qbjkgdg7w824yh6j4gfb68jj20wicx08xx1a")))) (build-system python-build-system) (arguments `(#:phases @@ -698,7 +698,7 @@ netcat implementation that supports TLS.") (uri (pypi-uri "certbot" version)) (sha256 (base32 - "0z90pcndbks8f62f47m5nkqcmkabb8r526by29lp30x4gjc0xs04")))) + "0wyipx6q78fmvngf1i6g50s01qpjqh07qlk1b5vyxwgl3080lhgg")))) (build-system python-build-system) (arguments `(,@(substitute-keyword-arguments (package-arguments python-acme) -- 2.32.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 27 02:17:04 2021 Received: (at 49658-done) by debbugs.gnu.org; 27 Jul 2021 06:17:04 +0000 Received: from localhost ([127.0.0.1]:52234 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m8GOm-00055d-9N for submit@debbugs.gnu.org; Tue, 27 Jul 2021 02:17:04 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:51233) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m8GOk-000554-Jg for 49658-done@debbugs.gnu.org; Tue, 27 Jul 2021 02:17:03 -0400 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 2F42F5C019E; Tue, 27 Jul 2021 02:16:57 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute4.internal (MEProxy); Tue, 27 Jul 2021 02:16:57 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; s=mesmtp; bh=DS6j4qCUFed2VjQ1Tj978tQr apPlXOb9C0r8dms0N+w=; b=aLnfhmoHOkC9WtxmgDOZchG0BaCzXxS3bEsVGOzo ORPMsaai0q6czHk1uOShrQwt0yHFs02roEPXE4JerUrt3dvIOF8pKzCQvNWprY9f Woh+s7+E4HLO1az3bg57nyOvjgK/8VZs/sI+APBjLShWvQ1pC8yyJup0xbjXEkPM FFM= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=DS6j4q CUFed2VjQ1Tj978tQrapPlXOb9C0r8dms0N+w=; b=KQH1Tl0lj+h/AumTrXtgCH vNWhP8WbFEJTxaegIMSUpB1g1o0zbXzJINN0H/jhBrwBDIbAv16BzkOJdKSkVM6d uEjT+UQqm5ioXotDbi2wDbO7M2rLLDGHhFIg72Rh+npyA4N32UKOFXR1FrJUzB6a i18qUQ1UGBssza8bUjySRYBtIdFKAx7SAF/mZnU9K4D5+5ZvWE6dDuNpKSE+wvdV egZzsBejJfHTirUPRG5wUr2/+R2CWUuNTJikXLktx0H50u57eZG37IKfUkHNNec5 GGwDBQYRH+A8yLUp3pvVb0rRT2HFXf+FwvAdZtCKf3aPbqJds/CNwEIHSmjg9nMA == X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvtddrgeeigdelhecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpeffhffvuffkfhggtggujgesthdtredttddtvdenucfhrhhomhepnfgvohcuhfgr mhhulhgrrhhiuceolhgvohesfhgrmhhulhgrrhhirdhnrghmvgeqnecuggftrfgrthhtvg hrnhepueekkedtffdvtddugeejgedtvefhueefiedvjeeitdeigedtveejvdejheffvefg necuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomheplhgvoh esfhgrmhhulhgrrhhirdhnrghmvg X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Tue, 27 Jul 2021 02:16:56 -0400 (EDT) Date: Tue, 27 Jul 2021 02:16:54 -0400 From: Leo Famulari To: Matthew James Kraai Subject: Re: [bug#49658] [PATCH] gnu: certbot, python-acme: Update to 1.17.0. Message-ID: References: <20210720110344.5463-1-kraai@ftbfs.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210720110344.5463-1-kraai@ftbfs.org> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 49658-done Cc: 49658-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 Tue, Jul 20, 2021 at 04:03:44AM -0700, Matthew James Kraai wrote: > * gnu/packages/tls.scm (certbot, python-acme): Update to 1.17.0. Thank you! Pushed as 0ca6e1361298d27d9955232cef51c7b74ed3b2bc From unknown Sat Jun 21 10:26:51 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 24 Aug 2021 11:24:06 +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