Hello community,

here is the log from the commit of package python-Django for openSUSE:Factory 
checked in at 2020-05-09 19:51:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Django (Old)
 and      /work/SRC/openSUSE:Factory/.python-Django.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Django"

Sat May  9 19:51:46 2020 rev:64 rq:800883 version:3.0.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Django/python-Django.changes      
2020-04-05 20:52:41.277133409 +0200
+++ /work/SRC/openSUSE:Factory/.python-Django.new.2738/python-Django.changes    
2020-05-09 19:51:57.668787230 +0200
@@ -1,0 +2,18 @@
+Thu Apr 30 05:14:28 UTC 2020 - Tomáš Chvátal <tchva...@suse.com>
+
+- Add patch to fix the 32bit build:
+  * 32bit.patch
+
+-------------------------------------------------------------------
+Thu Apr 23 16:58:12 UTC 2020 - Marcus Rueckert <mrueck...@suse.de>
+
+- Update to 3.0.5 
+  https://docs.djangoproject.com/en/3.0/releases/3.0.5/
+  https://docs.djangoproject.com/en/3.0/releases/3.0.4/
+  https://docs.djangoproject.com/en/3.0/releases/3.0.3/
+  https://docs.djangoproject.com/en/3.0/releases/3.0.2/
+  https://docs.djangoproject.com/en/3.0/releases/3.0.1/
+  https://docs.djangoproject.com/en/3.0/releases/3.0/
+- new dependency: python-asgiref
+
+-------------------------------------------------------------------

Old:
----
  Django-2.2.12.tar.gz
  Django-2.2.12.tar.gz.asc

New:
----
  32bit.patch
  Django-3.0.5.tar.gz
  Django-3.0.5.tar.gz.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-Django.spec ++++++
--- /var/tmp/diff_new_pack.S2P4fx/_old  2020-05-09 19:51:58.500789017 +0200
+++ /var/tmp/diff_new_pack.S2P4fx/_new  2020-05-09 19:51:58.500789017 +0200
@@ -23,22 +23,24 @@
 %bcond_with memcached
 Name:           python-Django
 # We want support LTS versions of Django -  numbered 2.2 -> 3.2 -> 4.2 etc
-Version:        2.2.12
+Version:        3.0.5
 Release:        0
 Summary:        A high-level Python Web framework
 License:        BSD-3-Clause
 URL:            https://www.djangoproject.com
-Source:         
https://www.djangoproject.com/m/releases/2.2/Django-%{version}.tar.gz
+Source:         
https://www.djangoproject.com/m/releases/3.0/Django-%{version}.tar.gz
 Source1:        
https://www.djangoproject.com/m/pgp/Django-%{version}.checksum.txt#/Django-%{version}.tar.gz.asc
 Source2:        %{name}.keyring
 Source99:       python-Django-rpmlintrc
 Patch0:         i18n_test.patch
 Patch1:         test_clear_site_cache-sort.patch
 Patch2:         fix-selenium-test.patch
+Patch3:         32bit.patch
 BuildRequires:  %{python_module Jinja2 >= 2.9.2}
 BuildRequires:  %{python_module Pillow}
 BuildRequires:  %{python_module PyYAML}
 BuildRequires:  %{python_module argon2-cffi >= 16.1.0}
+BuildRequires:  %{python_module asgiref}
 BuildRequires:  %{python_module base >= 3.5}
 BuildRequires:  %{python_module bcrypt}
 BuildRequires:  %{python_module docutils}
@@ -46,7 +48,7 @@
 BuildRequires:  %{python_module numpy}
 BuildRequires:  %{python_module pytz}
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module sqlparse}
+BuildRequires:  %{python_module sqlparse >= 0.2.2}
 BuildRequires:  %{python_module tblib}
 BuildRequires:  %{pythons}
 BuildRequires:  fdupes
@@ -54,9 +56,10 @@
 Requires:       python
 Requires:       python-Pillow
 Requires:       python-argon2-cffi >= 16.1.0
+Requires:       python-asgiref
 Requires:       python-pytz
 Requires:       python-setuptools
-Requires:       python-sqlparse
+Requires:       python-sqlparse >= 0.2.2
 Requires(post): update-alternatives
 Requires(preun): update-alternatives
 Recommends:     python-Jinja2 >= 2.9.2
