[Buildroot] [PATCH] package/python-django: bump to version 3.2.7

Arnout Vandecappelle arnout at mind.be
Sun Sep 26 21:44:20 UTC 2021



On 21/09/2021 08:25, Peter Korsgaard wrote:
> Bugfix release, fixing a number of regressions:
> 
> - Fixed a regression in Django 3.2 that caused a crash validating "NaN"
>    input with a forms.DecimalField when additional constraints, e.g.
>    max_value, were specified (#32949).
> 
> - Fixed a bug in Django 3.2 where a system check would crash on a model with
>    a reverse many-to-many relation inherited from a parent class (#32947).
> 
> - Fixed a regression in Django 3.2 that caused the incorrect offset
>    extraction from fixed offset timezones (#32992).
> 
> https://docs.djangoproject.com/en/3.2/releases/3.2.6/
> https://docs.djangoproject.com/en/3.2/releases/3.2.7/
> 
> Signed-off-by: Peter Korsgaard <peter at korsgaard.com>

  Applied to master, thanks.

  Regards,
  Arnout

> ---
>   package/python-django/python-django.hash | 4 ++--
>   package/python-django/python-django.mk   | 4 ++--
>   2 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/package/python-django/python-django.hash b/package/python-django/python-django.hash
> index 2f5f96a501..ab89f0341c 100644
> --- a/package/python-django/python-django.hash
> +++ b/package/python-django/python-django.hash
> @@ -1,5 +1,5 @@
>   # md5, sha256 from https://pypi.org/pypi/django/json
> -md5  46e306a5a775cace03a03d5a158ff767  Django-3.2.5.tar.gz
> -sha256  3da05fea54fdec2315b54a563d5b59f3b4e2b1e69c3a5841dda35019c01855cd  Django-3.2.5.tar.gz
> +md5  2ade1eecca77640abbde6c4589da27dd  Django-3.2.7.tar.gz
> +sha256  95b318319d6997bac3595517101ad9cc83fe5672ac498ba48d1a410f47afecd2  Django-3.2.7.tar.gz
>   # Locally computed sha256 checksums
>   sha256  b846415d1b514e9c1dff14a22deb906d794bc546ca6129f950a18cd091e2a669  LICENSE
> diff --git a/package/python-django/python-django.mk b/package/python-django/python-django.mk
> index 1603063beb..0850aa1358 100644
> --- a/package/python-django/python-django.mk
> +++ b/package/python-django/python-django.mk
> @@ -4,10 +4,10 @@
>   #
>   ################################################################################
>   
> -PYTHON_DJANGO_VERSION = 3.2.5
> +PYTHON_DJANGO_VERSION = 3.2.7
>   PYTHON_DJANGO_SOURCE = Django-$(PYTHON_DJANGO_VERSION).tar.gz
>   # The official Django site has an unpractical URL
> -PYTHON_DJANGO_SITE = https://files.pythonhosted.org/packages/95/3b/468fa33908feefac03c0a773bd73bb8a1ab1fb4ee06e9dd62d24981f4603
> +PYTHON_DJANGO_SITE = https://files.pythonhosted.org/packages/59/45/c6fbb3a206df0b7dc3e6e8fae738e042c63d4ddf828c6e1ba10d7417a1d9
>   PYTHON_DJANGO_LICENSE = BSD-3-Clause
>   PYTHON_DJANGO_LICENSE_FILES = LICENSE
>   PYTHON_DJANGO_CPE_ID_VENDOR = djangoproject
> 


More information about the buildroot mailing list