Hello community,

here is the log from the commit of package python-Django for openSUSE:Factory 
checked in at 2019-11-18 20:06:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Django (Old)
 and      /work/SRC/openSUSE:Factory/.python-Django.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Django"

Mon Nov 18 20:06:33 2019 rev:57 rq:748860 version:2.2.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Django/python-Django.changes      
2019-11-04 17:03:55.112101656 +0100
+++ /work/SRC/openSUSE:Factory/.python-Django.new.26869/python-Django.changes   
2019-11-18 20:06:38.933705650 +0100
@@ -1,0 +2,14 @@
+Fri Nov 15 10:53:24 UTC 2019 - Tomáš Chvátal <tchva...@suse.com>
+
+- Update to 2.2.7:
+  * Fixed a crash when using a contains, contained_by, has_key, has_keys, or 
has_any_keys lookup on JSONField, if the right or left hand side of an 
expression is a key transform (#30826).
+  * Prevented migrate --plan from showing that RunPython operations are 
irreversible when reverse_code callables don’t have docstrings or when showing 
a forward migration plan (#30870).
+  * Fixed migrations crash on PostgreSQL when adding an Index with fields 
ordering and opclasses (#30903).
+  * Restored the ability to override get_FOO_display() (#30931).
+
+-------------------------------------------------------------------
+Fri Nov 15 07:49:06 UTC 2019 - Tomáš Chvátal <tchva...@suse.com>
+
+- Require full python interpreter on build and runtime
+
+-------------------------------------------------------------------

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

New:
----
  Django-2.2.7.tar.gz
  Django-2.2.7.tar.gz.asc

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

Other differences:
------------------
++++++ python-Django.spec ++++++
--- /var/tmp/diff_new_pack.hWE6MG/_old  2019-11-18 20:06:39.785705222 +0100
+++ /var/tmp/diff_new_pack.hWE6MG/_new  2019-11-18 20:06:39.789705220 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Django
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
 %bcond_with memcached
 Name:           python-Django
 # We want support LTS versions of Django - odd numbered 2.2 -> 2.4 -> 2.6 -> 
3.0 etc
-Version:        2.2.6
+Version:        2.2.7
 Release:        0
 Summary:        A high-level Python Web framework
 License:        BSD-3-Clause
@@ -47,8 +47,10 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module sqlparse}
 BuildRequires:  %{python_module tblib}
+BuildRequires:  %{pythons}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:       python
 Requires:       python-Pillow
 Requires:       python-argon2-cffi >= 16.1.0
 Requires:       python-pytz
@@ -121,7 +123,7 @@
 export PYTHONDONTWRITEBYTECODE=1
 %if %{with selenium}
 export PATH=%{_libdir}/chromium:$PATH
-%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} xvfb-run $python 
tests/runtests.py -v 2 --selenium=chome
+%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} xvfb-run $python 
tests/runtests.py -v 2 --selenium=chrome
 %else
 %python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} $python 
tests/runtests.py
 %endif

++++++ Django-2.2.6.tar.gz -> Django-2.2.7.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-Django/Django-2.2.6.tar.gz 
/work/SRC/openSUSE:Factory/.python-Django.new.26869/Django-2.2.7.tar.gz differ: 
char 5, line 1

++++++ Django-2.2.6.tar.gz.asc -> Django-2.2.7.tar.gz.asc ++++++
--- /work/SRC/openSUSE:Factory/python-Django/Django-2.2.6.tar.gz.asc    
2019-11-04 17:03:53.996100464 +0100
+++ /work/SRC/openSUSE:Factory/.python-Django.new.26869/Django-2.2.7.tar.gz.asc 
2019-11-18 20:06:38.097706069 +0100
@@ -2,16 +2,16 @@
 Hash: SHA256
 
 This file contains MD5, SHA1, and SHA256 checksums for the source-code
-tarball and wheel files of Django 2.2.6, released October 1, 2019.
+tarball and wheel files of Django 2.2.7, released November 4, 2019.
 
 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 ``E17DF5C82B4F9D00`` and can be imported from the MIT
+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 E17DF5C82B4F9D00
+    gpg --keyserver pgp.mit.edu --recv-key 2EF56372BA48CD1B
 
 Once the key is imported, verify this file::
 
@@ -24,39 +24,40 @@
 Release packages:
 =================
 
-https://www.djangoproject.com/m/releases/2.2/Django-2.2.6.tar.gz
-https://www.djangoproject.com/m/releases/2.2/Django-2.2.6-py3-none-any.whl
+https://www.djangoproject.com/m/releases/2.2/Django-2.2.7-py3-none-any.whl
+https://www.djangoproject.com/m/releases/2.2/Django-2.2.7.tar.gz
 
 MD5 checksums
 =============
 
-796c175a2f94e938c60d84b4565216af  Django-2.2.6.tar.gz
-b44e5fdbabf8a34b4748b226979561ac  Django-2.2.6-py3-none-any.whl
+501704dd5d29b597763a8e9dd7737f6b  Django-2.2.7-py3-none-any.whl
+b0833024aac4c8240467e4dc91a12e9b  Django-2.2.7.tar.gz
 
 SHA1 checksums
 ==============
 