@@ -97,9 +100,7 @@
 echo "`grep -e '^[0-9a-f]\{64\}  Django-%{version}.tar.gz' %{SOURCE1} | cut 
-c1-64`  %{SOURCE0}" | sha256sum -c
 
 %setup -q -n Django-%{version}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%autopatch -p1
 chmod a-x django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.js
 
 %build

++++++ 32bit.patch ++++++
>From f12162107327b88a2f1faaab15d048e2535ec642 Mon Sep 17 00:00:00 2001
From: Hasan Ramezani <hasan....@gmail.com>
Date: Wed, 29 Apr 2020 23:22:41 +0200
Subject: [PATCH] Fixed #31521 -- Skipped test_parsing_rfc850 test on 32-bit
 systems.

---
 tests/utils_tests/test_http.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/utils_tests/test_http.py b/tests/utils_tests/test_http.py
index ed6824429d51..aa9f194a8a53 100644
--- a/tests/utils_tests/test_http.py
+++ b/tests/utils_tests/test_http.py
@@ -1,3 +1,4 @@
+import platform
 import unittest
 from datetime import datetime
 from unittest import mock
@@ -317,6 +318,7 @@ def test_parsing_rfc1123(self):
         parsed = parse_http_date('Sun, 06 Nov 1994 08:49:37 GMT')
         self.assertEqual(datetime.utcfromtimestamp(parsed), datetime(1994, 11, 
6, 8, 49, 37))
 
+    @unittest.skipIf(platform.architecture()[0] == '32bit', 'The Year 2038 
problem.')
     @mock.patch('django.utils.http.datetime.datetime')
     def test_parsing_rfc850(self, mocked_datetime):
         mocked_datetime.side_effect = datetime
++++++ Django-2.2.12.tar.gz -> Django-3.0.5.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-Django/Django-2.2.12.tar.gz 
/work/SRC/openSUSE:Factory/.python-Django.new.2738/Django-3.0.5.tar.gz differ: 
char 5, line 1

++++++ Django-2.2.12.tar.gz.asc -> Django-3.0.5.tar.gz.asc ++++++
--- /work/SRC/openSUSE:Factory/python-Django/Django-2.2.12.tar.gz.asc   
2020-04-05 20:52:41.253133386 +0200
+++ /work/SRC/openSUSE:Factory/.python-Django.new.2738/Django-3.0.5.tar.gz.asc  
2020-05-09 19:51:57.504786879 +0200
@@ -2,7 +2,7 @@
 Hash: SHA256
 
 This file contains MD5, SHA1, and SHA256 checksums for the source-code
-tarball and wheel files of Django 2.2.12, released April 1, 2020.
+tarball and wheel files of Django 3.0.5, released April 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
@@ -24,39 +24,39 @@
 Release packages:
 =================
 
-https://www.djangoproject.com/m/releases/2.2/Django-2.2.12.tar.gz
-https://www.djangoproject.com/m/releases/2.2/Django-2.2.12-py3-none-any.whl
+https://www.djangoproject.com/m/releases/3.0/Django-3.0.5.tar.gz
+https://www.djangoproject.com/m/releases/3.0/Django-3.0.5-py3-none-any.whl
 
 MD5 checksums
 =============
 
-6dc321ea9b123320702f678cc7287352  Django-2.2.12.tar.gz
-9c6ffef77bb3d9eaf4abf76574b37656  Django-2.2.12-py3-none-any.whl
+592912b4d708ef45e6cc85b44a24fcc2  Django-3.0.5.tar.gz
+d9ef2b8c88dae4b65b789c6821c36114  Django-3.0.5-py3-none-any.whl
 
 SHA1 checksums
 ==============
 
-5df3303956e1e7f506dc382a79375276131ac709  Django-2.2.12.tar.gz
-ac24f9ecfa1c8d899657d436b1a59c2fc2811391  Django-2.2.12-py3-none-any.whl
+89094ee833129ece09dc27d2e59cc61462733d4a  Django-3.0.5.tar.gz
+0ed097747564888d42e94bb2b1fbada6216b7236  Django-3.0.5-py3-none-any.whl
 
 SHA256 checksums
 ================
 
-69897097095f336d5aeef45b4103dceae51c00afa6d3ae198a2a18e519791b7a  
Django-2.2.12.tar.gz
-6ecd229e1815d4fc5240fc98f1cca78c41e7a8cd3e3f2eefadc4735031077916  
Django-2.2.12-py3-none-any.whl
+d4666c2edefa38c5ede0ec1655424c56dc47ceb04b6d8d62a7eac09db89545c1  
Django-3.0.5.tar.gz
+642d8eceab321ca743ae71e0f985ff8fdca59f07aab3a9fb362c617d23e33a76  
Django-3.0.5-py3-none-any.whl
 -----BEGIN PGP SIGNATURE-----
 
-iQIzBAEBCAAdFiEE/l+2OHah1xioxnVW4X31yCtPnQAFAl6ERmQACgkQ4X31yCtP
-nQDh7A/9FdT6kmy8ghmg9633Wc7kTQyPYI/JuBVMMZtaWqY01C367gbT/3Uaov3G
-6UbedU3KGVi6X03xLlopvesZ7drtCtsTzhtGqkR5DZd5BQDZE9yLirfOCtsDT7Tw
-zYXZNQ//nKWfquEQtWY20xzov7OCvy4EGhjoFZLAyAUVBOs+8laq+IwiKgs7IV+9
-6nuHipO5U7l+gYCZpN7k9sZ+i5qKyFy7b7nGAIdzdX714YM08JdTv1vM2d05sJ6Z
-/X5yZO9C71KNuHkUB7hVWJrcwBvcDZCtiIj8KvML+RhJxiGJVstPGzraWCw+r983
-HOPEL93LE/xQ6VvG5rxWXWkIXw0RE5NXzaQJvdKrNm6sxIN0HR5D7lu0leiUFneQ
-KAOlNFUw/EqEUzuPNme3siUzJK6U+aoTTdHjoDY9aRc/k+SNfMe6so3+qkrq6cig
-Hz5KcTpQAusw/BldnciVJggE1NhqOentrecqQxMVsWQPySC3VAUIJrpOf013Tg7z
-59f2CjpBw2h7M07IGBUhjUGJHLamS6IJYVeoJ1KdJXqYqmg9kcb8ZUTJJOIerOoi
-p27TGhvab5Ok0zmiQgP0zF6kZRSVnWagXx7ZGtBRNxmcIhv+a9p2W8uWvho1A2yP
-BhUCrX2GyEJ+Ee2AzAUQL15g6bweoE/rr9h6pLaaBSKCTrL+GYU=
-=CXge
+iQIzBAEBCAAdFiEE/l+2OHah1xioxnVW4X31yCtPnQAFAl6ESAYACgkQ4X31yCtP
+nQC0rxAAifyGMFDcaG7opGljMsBLzGbYJNVthOM2VGdDIcrGooyX1E9ilft/RJRS
+vQngq5C8mHsEfKJJKPztTevtbxRSRqZBn2sb+foGnzKDFJXWJ+RUosBencKPBQ6d
+aJtu5D2NMobKrvp/jkHWsU/FGLmcWxF/CsTeomR+deYFAk6Lp6HhDeGmENK2t7WI
+SFMApIecOJ6Qg8nPcq9GCSWJhDXJjZnkwLeel4D3erKzxw7O+/FBIgiz58YklQpj
+CCTJQTO5aOsDJH8Nb1qcclMsjU2aq6HwQreu1wde0KuTTGqp7GNjbXW6Dag+gEwc
+NBrQrLb/7jGRaXO6+0NMvzXr+52O30nRzgtjSiqPRS/onpsMytG0B0F9DuxTjBdZ
+a5Iamtutjik3ncq36szXAU6QfYqiZSlWCcrvYlzNlAP3tHarvgiNC4+diDKCqHVp
+3aI9WAjI8ycQzHGTwvubP7PsrJ1aqHEjVT5MUj/9+EFJIREfbfr7n/6Psx040ZCG
+DH+gG77xA4FHsIiD+GQF3rKuO0FBX8XDzt67ZYAbKh6J80bDCOJCzArGvbv7z0H1
+AyLdLCLzkQz2WpFkFKxwy4kc8E7IUOIB5kB+xEpA2zjhSLsPmidkGyygsGYVNq1w
+VLplygxTltPnuMasPpHdYRYgozMP7k5vlAN/tjNMUxN1A5DHR6Q=
+=UCTY
 -----END PGP SIGNATURE-----



Reply via email to