Hello community, here is the log from the commit of package python-Django for openSUSE:Factory checked in at 2019-11-04 17:03:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Django (Old) and /work/SRC/openSUSE:Factory/.python-Django.new.2990 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Django" Mon Nov 4 17:03:50 2019 rev:56 rq:735855 version:2.2.6 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Django/python-Django.changes 2019-09-23 12:18:06.033799982 +0200 +++ /work/SRC/openSUSE:Factory/.python-Django.new.2990/python-Django.changes 2019-11-04 17:03:55.112101656 +0100 @@ -1,0 +2,10 @@ +Mon Oct 7 13:15:57 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Update to 2.2.6: + * Fixed migrations crash on SQLite when altering a model + containing partial indexes (#30754). + * Fixed a regression in Django 2.2.4 that caused a crash when + filtering with a Subquery() annotation of a queryset containing + JSONField or HStoreField (#30769). + +------------------------------------------------------------------- Old: ---- Django-2.2.5.tar.gz Django-2.2.5.tar.gz.asc New: ---- Django-2.2.6.tar.gz Django-2.2.6.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Django.spec ++++++ --- /var/tmp/diff_new_pack.VZpUyt/_old 2019-11-04 17:03:57.268103959 +0100 +++ /var/tmp/diff_new_pack.VZpUyt/_new 2019-11-04 17:03:57.300103994 +0100 @@ -16,19 +16,18 @@ # +%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 # Selenium and memcached are not operational %bcond_with selenium %bcond_with memcached -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 Name: python-Django # We want support LTS versions of Django - odd numbered 2.2 -> 2.4 -> 2.6 -> 3.0 etc -Version: 2.2.5 +Version: 2.2.6 Release: 0 Summary: A high-level Python Web framework License: BSD-3-Clause -Group: Development/Languages/Python -URL: http://www.djangoproject.com +URL: https://www.djangoproject.com Source: https://www.djangoproject.com/m/releases/2.2/Django-%{version}.tar.gz Source1: https://www.djangoproject.com/m/pgp/Django-%{version}.checksum.txt#/Django-%{version}.tar.gz.asc Source2: %{name}.keyring @@ -50,19 +49,6 @@ BuildRequires: %{python_module tblib} BuildRequires: fdupes BuildRequires: python-rpm-macros -%if %{with memcached} -BuildRequires: %{python_module pylibmc} -BuildRequires: %{python_module python-memcached >= 1.59} -%endif -%if %{with selenium} -# python-selenium is supported only on the Intel architecture. -# Additionally chromedriver is only available on x86_64. -%ifarch %{ix86} x86_64 -BuildRequires: %{python_module selenium} -BuildRequires: chromedriver -BuildRequires: xvfb-run -%endif -%endif Requires: python-Pillow Requires: python-argon2-cffi >= 16.1.0 Requires: python-pytz @@ -82,6 +68,19 @@ Provides: python3-South = %{version} Obsoletes: python3-South < %{version} BuildArch: noarch +%if %{with memcached} +BuildRequires: %{python_module pylibmc} +BuildRequires: %{python_module python-memcached >= 1.59} +%endif +%if %{with selenium} +# python-selenium is supported only on the Intel architecture. +# Additionally chromedriver is only available on x86_64. +%ifarch %{ix86} x86_64 +BuildRequires: %{python_module selenium} +BuildRequires: chromedriver +BuildRequires: xvfb-run +%endif +%endif %python_subpackages %description ++++++ Django-2.2.5.tar.gz -> Django-2.2.6.tar.gz ++++++ /work/SRC/openSUSE:Factory/python-Django/Django-2.2.5.tar.gz /work/SRC/openSUSE:Factory/.python-Django.new.2990/Django-2.2.6.tar.gz differ: char 5, line 1 ++++++ Django-2.2.5.tar.gz.asc -> Django-2.2.6.tar.gz.asc ++++++ --- /work/SRC/openSUSE:Factory/python-Django/Django-2.2.5.tar.gz.asc 2019-09-23 12:18:04.829800179 +0200 +++ /work/SRC/openSUSE:Factory/.python-Django.new.2990/Django-2.2.6.tar.gz.asc 2019-11-04 17:03:53.996100464 +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.5, released September 2, 2019. +tarball and wheel files of Django 2.2.6, released October 1, 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 ``2EF56372BA48CD1B`` and can be imported from the MIT +the ID ``E17DF5C82B4F9D00`` 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 + gpg --keyserver pgp.mit.edu --recv-key E17DF5C82B4F9D00 Once the key is imported, verify this file:: @@ -24,40 +24,39 @@ Release packages: ================= -https://www.djangoproject.com/m/releases/2.2/Django-2.2.5.tar.gz -https://www.djangoproject.com/m/releases/2.2/Django-2.2.5-py3-none-any.whl +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 MD5 checksums ============= -a48efbcf951c1320feefb2841500e997 Django-2.2.5.tar.gz -a3b581f61effe58a8dfd765e4d960ce0 Django-2.2.5-py3-none-any.whl +796c175a2f94e938c60d84b4565216af Django-2.2.6.tar.gz +b44e5fdbabf8a34b4748b226979561ac Django-2.2.6-py3-none-any.whl SHA1 checksums ============== -27e251a943ef68f0e75f4107007e947e4e85ba26 Django-2.2.5.tar.gz -aca6c6991d9801ec9dc1517c12755b04be856a01 Django-2.2.5-py3-none-any.whl +eab4390e80cfed25a78bfdf9e90bde8a465fcfb7 Django-2.2.6.tar.gz +abeebee80b4c49c6c43dc99889beb636a779c436 Django-2.2.6-py3-none-any.whl SHA256 checksums ================ -deb70aa038e59b58593673b15e9a711d1e5ccd941b5973b30750d5d026abfd56 Django-2.2.5.tar.gz -148a4a2d1a85b23883b0a4e99ab7718f518a83675e4485e44dc0c1d36988c5fa Django-2.2.5-py3-none-any.whl +a8ca1033acac9f33995eb2209a6bf18a4681c3e5269a878e9a7e0b7384ed1ca3 Django-2.2.6.tar.gz +4025317ca01f75fc79250ff7262a06d8ba97cd4f82e93394b2a0a6a4a925caeb Django-2.2.6-py3-none-any.whl -----BEGIN PGP SIGNATURE----- -iQJPBAEBCAA5FiEEq7LCqM0B8WE2GLcNLvVjcrpIzRsFAl1stq4bHGZlbGlzaWFr -Lm1hcml1c3pAZ21haWwuY29tAAoJEC71Y3K6SM0b5p4QAKzMjmLBF+/4LuLk4J0F -dUXUBYR5Ie+eUxsRIdu5AWP4OBGK7dJoIe5FMN79Efch0eePdYngmxDHxSu04/+/ -NmtvB4kjXNwZW15eP8OT46l27g2zJxFBkRNQghe4Tjt4bJjKz8SxF6pZGMjS03iJ -RIKI7JFnj21/+Elw1LgImViP9uKzLEauHM4lMW11uaQ9VvLQmk6YJ8YHSmq/AXJw -ufYLKY46G2uU92/zMTbRi0XbU0CBev2F7VL7+NykdBlfwPvg5CjXlCg0u0He4nO4 -Uh2gLPGrbS9Y6Dp60TZ0yreYRuDTBo4zJD/eTWZjr2hPlnOTfFMZciLrhbr9Bur9 -2CcYmsPoo1RGwKIe0ekbGZtvl68GDyaLwS8TtkZaFUw0homnQrWnAHxwhoW3JKEN -lzqA+egcJf7SjvCXzq2Vib5AF5pkY90LIbEAADtWpquVyo7j1zMQ1Z3PchqFy26m -4XE96ZBbfwiz2awDN3a8fau+ZP3Zi/2ZOGhixXIzx1+0XwIpLKZhMguia8hHides -F78fUvRUVtVK51gJ2bGoU1r4CEZzzgWrne9rsJHvYdcB9537EoBotHjATswUUKBu -VycuOBfxiBvPZDi6OVpF0EtXDW/nenOVxSIai1qNQEXWKX+NxF0lOu5Pg+l0cqBf -6r0oiEGx53cBVP3CZKSl6B1B -=VImx +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 -----END PGP SIGNATURE-----
