From unknown Wed Jun 18 23:12:15 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#50265 <50265@debbugs.gnu.org> To: bug#50265 <50265@debbugs.gnu.org> Subject: Status: [PATCH] update python-certifi Reply-To: bug#50265 <50265@debbugs.gnu.org> Date: Thu, 19 Jun 2025 06:12:15 +0000 retitle 50265 [PATCH] update python-certifi reassign 50265 guix-patches submitter 50265 Adam Kandur severity 50265 normal tag 50265 wontfix patch thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Aug 30 04:54:08 2021 Received: (at submit) by debbugs.gnu.org; 30 Aug 2021 08:54:08 +0000 Received: from localhost ([127.0.0.1]:58092 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mKd3Q-0002D1-Df for submit@debbugs.gnu.org; Mon, 30 Aug 2021 04:54:08 -0400 Received: from lists.gnu.org ([209.51.188.17]:51678) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mKd3P-0002Cu-46 for submit@debbugs.gnu.org; Mon, 30 Aug 2021 04:54:07 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:40870) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mKd3O-0003vw-RW for guix-patches@gnu.org; Mon, 30 Aug 2021 04:54:06 -0400 Received: from w4.tutanota.de ([81.3.6.165]:46068) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mKd3N-0005VL-4i for guix-patches@gnu.org; Mon, 30 Aug 2021 04:54:06 -0400 Received: from w3.tutanota.de (unknown [192.168.1.164]) by w4.tutanota.de (Postfix) with ESMTP id 2D358106014C for ; Mon, 30 Aug 2021 08:54:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1630313643; s=s1; d=tuta.io; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:Sender; bh=N4WeW3UHZY+3weVNWdLmWWZIz+95NBYqLupfoGXBG3c=; b=hOlCkHTtpIzArNuSWszZIs7gjvqxNMoFF3IkgefwAe276mZ1HgdaNxg61NDTld8z 4Ivet6ERrWCl30sNuEHBOeQsKvZvILaDV4zzU7ZihR2ezAF5PQUiEQ1AtStfASOOsuE EQlN2EYH7JDGy7lPhaTe8Yb3jI/2YhCgKBwZmSomzLpldSqByYmzdW2nDnL5632Zkqc JfCcS43dFUpA/A2PYLf66HI66+tlw3Vr6Q53dvQLnnLOtOUxwy6MgO12sxDdOdRNlcr zyKVD9zx17hQxh5S5YJpTDt6g0Q5vFa8G8tQurYgyofJQ2js8eB10U7XNLcohzLPZrw 1j5f3pktTQ== Date: Mon, 30 Aug 2021 10:54:03 +0200 (CEST) From: Adam Kandur To: Guix Patches Message-ID: Subject: [PATCH] update python-certifi MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_493617_220719348.1630313643153" Received-SPF: pass client-ip=81.3.6.165; envelope-from=rndd@tuta.io; helo=w4.tutanota.de X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_PASS=-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 (--) ------=_Part_493617_220719348.1630313643153 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit hope, this is correct... i had problems using python libs from guix because of outdated certificates needed for https requests ------=_Part_493617_220719348.1630313643153 Content-Type: text/x-patch; charset=us-ascii; name=0001-gnu-Add-go-github-com-DHowett-go-plist.patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=0001-gnu-Add-go-github-com-DHowett-go-plist.patch >From 71fa733ace1ebf2186c15b0e17798fb7f72e385e Mon Sep 17 00:00:00 2001 From: Adam Kandur Date: Sun, 29 Aug 2021 19:52:55 +0300 Subject: [PATCH] gnu: Add go-github-com-DHowett-go-plist. * gnu/packages/golang.scm (go-github-com-DHowett-go-plist): New variable. --- gnu/packages/golang.scm | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 72579d6..8423c95 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -1009,6 +1009,34 @@ standardized in RFC 7539.") (description "Set is the set collection for the Go language.") (license license:expat))) +(define-public go-github-com-DHowett-go-plist + (let ((commit "1454fab16a0642638feb0ae98c41f79eccb2a20a") + (revision "1")) + (package + (name "go-github-com-DHowett-go-plist") + (version (git-version "0.0.0" revision commit)) + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/DHowett/go-plist") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "01c9wmhny2rxywcjipq1xa0xw4qm7yd001239grwxcja3b4n45v8")))) + (build-system go-build-system) + (arguments + `(#:import-path "howett.net/plist")) + (inputs + `(("go-github.com-jessevdk-go-flags" ,go-github.com-jessevdk-go-flags) + ("go-github-com-kr-pretty" ,go-github-com-kr-pretty) + ("go-gopkg-in-check-v1" ,go-gopkg-in-check-v1) + ("go-gopkg-in-yaml-v2" ,go-gopkg-in-yaml-v2))) + (home-page "https://github.com/DHowett/go-plist") + (synopsis "A pure Go Apple Property List transcoder") + (description "This list transcoder supports encoding/decoding property lists (Apple XML, Apple Binary, OpenStep and GNUStep) from/to arbitrary Go types.") + (license license:giftware)))) + (define-public go-github-com-blanu-dust (package (name "go-github-com-blanu-dust") -- 2.32.0 ------=_Part_493617_220719348.1630313643153-- From debbugs-submit-bounces@debbugs.gnu.org Mon Aug 30 14:29:58 2021 Received: (at 50265) by debbugs.gnu.org; 30 Aug 2021 18:29:58 +0000 Received: from localhost ([127.0.0.1]:60223 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mKm2c-00055L-4X for submit@debbugs.gnu.org; Mon, 30 Aug 2021 14:29:58 -0400 Received: from mail-qk1-f172.google.com ([209.85.222.172]:36739) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mKm2X-000551-68 for 50265@debbugs.gnu.org; Mon, 30 Aug 2021 14:29:53 -0400 Received: by mail-qk1-f172.google.com with SMTP id p4so10407877qki.3 for <50265@debbugs.gnu.org>; Mon, 30 Aug 2021 11:29:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=0eeXKLy2CrEGFyvxsHjxa/bEaupDIK8B4Wq9DtkNDYw=; b=rMr49hO0Tt7Wa14AuM3287u75kW1mz8gSpcQs8RtFvl/PiIu0ea8CuXQMZ1kCCfKmB CYHHTUULCGjfdv3PggVKTIMD/FSfISozKWGwJePqIVDogYT2Eb6YM9JuPM9vmbhfo9N4 oA3yDi3JywQ800QnJZtbTPgB307oR8EJB8eYW1uDLXRGJhLhEg12xR5tAb8F/BlbExtS gDRpO/c3MkOBsARvMo516c/m3PvfsPDz3hzfFAQdEliVutabPJRTQ3jFq4acz+ej8YG1 3amzsAMzzyRQiFDqh0GrA+4m3Ti2cL8siQLwBSkuQEHKnpM468Lb3UllRaIlo5r3lHST sY+g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=0eeXKLy2CrEGFyvxsHjxa/bEaupDIK8B4Wq9DtkNDYw=; b=UFhoTSO1Hzo51ooFnDdvj5iMIbuAn25wQFSJlSNHebkHG9i4ObFPTSAxrFjHSSBKXc h4xD8XCGtUcgXn8RL6dPEr+gSR8FHyfdP0bVTFYmR8cePj8HfgoDwO8VCfZrssVabzrE 0QwfZHJEjA8ZuglJEi9wnmkUKXLf76i/brgAlPCveOFsmfj0bwNTa4LXYm1iE0V8/KWk zLuhIgGCBgVa571YDwZ3RUVXix8Vdab5oXsPVAvUEkVF7Jeqad1GUuG4e1H3oNqcUQHZ xGMrN62K4geTrfXJGRXM1XWuWHDD04DCBneMm9AsgrTfwWyUvjqtP53V93hMx79EvcPi i8IA== X-Gm-Message-State: AOAM531FndJeXpqsB/aOmCfDaKuTBHtJ82l3ZL+PkYL1vUndIoDv9JuU 3VHnf5kbX8mPGN+yq1DU7MrrrUf6Vhk= X-Google-Smtp-Source: ABdhPJyoifPaYDfXClaIimefIc6pM7AQwurX9guhxoYivLYUr2uaNy+EMfjaQk7U+kKu7Or5ggTSrg== X-Received: by 2002:a37:66cb:: with SMTP id a194mr23797463qkc.345.1630348183690; Mon, 30 Aug 2021 11:29:43 -0700 (PDT) Received: from hurd (dsl-10-141-212.b2b2c.ca. [72.10.141.212]) by smtp.gmail.com with ESMTPSA id r140sm11940916qke.15.2021.08.30.11.29.43 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 30 Aug 2021 11:29:43 -0700 (PDT) From: Maxim Cournoyer To: Adam Kandur Subject: Re: bug#50265: [PATCH] update python-certifi References: Date: Mon, 30 Aug 2021 14:29:42 -0400 In-Reply-To: (Adam Kandur's message of "Mon, 30 Aug 2021 10:54:03 +0200 (CEST)") Message-ID: <87czpun5ux.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 50265 Cc: 50265@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.0 (-) Hello, Adam Kandur writes: > hope, this is correct... > i had problems using python libs from guix because of outdated certificates needed for https requests > >>>From 71fa733ace1ebf2186c15b0e17798fb7f72e385e Mon Sep 17 00:00:00 2001 > From: Adam Kandur > Date: Sun, 29 Aug 2021 19:52:55 +0300 > Subject: [PATCH] gnu: Add go-github-com-DHowett-go-plist. > > * gnu/packages/golang.scm (go-github-com-DHowett-go-plist): New variable. > --- > gnu/packages/golang.scm | 28 ++++++++++++++++++++++++++++ > 1 file changed, 28 insertions(+) > > diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm > index 72579d6..8423c95 100644 > --- a/gnu/packages/golang.scm > +++ b/gnu/packages/golang.scm > @@ -1009,6 +1009,34 @@ standardized in RFC 7539.") > (description "Set is the set collection for the Go language.") > (license license:expat))) > > +(define-public go-github-com-DHowett-go-plist > + (let ((commit "1454fab16a0642638feb0ae98c41f79eccb2a20a") > + (revision "1")) ^ Wrong patch? The title is about python-certifi. If you want to close this one, you can reply to the email using 50265-done@debbugs.gnu.org in CC. Thanks, Maxim From debbugs-submit-bounces@debbugs.gnu.org Fri Sep 24 08:19:45 2021 Received: (at control) by debbugs.gnu.org; 24 Sep 2021 12:19:45 +0000 Received: from localhost ([127.0.0.1]:56889 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mTkB7-0000RC-Hz for submit@debbugs.gnu.org; Fri, 24 Sep 2021 08:19:45 -0400 Received: from eggs.gnu.org ([209.51.188.92]:56400) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mTkB6-0000Qu-94 for control@debbugs.gnu.org; Fri, 24 Sep 2021 08:19:44 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:48102) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mTkB1-0004pK-3W for control@debbugs.gnu.org; Fri, 24 Sep 2021 08:19:39 -0400 Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=60460 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mTkB0-0006pI-R2 for control@debbugs.gnu.org; Fri, 24 Sep 2021 08:19:39 -0400 Date: Fri, 24 Sep 2021 14:19:37 +0200 Message-Id: <874kaanp2e.fsf@gnu.org> To: control@debbugs.gnu.org From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: control message for bug #50265 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control 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: -3.3 (---) tags 50265 wontfix close 50265 quit From unknown Wed Jun 18 23:12:15 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 23 Oct 2021 11:24:08 +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