From unknown Thu Jun 19 12:39: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#48099 <48099@debbugs.gnu.org> To: bug#48099 <48099@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add python-django-3.2. Reply-To: bug#48099 <48099@debbugs.gnu.org> Date: Thu, 19 Jun 2025 19:39:15 +0000 retitle 48099 [PATCH] gnu: Add python-django-3.2. reassign 48099 guix-patches submitter 48099 Roel Janssen severity 48099 normal tag 48099 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 29 07:06:53 2021 Received: (at submit) by debbugs.gnu.org; 29 Apr 2021 11:06:53 +0000 Received: from localhost ([127.0.0.1]:54945 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lc4VQ-0000vm-Ta for submit@debbugs.gnu.org; Thu, 29 Apr 2021 07:06:53 -0400 Received: from lists.gnu.org ([209.51.188.17]:34356) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lc4VO-0000ve-LY for submit@debbugs.gnu.org; Thu, 29 Apr 2021 07:06:51 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:53542) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lc4VO-0007Jp-6U for guix-patches@gnu.org; Thu, 29 Apr 2021 07:06:50 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:40021) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lc4VN-0008Uv-Oe for guix-patches@gnu.org; Thu, 29 Apr 2021 07:06:49 -0400 Received: from [143.121.198.253] (port=57558) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1lc4VN-0001Uz-0a for guix-patches@gnu.org; Thu, 29 Apr 2021 07:06:49 -0400 To: guix-patches@gnu.org From: Roel Janssen Subject: [PATCH] gnu: Add python-django-3.2. Message-ID: <8b10b167-90df-f965-90e1-7195fa96516b@gnu.org> Date: Thu, 29 Apr 2021 13:06:47 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------7D4A837D48388511BEE37DB6" Content-Language: en-US X-Spam-Score: -2.3 (--) 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: -3.3 (---) This is a multi-part message in MIME format. --------------7D4A837D48388511BEE37DB6 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Hi Guix, I attached a recipe for python-django-3.2.  I haven't tested it beyond building it (which includes running the test suite), so it'd be great to keep version 3.1.8 and let version 3.2 inherit from that package. Kind regards, Roel Janssen --------------7D4A837D48388511BEE37DB6 Content-Type: text/x-patch; charset=UTF-8; name="0001-gnu-Add-python-django-3.2.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="0001-gnu-Add-python-django-3.2.patch" >From f591c97292f04caccc1c23f484a0f439dcec0cdd Mon Sep 17 00:00:00 2001 From: Roel Janssen Date: Thu, 29 Apr 2021 13:02:10 +0200 Subject: [PATCH] gnu: Add python-django-3.2. * gnu/packages/django.scm (python-django-3.2): New variable. --- gnu/packages/django.scm | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index dfc3d314ad..916dc68105 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -129,6 +129,17 @@ to the @dfn{don't repeat yourself} (DRY) principle.") (license license:bsd-3) (properties `((cpe-name . "django"))))) +(define-public python-django-3.2 + (package (inherit python-django) + (name "python-django") + (version "3.2") + (source (origin + (method url-fetch) + (uri (pypi-uri "Django" version)) + (sha256 + (base32 + "179qdxa438fnycnnf1j5z6359h1kbp2q7djf01v5jrr26xjgkw11")))))) + (define-public python-django-2.2 (package (inherit python-django) -- 2.31.1 --------------7D4A837D48388511BEE37DB6-- From debbugs-submit-bounces@debbugs.gnu.org Sat May 15 15:31:14 2021 Received: (at 48099-done) by debbugs.gnu.org; 15 May 2021 19:31:14 +0000 Received: from localhost ([127.0.0.1]:49268 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1li00I-0005MO-An for submit@debbugs.gnu.org; Sat, 15 May 2021 15:31:14 -0400 Received: from flashner.co.il ([178.62.234.194]:44158) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1li00G-0005MD-RU for 48099-done@debbugs.gnu.org; Sat, 15 May 2021 15:31:13 -0400 Received: from localhost (unknown [31.210.177.125]) by flashner.co.il (Postfix) with ESMTPSA id A0FD140297; Sat, 15 May 2021 19:31:06 +0000 (UTC) Date: Sat, 15 May 2021 22:30:39 +0300 From: Efraim Flashner To: Roel Janssen Subject: Re: [bug#48099] [PATCH] gnu: Add python-django-3.2. Message-ID: Mail-Followup-To: Efraim Flashner , Roel Janssen , 48099-done@debbugs.gnu.org References: <8b10b167-90df-f965-90e1-7195fa96516b@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="7RtyXtC4XaQyIH9P" Content-Disposition: inline In-Reply-To: <8b10b167-90df-f965-90e1-7195fa96516b@gnu.org> 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: 48099-done Cc: 48099-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 (-) --7RtyXtC4XaQyIH9P Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Apr 29, 2021 at 01:06:47PM +0200, Roel Janssen wrote: > Hi Guix, >=20 > I attached a recipe for python-django-3.2.=C2=A0 I haven't tested it beyo= nd > building it (which includes running the test suite), > so it'd be great to keep version 3.1.8 and let version 3.2 inherit from t= hat > package. >=20 > Kind regards, > Roel Janssen >=20 Marius pushed a similar patch as 249fb4a30345f6687645911bb22cbf43548b4c4d updating python-django to 3.2.1, and then making some changes to the packages. --=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 --7RtyXtC4XaQyIH9P Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmCgIVwACgkQQarn3Mo9 g1EQqA//SWjqN3UFiMoKFWXshwYEFQWQ7NCfZOofUaDnFzRn8CE5kVRK0YNs/e67 U30zvgoX6LM7phyQPLotDuug4/UcKh8OdED/vCQBtb8c7ULUQKcH0SOgDxJU7DSe pfCcEzEmFfAtRH3RV4vYG5Hd6FHxqSL6i+2J0d/QkMnxbi0ktUJOVlbv6XW/44ur MeCCpM7pCodoz5KSaDVffY2Cr55kYzUw9a9PZ/kt5TEcO1madTPwj2CkjnhHSiS4 gHrnBkouC9xcLuBqjNw24ZwhCa+IIjfENx179WR42s8keLoC1FdXoPja040Gu7tp 50JTnEZVydFFcJeVmmgfXIPEsdGFV0qEmxEAABU+EPZphporclu+Nuj5bMMbbkwx +9jx+APTiv6YoJva8EaWfHZoP4kRjJVidKGRWngMOQhca2XTKWTe7/UaUfxz5Y/g WI0DdDcldTgcZSR14i9PuIB5WBIsQxvugvzGdekYlcQEWipBz4ZYa+BeRPF7QQgR bqBlOeIofNmPOtHZLVe1XBc27d2Bc5Rfmmu9bNK+Y7x8T/JVnZdvpfZQpD3TlqR7 OMMBM4h3vMEcv2dwL+TSLQu8kLPzxb8lEFZWX5dwwVUjeXILRkaZ1NOwbvYJFpmk krAALSXh+Cu+tOlBaWe88JhT5S2rzwedW9+5W+RIl5GWDV0iHao= =v71D -----END PGP SIGNATURE----- --7RtyXtC4XaQyIH9P-- From unknown Thu Jun 19 12:39: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: Sun, 13 Jun 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