From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40552) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e5FNS-0002rv-OT for guix-patches@gnu.org; Thu, 19 Oct 2017 14:17:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e5FNO-0000YH-N9 for guix-patches@gnu.org; Thu, 19 Oct 2017 14:17:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:42008) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e5FNO-0000Y3-GK for guix-patches@gnu.org; Thu, 19 Oct 2017 14:17:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e5FNO-0001u8-7K for guix-patches@gnu.org; Thu, 19 Oct 2017 14:17:02 -0400 Subject: [bug#27888] [PATCH 01/18] gnu: python@3: Update to 3.6.2. Resent-Message-ID: From: Marius Bakke In-Reply-To: References: <20170731200735.28019-1-mbakke@fastmail.com> <20170731230700.GB11946@jasmine.lan> <87zibkw2mt.fsf@fastmail.com> <874lqw40l8.fsf@elephly.net> <87r2u05bsd.fsf@fastmail.com> Date: Thu, 19 Oct 2017 20:15:56 +0200 Message-ID: <87lgk757hf.fsf@fastmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Cyril Roelandt , 27888@debbugs.gnu.org --=-=-= Content-Type: text/plain Cyril Roelandt writes: > On 10/19/2017 12:30 AM, Marius Bakke wrote: >> I just pushed a rebased version of this branch to a new 'python-updates' >> branch on Savannah, with Python 3.6.3 and 2.7.14. I also have an update >> for 'python-hypothesis' coming, probably this weekend. > > Do you wish to push the python-hypothesis update to core-updates as > well? I have the following patch ready to be pushed: > > --- a/gnu/packages/python.scm > +++ b/gnu/packages/python.scm > @@ -10150,9 +10150,9 @@ seamlessly into your existing Python unit > testing work flow.") > (let ((hypothesis (package-with-python2 > (strip-python2-variant python-hypothesis)))) > (package (inherit hypothesis) > - (native-inputs > + (propagated-inputs > `(("python2-enum34" ,python2-enum34) > - ,@(package-native-inputs hypothesis)))))) > + ,@(package-propagated-inputs hypothesis)))))) > > (define-public python-pytest-subtesthack > (package > > > I need this to be able to upgrade python-chardet. Do you mind if I push > this patch to master first? Not at all; go ahead :) I have this in my queue as well, so LGTM! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAlno69wACgkQoqBt8qM6 VPpHHAf9H6toVomvaKUBEP5r1tDd23VyhWi6JOnwnS0APY8/aBIS7FjRZc43xQca A3X9N7J0jsN+tBBFai1OeeWUyrSygFgCnsCSLdZ0DI4aPAcEYwRkWhGheMYOnVeU M7OSccjFtk3pTUuzK0Z917FxY97nMRrvYbLovJ3lQSXNg541OB82eQRPQfbec/1R cp/9O/l1V12QZc2xG5+pY07otk3hjW0poLsoMHeA1kdJ0jxu4u4+lFKIzh9XhH76 oRkCTMH7YLAU2iB2oCGGmPQ1EFZkxnxjRusASZ4vAAMH40pldvJA3XKq9Tx23Prj ZGJv9cVkErJt6MFClAQJa6yrXrVdSQ== =T000 -----END PGP SIGNATURE----- --=-=-=--