From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Bastian Krause <bst@pengutronix.de>
Subject: Re: [ptxdist] [PATCH v2 18/18] python3-django: version bump 1.8.7 -> 2.2.16
Date: Tue, 22 Sep 2020 13:49:50 +0200 [thread overview]
Message-ID: <20200922114950.GI11021@pengutronix.de> (raw)
In-Reply-To: <20200921123308.25821-18-bst@pengutronix.de>
On Mon, Sep 21, 2020 at 02:33:08PM +0200, Bastian Krause wrote:
> This is the latest LTS version.
>
> Signed-off-by: Bastian Krause <bst@pengutronix.de>
The old version has patches.
Michael
> ---
> No changes since (implicit) v1.
> ---
> rules/python3-django.in | 3 +++
> rules/python3-django.make | 4 ++--
> 2 files changed, 5 insertions(+), 2 deletions(-)
>
> diff --git a/rules/python3-django.in b/rules/python3-django.in
> index 0475108bd..e55bfa582 100644
> --- a/rules/python3-django.in
> +++ b/rules/python3-django.in
> @@ -3,6 +3,9 @@
> menuconfig PYTHON3_DJANGO
> tristate
> select PYTHON3
> + select PYTHON3_DISTUTILS if RUNTIME
> + select PYTHON3_PYTZ if RUNTIME
> + select PYTHON3_SQLPARSE if RUNTIME
> prompt "django "
> help
> Django is a high-level Python Web framework that encourages rapid
> diff --git a/rules/python3-django.make b/rules/python3-django.make
> index ffc73a4b8..64dc291ad 100644
> --- a/rules/python3-django.make
> +++ b/rules/python3-django.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_PYTHON3_DJANGO) += python3-django
> #
> # Paths and names
> #
> -PYTHON3_DJANGO_VERSION := 1.8.7
> -PYTHON3_DJANGO_MD5 := 44c01355b5efa01938a89b8bd798b1ed
> +PYTHON3_DJANGO_VERSION := 2.2.16
> +PYTHON3_DJANGO_MD5 := 93faf5bbd54a19ea49f4932a813b9758
> PYTHON3_DJANGO := Django-$(PYTHON3_DJANGO_VERSION)
> PYTHON3_DJANGO_SUFFIX := tar.gz
> PYTHON3_DJANGO_URL := https://www.djangoproject.com/download/$(PYTHON3_DJANGO_VERSION)/tarball/
> --
> 2.28.0
>
>
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de
> To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
>
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
next prev parent reply other threads:[~2020-09-22 11:49 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-21 12:32 [ptxdist] [PATCH v2 01/18] setup: introduce pypi mirror Bastian Krause
2020-09-21 12:32 ` [ptxdist] [PATCH v2 02/18] rules/pre/mirror: add ptx/mirror-pypi Bastian Krause
2020-09-21 12:32 ` [ptxdist] [PATCH v2 03/18] package templates: add python3-pypi template Bastian Krause
2020-09-21 21:31 ` Roland Hieber
2020-09-22 8:09 ` Michael Olbrich
2020-09-21 12:32 ` [ptxdist] [PATCH v2 04/18] python3-async-timeout: version bump 2.0.0 -> 3.0.1 Bastian Krause
2020-09-21 12:32 ` [ptxdist] [PATCH v2 05/18] python3-chardet: version bump 2.3.0 -> 3.0.4 Bastian Krause
2020-09-21 12:32 ` [ptxdist] [PATCH v2 06/18] python3-attrs: version bump 19.3.0 -> 20.2.0 Bastian Krause
2020-09-21 12:32 ` [ptxdist] [PATCH v2 07/18] python3-idna: new package Bastian Krause
2020-09-21 12:32 ` [ptxdist] [PATCH v2 08/18] python3-yarl: version bump 0.8.1 -> 1.5.1 Bastian Krause
2020-09-21 12:32 ` [ptxdist] [PATCH v2 09/18] python3-multidict: version bump 2.1.4 -> 4.7.6 Bastian Krause
2020-09-21 12:33 ` [ptxdist] [PATCH v2 10/18] python3-aiohttp: mark dependencies as RUNTIME Bastian Krause
2020-09-21 12:33 ` [ptxdist] [PATCH v2 11/18] python3-aiohttp: add missing PYTHON3_ATTRS runtime dependency Bastian Krause
2020-09-21 12:33 ` [ptxdist] [PATCH v2 12/18] python3-aiohttp: version bump 3.4.4 -> 3.6.2 Bastian Krause
2020-09-21 12:33 ` [ptxdist] [PATCH v2 13/18] python3-aiohttp-wsgi: version bump 0.2.5 -> 0.8.2 Bastian Krause
2020-09-21 12:33 ` [ptxdist] [PATCH v2 14/18] python3-markupsafe: new package Bastian Krause
2020-09-21 12:33 ` [ptxdist] [PATCH v2 15/18] python3-jinja2: " Bastian Krause
2020-09-21 12:33 ` [ptxdist] [PATCH v2 16/18] python3-pytz: version bump 2018.5 -> 2020.1 Bastian Krause
2020-09-21 12:58 ` [ptxdist] ?==?utf-8?q? ?==?utf-8?q? [PATCH v2 16/18]?==?utf-8?q? python3-pytz: version bump 2018.5?==?utf-8?q? ->?==?utf-8?q? 2020.1 Artur Wiebe
2020-09-22 8:13 ` [ptxdist] ?= [PATCH v2 16/18] python3-pytz: version bump 2018.5 ->=?utf-8?q? 2020.1 Bastian Krause
2020-09-21 12:33 ` [ptxdist] [PATCH v2 17/18] python3-sqlparse: new package Bastian Krause
2020-09-21 12:33 ` [ptxdist] [PATCH v2 18/18] python3-django: version bump 1.8.7 -> 2.2.16 Bastian Krause
2020-09-22 11:49 ` Michael Olbrich [this message]
2020-09-22 12:00 ` Bastian Krause
2020-09-21 21:28 ` [ptxdist] [PATCH v2 01/18] setup: introduce pypi mirror Roland Hieber
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200922114950.GI11021@pengutronix.de \
--to=m.olbrich@pengutronix.de \
--cc=bst@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox