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 kLsOHuv28F5cBQAA0tVLHw (envelope-from ) for ; Mon, 22 Jun 2020 18:22:35 +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 WDcGGuv28F7sHwAAB5/wlQ (envelope-from ) for ; Mon, 22 Jun 2020 18:22:35 +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 C18F394051E for ; Mon, 22 Jun 2020 18:22:34 +0000 (UTC) Received: from localhost ([::1]:42566 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jnR5U-0002l3-6F for larch@yhetil.org; Mon, 22 Jun 2020 14:22:32 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:40850) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jnR50-0002jE-FJ for guix-patches@gnu.org; Mon, 22 Jun 2020 14:22:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:51192) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jnR50-0006Qp-5j for guix-patches@gnu.org; Mon, 22 Jun 2020 14:22:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jnR50-0006bb-2V for guix-patches@gnu.org; Mon, 22 Jun 2020 14:22:02 -0400 Subject: bug#41969: [PATCH] gnu: Add python-pytest-lazy-fixture Resent-From: Efraim Flashner Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Mon, 22 Jun 2020 18:22:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 41969 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Vinicius Monego Cc: 41969-done@debbugs.gnu.org Mail-Followup-To: 41969@debbugs.gnu.org, efraim@flashner.co.il, monego@posteo.net Received: via spool by 41969-done@debbugs.gnu.org id=D41969.159285007925336 (code D ref 41969); Mon, 22 Jun 2020 18:22:01 +0000 Received: (at 41969-done) by debbugs.gnu.org; 22 Jun 2020 18:21:19 +0000 Received: from localhost ([127.0.0.1]:34503 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jnR4J-0006aa-Mr for submit@debbugs.gnu.org; Mon, 22 Jun 2020 14:21:19 -0400 Received: from flashner.co.il ([178.62.234.194]:56114) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jnR4H-0006aM-O1 for 41969-done@debbugs.gnu.org; Mon, 22 Jun 2020 14:21:18 -0400 Received: from localhost (unknown [31.210.181.184]) by flashner.co.il (Postfix) with ESMTPSA id 8A13340031; Mon, 22 Jun 2020 18:21:11 +0000 (UTC) Date: Mon, 22 Jun 2020 21:20:39 +0300 From: Efraim Flashner Message-ID: <20200622182039.GD22974@E5400> References: <20200620203849.39700-1-monego@posteo.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="jKBxcB1XkHIR0Eqt" Content-Disposition: inline In-Reply-To: <20200620203849.39700-1-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-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -1.0 (-) 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: -2.61 X-TUID: fns/tPvNFY63 --jKBxcB1XkHIR0Eqt Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Looks good. I added a period at the end of the description and adjusted the indentation slightly. I also removed the python2 variant since we're not adding more python2 packages unless they're actually used for something. Patch pushed! --=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 --jKBxcB1XkHIR0Eqt Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl7w9ncACgkQQarn3Mo9 g1F1yRAAlrcDC9GVovHpQ+pyNYyefooslBr7nNCyQ4Xn4vHWocxMDJxZ50fxoWAH gi7oKvUUeMn6DcCRbpAztThucXPyLKRXY5y60VigfkSNuJSy/nsZCKnQvSwx+JkL 1cbEOo+gG7c+MF3H9TrLoKxZXYCHrxlxWNls+WUpv+LpOF4+FoMTWOc5rpQyqe// OkcBHheHcB9hEIXFshvYVNwaulnjsBNDIMyiigEpkx5y3/x+zP9dnnwL26u/pS8B QQDsktS7+UMV50Vm4F0+c+Sb6ioDyKFAVdqwnxq5n8tSWjTGjnkx7i/7UhQN52qw sntTZMdw2j4qOZo3YcNDHEKuwcFjjNYwNmronRsm1MFc/jF3LycFvOLqe3BvpuKc vdTwdEGiUJTezk3G0AJewaXf1+E1SMMP/lBdSnFJgD/eC7FjjOAGYnEEt4UoveOP ezFB7vi08ddlXO5q3iQ9/4fcj5pmj+LVQQFjh/CucShtfdtheRJ9Yfk6t5kMePRf LiYRTkz2fkvjV+k/EsoFKTqSoUg6tCdhrLxQmGKpNOqjsL1jLJznSxPNY1IqHC7/ l4sQMkIqkelkGnxToFmI4hGMLpPH7bcWh9jUq0FCL+ALZZJGsPd2zhWdqBSrdNZP WtLyWJPf851Ae+dPqm959TQzI4mM6hMWuPHB7tgJ1iTk3SUtIOM= =04/U -----END PGP SIGNATURE----- --jKBxcB1XkHIR0Eqt--