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:
Ondřej Súkup 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

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:31a5fbbea5fc71c99e288ec0b2f00302a0a92c44b13ede80b73a6a4d6d205582
size 9080731

View File

@ -1,63 +0,0 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
This file contains MD5, SHA1, and SHA256 checksums for the source-code
tarball and wheel files of Django 3.0.8, released July 1, 2020.
To use this file, you will need a working install of PGP or other
compatible public-key encryption software. You will also need to have
the Django release manager's public key in your keyring; this key has
the ID ``2EF56372BA48CD1B`` and can be imported from the MIT
keyserver. For example, if using the open-source GNU Privacy Guard
implementation of PGP:
gpg --keyserver pgp.mit.edu --recv-key 2EF56372BA48CD1B
Once the key is imported, verify this file::
gpg --verify <<THIS FILENAME>>
Once you have verified this file, you can use normal MD5, SHA1, or SHA256
checksumming applications to generate the checksums of the Django
package and compare them to the checksums listed below.
Release packages:
=================
https://www.djangoproject.com/m/releases/3.0/Django-3.0.8.tar.gz
https://www.djangoproject.com/m/releases/3.0/Django-3.0.8-py3-none-any.whl
MD5 checksums
=============
bc53ba68c6a322dc1f3c03f76eadbf41 Django-3.0.8.tar.gz
f7739227c05ae04ee7df444c92d6989a Django-3.0.8-py3-none-any.whl
SHA1 checksums
==============
8c2054f2939d443096649cbdce0188718a183316 Django-3.0.8.tar.gz
30c3b556c9beb50a660e57b7a18eb6d86e1628e8 Django-3.0.8-py3-none-any.whl
SHA256 checksums
================
31a5fbbea5fc71c99e288ec0b2f00302a0a92c44b13ede80b73a6a4d6d205582 Django-3.0.8.tar.gz
5457fc953ec560c5521b41fad9e6734a4668b7ba205832191bbdff40ec61073c Django-3.0.8-py3-none-any.whl
-----BEGIN PGP SIGNATURE-----
iQJPBAEBCAA5FiEEq7LCqM0B8WE2GLcNLvVjcrpIzRsFAl78EIcbHGZlbGlzaWFr
Lm1hcml1c3pAZ21haWwuY29tAAoJEC71Y3K6SM0bUmYP/1o47PDA+LyQ9aVTc4RE
lAo8EWG/J0QKDslc+bS0p+1ClHaFEufY/MU7nv4kpl8O+21lyThlsnfIb+soyRV2
XpHPBxretxKqgdWGfbkJGSsSNx5fIp4FKdXrKwEI7KLCJKmtOZLiWi0gH/hrCQdS
fOQMXxnfszuyi6GKZc8HhXmA/Vw2OfJ7ZkWttCcRNQtRQb55nNu1oscKh9Zp4IMu
CjaxHnwUFG7qlwmlb1HLbpXa2/Z4mgwOGiDTpOuyABKQpLTlr/hHmXFRjuF60ukM
8OO5GKidS7LOheCRU/4Dh4JLBn1redsTvPuiOLuuD482OVqxrOy5Lj94XAtOh/ml
y64VyTPj0M8Tm/4ONuMWryPwpx9TqBwowMMKneY/goxQisA1hjnnh0YCJ2p2WZFL
j6HEYUJTSL7340wEAQwh2qMsU+J25QuYFEabYKO5zMLQmbVHdink2MNCwKvDHEKJ
CPSkd+XY28FQ1w2HhUZ3X4EQr4krHPc6GatLX69rmcFXfERh5GS/UTDGrGD4prFR
DuaGdQgwg3az5wfUVJJoNqpmZE6RFPmYgpElYLROXvQVfXcAFMzgl6TFHO4nv982
w7V1rQx5LOUkOADcYVGBJC1fkh1nOaC2k6yvRHQ0SlJ8XiEIN0eOjs9AOULRAvYY
ps1Owyhby5wE1WeAxut9v0Uf
=XtWY
-----END PGP SIGNATURE-----

