1
0
forked from pool/python-Django

- update to 3.0.9

* Allowed setting the SameSite cookie flag in HttpResponse.delete_cookie()
 * Fixed crash when sending emails to addresses with display names longer than
    75 chars on Python 3.6.11+, 3.7.8+, and 3.8.4+

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-Django?expand=0&rev=66
This commit is contained in:
2020-08-06 11:37:58 +00:00
committed by Git OBS Bridge
parent a836e40a12
commit a713776f6e
6 changed files with 75 additions and 67 deletions

View File

@@ -23,7 +23,7 @@
%bcond_with memcached
Name: python-Django
# We want support LTS versions of Django - numbered 2.2 -> 3.2 -> 4.2 etc
Version: 3.0.8
Version: 3.0.9
Release: 0
Summary: A high-level Python Web framework
License: BSD-3-Clause