From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 3FxzGQhU0V5pbgAA0tVLHw (envelope-from ) for ; Fri, 29 May 2020 18:27:20 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id EILbFAhU0V4oUgAAB5/wlQ (envelope-from ) for ; Fri, 29 May 2020 18:27:20 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 0187594030A for ; Fri, 29 May 2020 18:27:20 +0000 (UTC) Received: from localhost ([::1]:41894 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jejiw-0003q2-6I for larch@yhetil.org; Fri, 29 May 2020 14:27:18 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:53088) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jejig-0003pB-SU for guix-patches@gnu.org; Fri, 29 May 2020 14:27:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:44667) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jejig-0004Nm-IL for guix-patches@gnu.org; Fri, 29 May 2020 14:27:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jejig-00033P-Fu for guix-patches@gnu.org; Fri, 29 May 2020 14:27:02 -0400 Subject: bug#41589: [PATCH] gnu: python-certifi: Update to 2019.11.28. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Fri, 29 May 2020 18:27:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 41589 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: Ludovic =?UTF-8?Q?Court=C3=A8s?= , Hamzeh Nasajpour Cc: 41589-done@debbugs.gnu.org Mail-Followup-To: 41589@debbugs.gnu.org, marius@gnu.org, h.nasajpour@pantherx.org Received: via spool by 41589-done@debbugs.gnu.org id=D41589.159077677211678 (code D ref 41589); Fri, 29 May 2020 18:27:02 +0000 Received: (at 41589-done) by debbugs.gnu.org; 29 May 2020 18:26:12 +0000 Received: from localhost ([127.0.0.1]:56212 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jejhr-00032I-O0 for submit@debbugs.gnu.org; Fri, 29 May 2020 14:26:11 -0400 Received: from eggs.gnu.org ([209.51.188.92]:45542) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jejhq-000324-FF for 41589-done@debbugs.gnu.org; Fri, 29 May 2020 14:26:10 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:45248) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jejhk-0003yK-GG; Fri, 29 May 2020 14:26:04 -0400 Received: from ti0006q161-2604.bb.online.no ([84.202.68.75]:46234 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jejhj-0002zG-Nj; Fri, 29 May 2020 14:26:04 -0400 From: Marius Bakke In-Reply-To: <87y2pazpgw.fsf@gnu.org> References: <8dfafb11-b9c6-4429-a0a4-7b900b8c4629@www.fastmail.com> <87y2pazpgw.fsf@gnu.org> Date: Fri, 29 May 2020 20:26:00 +0200 Message-ID: <87a71q4myv.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -3.3 (---) X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: -3.11 X-TUID: O3wyLUlHRUlV --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Ludovic Court=C3=A8s writes: > "Hamzeh Nasajpour" skribis: > >> * gnu/packages/python-crypto.scm (python-certifi): Update to 2019.11.28. > > Oops, I spoke too fast, it has too many dependents for =E2=80=98master=E2= =80=99: > > --8<---------------cut here---------------start------------->8--- > $ guix refresh -l python-certifi > Building the following 202 packages would ensure 446 dependent packages a= re rebuilt: [=E2=80=A6] > --8<---------------cut here---------------end--------------->8--- We already have an even newer version of this package on 'staging', so closing this issue. :-) --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl7RU7gACgkQoqBt8qM6 VPogUwf/WBhwQFwR9GPEYyadkZtegdi2FiCrw2jPMFn2W767H7KbtKVoOjADg3BC ytMCGqhV7tP39mbjPkofCISqGHhQYtWtFnnw1lP4wa1Dygy9xGEa3UQIulIEfYAT cgo695aZC4Cs6OEAkaK6gg/ay+cEs9EBNqsjh1m7dGpXTADJVvHS0X4CY3zcxkxm OYWcMJcXz6yAQmKdyOkPjKdBfVGrbs3n8LbYhZ/8RZcq8mViUmwA6LuosrAICECy pTrwrSkqHvclCx8jS9m05Iv6fE77nKH4OhxjW9ouw0ZMv9vK3jpJBoomBL64E3v/ 2QFlDdUYO5Py74XBfrdMkEagDPnMmQ== =8LwC -----END PGP SIGNATURE----- --=-=-=--