-eab4390e80cfed25a78bfdf9e90bde8a465fcfb7  Django-2.2.6.tar.gz
-abeebee80b4c49c6c43dc99889beb636a779c436  Django-2.2.6-py3-none-any.whl
+40fc8e32c8d002cf44d9abebe57c24019fcda3ba  Django-2.2.7-py3-none-any.whl
+ef69a17d8547070880aba9171f2471eb4b921fed  Django-2.2.7.tar.gz
 
 SHA256 checksums
 ================
 
-a8ca1033acac9f33995eb2209a6bf18a4681c3e5269a878e9a7e0b7384ed1ca3  
Django-2.2.6.tar.gz
-4025317ca01f75fc79250ff7262a06d8ba97cd4f82e93394b2a0a6a4a925caeb  
Django-2.2.6-py3-none-any.whl
+89c2007ca4fa5b351a51a279eccff298520783b713bf28efb89dfb81c80ea49b  
Django-2.2.7-py3-none-any.whl
+16040e1288c6c9f68c6da2fe75ebde83c0a158f6f5d54f4c5177b0c1478c5b86  
Django-2.2.7.tar.gz
 -----BEGIN PGP SIGNATURE-----
 
-iQIzBAEBCAAdFiEE/l+2OHah1xioxnVW4X31yCtPnQAFAl2TDlAACgkQ4X31yCtP
-nQD3eg//cQm0T065XMOFn6qL+bOLco0ls2BYaQ4JX3JOZJ5BVSfFI5/qAnE0OX7L
-4je+W/KyjApSlv+hein0cJjQcMPG/mUpatLNG72bqbTlC1rTxUL0tqNGPycYma+G
-KJYjYgzrrzQaS/2PTgrVVgLu2hQj+y2DGnZ2juPTa1xvJMTwuxmAo/xMBcLyfaQl
-c77wn76V5yTbEfwR+cUlEpUpDYpZI3lfKhBEFS/Q7umn77WFdorBCfG3BgmA+OKx
-3F8+jSAt9+Gj8u1dyp1G7xoc/AmKbmndBcp+VMO6PXPoruOTaUiUjn+jK0wLfEnY
-oJ2+pgexzFfuSpSuG+BUL2Eyc64zFJrixMrb7UXTbTgVl2VAnPQMaD0R5GFQANQq
-b6LFtpRPe4SL9jgn6n3VqYJm09up7UxwcyTtTgZ4A4fNr6cwa3TFsVScIX8lPDv/
-5uyDYM+cEmi/2fBnVPKWY4y/WC0igddOolGuAtae4rrBR8AwFQg+LcxmsMOv54/q
-AlfcxSFY/tuhQN+wZtiN/HGRhXFuIymRZyEdXEy6uhS1aW8myadPbq7qLgbQ12TX
-SZo8LQLhr65fGHkgqT1APV8vp81Eo7S87ywp39EAlY91wJbG20M64XrJOYt/QnWv
-GQYEncCequpQLY4S9vG32AqaAk/rEWL1eiaxyx4ZSInIkjTqKDY=
-=GXLs
+iQJPBAEBCAA5FiEEq7LCqM0B8WE2GLcNLvVjcrpIzRsFAl2/2JUbHGZlbGlzaWFr
+Lm1hcml1c3pAZ21haWwuY29tAAoJEC71Y3K6SM0bzCIQAKaFzUHrxUJeFrgrkcUZ
+LvCa3IjyuDJlHWzavSSjf7ZXQR3de52VUDtNwdD5yByMQpn/s/UWqKlKu8c7fh2V
++xagzCXYAbYbFyjoinZiZib7SPAffDITyFyy3FgxHNMS/g7pmuBPxic4oYyL0poP
+OA1H26x4TpOWDCRLh9FncTWIkJusSekqsjjDKbfRr9GvkbAR9ueRfOFZn96PuOTF
+JUcpkbntdZzVChl90LHDMuJywSURChcoOci66fmaMXMoTblbBpdX1gTwNJeW4//d
+WZb3LMbB9vq41XEnjttlcYXHrWNqsDSqkOB6kqa+dh6TLe0mmDpiphnDotHCHL6V
+1PII9yVLUZ1l6vL36iXoWQaOPIeLbtRDYzk/IURY3QKE69FGxTOsVqbwMnS5jJvn
+maOGtaYch/NWnRHVMoIO5+bh9SRkS+1wO3a6EFzl69TuVW5fm6vqfuDnknd24UEA
+6UCsWhEQoG9ot6AyTXDTARQVrE5K2ujDheMiNXKqbAv+QUcjf3BzECdwBGC9LvAi
+j3FkXTJ/Q1XUQaYZRJsELRNMs5DOrBTZ8/6EEVuP6gOQosbHaCzlcyGxqF6JpcYy
+NOxAmKDVyvBS/N5WsgAQCVO7jeV7ytUN7rgUtruKW7GMUhUqq1h+Mg1QFy53lqip
+U4wWM0jrmAxNBCw3hbqiaQQZ
+=xLL3
 -----END PGP SIGNATURE-----



Reply via email to