From unknown Sat Sep 06 08:35:59 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#42742] [PATCH 2/4] gnu: Add python-trustme. Resent-From: Vinicius Monego Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 07 Aug 2020 13:25:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 42742 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 42742@debbugs.gnu.org Cc: Vinicius Monego X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.159680668515806 (code B ref -1); Fri, 07 Aug 2020 13:25:02 +0000 Received: (at submit) by debbugs.gnu.org; 7 Aug 2020 13:24:45 +0000 Received: from localhost ([127.0.0.1]:56185 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k42MX-00046r-Cn for submit@debbugs.gnu.org; Fri, 07 Aug 2020 09:24:45 -0400 Received: from lists.gnu.org ([209.51.188.17]:57676) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k42MU-00046c-BA for submit@debbugs.gnu.org; Fri, 07 Aug 2020 09:24:42 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:51972) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k42MU-0000er-46 for guix-patches@gnu.org; Fri, 07 Aug 2020 09:24:42 -0400 Received: from mout02.posteo.de ([185.67.36.66]:37643) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k42MS-0005jG-Ap for guix-patches@gnu.org; Fri, 07 Aug 2020 09:24:41 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 036572400FE for ; Fri, 7 Aug 2020 15:24:39 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1596806679; bh=uf9Xqg5XYoryg8czdbFPBTcoeUs2SubHQe/5/L3BxmM=; h=From:To:Cc:Subject:Date:From; b=XbYq1SQ4DrRaIyNYRpzA6Ji5+JkOrZxatimeCVG1dpRxIugWZD2+0pNePWBoil+Zf SNXawAwp0uYKqBiRCBBjEud628+Ia7rMpOjQ1dKKk7fW7RXub4Koaj11o3e3jG+LGt Ko7J68ePcGtysa0wefZjfLNfq7eILMk4wKuKCmGUMcAKSPwiTOEn6qWOSCN8uaux2D fOECeBU8CIPA95wmk2NvWZeCAHMlgqhYL2y9bBjUNvz2zUKv35yy+tM3PXGGq2tXKi fDdHQq8WWvfLCLprnFJTyPkkLRzLccJXgd9GUUNJpJPc/QbO5nsMBJy3ICMPdtjY/E BgSfKNhMuF6iA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4BNR0j53mHz6tmD; Fri, 7 Aug 2020 15:24:37 +0200 (CEST) From: Vinicius Monego Date: Fri, 7 Aug 2020 10:24:14 -0300 Message-Id: <20200807132416.49309-2-monego@posteo.net> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200807132416.49309-1-monego@posteo.net> References: <20200807132416.49309-1-monego@posteo.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.66; envelope-from=monego@posteo.net; helo=mout02.posteo.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/08/07 09:02:24 X-ACL-Warn: Detected OS = Linux 3.11 and newer X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 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_MED=-2.3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) 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.3 (--) * gnu/packages/python-crypto.scm (python-trustme): New variable. --- gnu/packages/python-crypto.scm | 38 ++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index ecf82f2078..f3349b505d 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm @@ -23,6 +23,7 @@ ;;; Copyright © 2019 Clément Lassieur ;;; Copyright © 2020 Alexandros Theodotou ;;; Copyright © 2020 Justus Winter +;;; Copyright © 2020 Vinicius Monego ;;; ;;; This file is part of GNU Guix. ;;; @@ -54,6 +55,7 @@ #:use-module (gnu packages protobuf) #:use-module (gnu packages python) #:use-module (gnu packages python-check) + #:use-module (gnu packages python-compression) #:use-module (gnu packages python-web) #:use-module (gnu packages python-xyz) #:use-module (gnu packages time) @@ -1347,7 +1349,42 @@ items and collections, editing items, locking and unlocking collections (asynchronous unlocking is also supported).") (license license:bsd-3))) +(define-public python-trustme + (package + (name "python-trustme") + (version "0.6.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "trustme" version)) + (sha256 + (base32 "0v3vr5z6apnfmklf07m45kv5kaqvm6hxrkaqywch57bjd2siiywx")))) + (build-system python-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (replace 'check + (lambda* (#:key inputs outputs #:allow-other-keys) + (add-installed-pythonpath inputs outputs) + (invoke "pytest" "-vv")))))) + (native-inputs + `(("python-more-itertools" ,python-more-itertools) + ("python-pyopenssl" ,python-pyopenssl) + ("python-pytest" ,python-pytest) + ("python-pytest-cov" ,python-pytest-cov) + ("python-service-identity" ,python-service-identity) + ("python-zipp" ,python-zipp))) + (propagated-inputs + `(("python-cryptography" ,python-cryptography))) + (home-page "https://github.com/python-trio/trustme") + (synopsis "Fake a certificate authority for tests") + (description + "@code{trustme} is a tiny Python package that does one thing: it gives you +a fake certificate authority (CA) that you can use to generate fake TLS certs to +use in your tests.") + ;; Either license applies. + (license (list license:expat license:asl2.0)))) + (define-public python-jeepney (package (name "python-jeepney") -- 2.20.1 From unknown Sat Sep 06 08:35:59 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Vinicius Monego Subject: bug#42742: closed (Re: [bug#42742] [PATCH 2/4] gnu: Add python-trustme.) Message-ID: References: <20200809115546.GD840@E5400> <20200807132416.49309-2-monego@posteo.net> X-Gnu-PR-Message: they-closed 42742 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 42742@debbugs.gnu.org Date: Sun, 09 Aug 2020 11:57:01 +0000 Content-Type: multipart/mixed; boundary="----------=_1596974221-23311-1" This is a multi-part message in MIME format... ------------=_1596974221-23311-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #42742: [PATCH 2/4] gnu: Add python-trustme. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 42742@debbugs.gnu.org. --=20 42742: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D42742 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1596974221-23311-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 42742-done) by debbugs.gnu.org; 9 Aug 2020 11:56:32 +0000 Received: from localhost ([127.0.0.1]:60174 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k4jwF-00063B-Ko for submit@debbugs.gnu.org; Sun, 09 Aug 2020 07:56:32 -0400 Received: from flashner.co.il ([178.62.234.194]:46456) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k4jwD-00062y-3a for 42742-done@debbugs.gnu.org; Sun, 09 Aug 2020 07:56:30 -0400 Received: from localhost (unknown [31.210.177.29]) by flashner.co.il (Postfix) with ESMTPSA id 3BF7B4015E; Sun, 9 Aug 2020 11:56:23 +0000 (UTC) Date: Sun, 9 Aug 2020 14:55:46 +0300 From: Efraim Flashner To: Vinicius Monego Subject: Re: [bug#42742] [PATCH 2/4] gnu: Add python-trustme. Message-ID: <20200809115546.GD840@E5400> References: <20200807132416.49309-1-monego@posteo.net> <20200807132416.49309-2-monego@posteo.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="7DO5AaGCk89r4vaK" Content-Disposition: inline In-Reply-To: <20200807132416.49309-2-monego@posteo.net> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 42742-done Cc: 42742-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.0 (-) --7DO5AaGCk89r4vaK Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Thanks! Pushed as 960dafce5cede173b83a47d6b65233eb87230aaf --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --7DO5AaGCk89r4vaK Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl8v5EEACgkQQarn3Mo9 g1FA8A/9Ec+TaTowXaq7ghjqtcwblaWV+P9wrzVv5n+7CoPiTA/oTMFfkMym3mmL 06kguWQA+dBTKKI8Xn+3pBhDxYkCJaMnv5iyQdHxmIjcX6IifNeg/iIveCMM3m6G TewPvY3JU11Ksg6P7Y1izG/6of5n8v7OZALRrCKB/32nXjY8dOQCyM/k2qOgmUDP q9fxZYYqO6syLA4Zq2E0Ge6rOG9pklgO6bUXkIyMOaZZXEzKV9vC3nlHgeCq+Bsk jt1OIqXuNP7Hqjlc/wxOMlwh9x4WzAOVVd9wi5uZTDWmfOjRgsIv5/O7XHfcvxww BOhqnrlIA/mkVE8GJFvC9oHdWCKicXhHCI8rfei0VBFqq+3mtx99KdE2qtb+tt2h frnRV6HI1x02u4j53408BTTAdrCJ8DfGFu0M/K2tQCgzpowAflqB6ExHYRKJzyq9 YTaGL/h+E7meYlOaIlZR4z4CLJ1vT8aQrdkwactmyYhdSpCTktJj4DfOa7XwcZcL 6qPkJElvEoHYjkfhjY45Mlrh27llWMHSovepRVYN2wBmW7RKRb2ifXbanr4Ns2Ez wS4Qe4GAyRNbQiaxfXwBq8zsIjS/Gk7X0CpqxRsFqTsvWN1a0HDDQWBBs6LVXaMm lVskZ0+Bql+nogmfDzZejeKTeXXuQS7b3woOF+J4b6HUSQvJIR0= =AQ1/ -----END PGP SIGNATURE----- --7DO5AaGCk89r4vaK-- ------------=_1596974221-23311-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 7 Aug 2020 13:24:45 +0000 Received: from localhost ([127.0.0.1]:56185 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k42MX-00046r-Cn for submit@debbugs.gnu.org; Fri, 07 Aug 2020 09:24:45 -0400 Received: from lists.gnu.org ([209.51.188.17]:57676) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k42MU-00046c-BA for submit@debbugs.gnu.org; Fri, 07 Aug 2020 09:24:42 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:51972) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k42MU-0000er-46 for guix-patches@gnu.org; Fri, 07 Aug 2020 09:24:42 -0400 Received: from mout02.posteo.de ([185.67.36.66]:37643) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k42MS-0005jG-Ap for guix-patches@gnu.org; Fri, 07 Aug 2020 09:24:41 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 036572400FE for ; Fri, 7 Aug 2020 15:24:39 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1596806679; bh=uf9Xqg5XYoryg8czdbFPBTcoeUs2SubHQe/5/L3BxmM=; h=From:To:Cc:Subject:Date:From; b=XbYq1SQ4DrRaIyNYRpzA6Ji5+JkOrZxatimeCVG1dpRxIugWZD2+0pNePWBoil+Zf SNXawAwp0uYKqBiRCBBjEud628+Ia7rMpOjQ1dKKk7fW7RXub4Koaj11o3e3jG+LGt Ko7J68ePcGtysa0wefZjfLNfq7eILMk4wKuKCmGUMcAKSPwiTOEn6qWOSCN8uaux2D fOECeBU8CIPA95wmk2NvWZeCAHMlgqhYL2y9bBjUNvz2zUKv35yy+tM3PXGGq2tXKi fDdHQq8WWvfLCLprnFJTyPkkLRzLccJXgd9GUUNJpJPc/QbO5nsMBJy3ICMPdtjY/E BgSfKNhMuF6iA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4BNR0j53mHz6tmD; Fri, 7 Aug 2020 15:24:37 +0200 (CEST) From: Vinicius Monego To: guix-patches@gnu.org Subject: [PATCH 2/4] gnu: Add python-trustme. Date: Fri, 7 Aug 2020 10:24:14 -0300 Message-Id: <20200807132416.49309-2-monego@posteo.net> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200807132416.49309-1-monego@posteo.net> References: <20200807132416.49309-1-monego@posteo.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.66; envelope-from=monego@posteo.net; helo=mout02.posteo.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/08/07 09:02:24 X-ACL-Warn: Detected OS = Linux 3.11 and newer X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 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_MED=-2.3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Vinicius Monego 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.3 (--) * gnu/packages/python-crypto.scm (python-trustme): New variable. --- gnu/packages/python-crypto.scm | 38 ++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index ecf82f2078..f3349b505d 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm @@ -23,6 +23,7 @@ ;;; Copyright © 2019 Clément Lassieur ;;; Copyright © 2020 Alexandros Theodotou ;;; Copyright © 2020 Justus Winter +;;; Copyright © 2020 Vinicius Monego ;;; ;;; This file is part of GNU Guix. ;;; @@ -54,6 +55,7 @@ #:use-module (gnu packages protobuf) #:use-module (gnu packages python) #:use-module (gnu packages python-check) + #:use-module (gnu packages python-compression) #:use-module (gnu packages python-web) #:use-module (gnu packages python-xyz) #:use-module (gnu packages time) @@ -1347,7 +1349,42 @@ items and collections, editing items, locking and unlocking collections (asynchronous unlocking is also supported).") (license license:bsd-3))) +(define-public python-trustme + (package + (name "python-trustme") + (version "0.6.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "trustme" version)) + (sha256 + (base32 "0v3vr5z6apnfmklf07m45kv5kaqvm6hxrkaqywch57bjd2siiywx")))) + (build-system python-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (replace 'check + (lambda* (#:key inputs outputs #:allow-other-keys) + (add-installed-pythonpath inputs outputs) + (invoke "pytest" "-vv")))))) + (native-inputs + `(("python-more-itertools" ,python-more-itertools) + ("python-pyopenssl" ,python-pyopenssl) + ("python-pytest" ,python-pytest) + ("python-pytest-cov" ,python-pytest-cov) + ("python-service-identity" ,python-service-identity) + ("python-zipp" ,python-zipp))) + (propagated-inputs + `(("python-cryptography" ,python-cryptography))) + (home-page "https://github.com/python-trio/trustme") + (synopsis "Fake a certificate authority for tests") + (description + "@code{trustme} is a tiny Python package that does one thing: it gives you +a fake certificate authority (CA) that you can use to generate fake TLS certs to +use in your tests.") + ;; Either license applies. + (license (list license:expat license:asl2.0)))) + (define-public python-jeepney (package (name "python-jeepney") -- 2.20.1 ------------=_1596974221-23311-1--