3
Django-3.0.9.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c22b4cd8e388f8219dc121f091e53a8701f9f5bca9aa132b5254263cab516215
size 9081099

63
Django-3.0.9.tar.gz.asc Normal file
View File

@ -0,0 +1,63 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
This file contains MD5, SHA1, and SHA256 checksums for the source-code
tarball and wheel files of Django 3.0.9, released August 3, 2020.
To use this file, you will need a working install of PGP or other
compatible public-key encryption software. You will also need to have
the Django release manager's public key in your keyring; this key has
the ID ``2EF56372BA48CD1B`` and can be imported from the MIT
keyserver. For example, if using the open-source GNU Privacy Guard
implementation of PGP:
gpg --keyserver pgp.mit.edu --recv-key 2EF56372BA48CD1B
Once the key is imported, verify this file::
gpg --verify <<THIS FILENAME>>
Once you have verified this file, you can use normal MD5, SHA1, or SHA256
checksumming applications to generate the checksums of the Django
package and compare them to the checksums listed below.
Release packages:
=================
https://www.djangoproject.com/m/releases/3.0/Django-3.0.9.tar.gz
https://www.djangoproject.com/m/releases/3.0/Django-3.0.9-py3-none-any.whl
MD5 checksums
=============
b2129e2208419655709f2d22dbfa98cf Django-3.0.9.tar.gz
1a95cfff1e7d419c16a94991de126cf1 Django-3.0.9-py3-none-any.whl
SHA1 checksums
==============
4cb299bbe188b0ecf206dfac7227fa4d6bde13db Django-3.0.9.tar.gz
2c6bb4fa87eca917475fa0664845e601d3571868 Django-3.0.9-py3-none-any.whl
SHA256 checksums
================
c22b4cd8e388f8219dc121f091e53a8701f9f5bca9aa132b5254263cab516215 Django-3.0.9.tar.gz
96fbe04e8ba0df289171e7f6970e0ff8b472bf4f909ed9e0e5beccbac7e1dbbe Django-3.0.9-py3-none-any.whl
-----BEGIN PGP SIGNATURE-----
iQJPBAEBCAA5FiEEq7LCqM0B8WE2GLcNLvVjcrpIzRsFAl8nts8bHGZlbGlzaWFr
Lm1hcml1c3pAZ21haWwuY29tAAoJEC71Y3K6SM0bQVYQAJXEzv7G7ATEdGFiO2pt
FxBtDeRLDki7VPcYd2O8fD91wURLwPtXC/FEG7bYNspomv9hLtLy8b1GQ+iUXAEn
6kwJtppn6ODrRx3p+5JH13ybDK24rKV9IbeyHAyLTm/E8sthbx+rcCPgFLqxGU2G
O9rU7GKxy8kwj87jZxde+UCekXK4EMmXRDFU7kUIAXvskI3znKZf9pSLJe2eGyOz
egjeOLxylZu1F919NTooyCyGTRmZ2yCHmTxd2+CwHXWZJg1bpn9otTYGOsBWS0xx
41UstAU4d45s6pmgDOM+j1Gmhlon9M0p/yyXa+V1dsCimz9+NGTwqkyn23xVq4Sr
25C6pMyaeEJJSczWapDqtySIxRygxSVKwTZpulv2e3D6tfDFa0QgRBNpR4HoFHSH
e6O2iVgQRngyTK8uuQCiF5amUTfFUya+LKy3OkJ5U9Qu0TG8UmtEvaXxi9Ns2PYh
fFX2XHbp/RlYfuf1fbwb1R5qFmmydtAYbzg19/iHDhWzmRo9V7n0derxPrZkzrGI
uk+qpHHLdEb/uK4jg2PHHprwdtJN4k+QkFxXJsc1LAO9/BgX/478u556UkMoSSGz
HB6OWFV/z3Co4aLt6c0rI6+2kjlycyCDPbpBBatHX2nZa94oOW2EieWweFfWuPoS
uf+ON9KAegMIKWBsh4/ecnbj
=LJcU
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Aug 6 11:36:36 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
- 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+
-------------------------------------------------------------------
Wed Jul 8 11:52:27 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>

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