Hello community,
here is the log from the commit of package python-django-redis for
openSUSE:Leap:15.2 checked in at 2020-02-23 16:47:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-django-redis (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-django-redis.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-redis"
Sun Feb 23 16:47:28 2020 rev:3 rq:776578 version:4.11.0
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/python-django-redis/python-django-redis.changes
2020-01-15 15:48:40.275433816 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-django-redis.new.26092/python-django-redis.changes
2020-02-23 16:47:28.998322011 +0100
@@ -1,0 +2,12 @@
+Tue Jan 7 09:06:59 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Update to 4.11.0:
+ * Added support for Python 3.8.
+ * Added support for Django 2.2 and 3.0.
+ * Changed msgpack-python soft dependency to msgpack.
+ * Fixed .touch() method for sharded client.
+ * Fixed prefix escaping for the sharded client.
+ * Fixed .add() method to return a bool.
+- Remove merged tests-fix-urls.patch
+
+-------------------------------------------------------------------
Old:
----
django-redis-4.10.0.tar.gz
tests-fix-urls.patch
New:
----
django-redis-4.11.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-redis.spec ++++++
--- /var/tmp/diff_new_pack.Edea9y/_old 2020-02-23 16:47:29.626323218 +0100
+++ /var/tmp/diff_new_pack.Edea9y/_new 2020-02-23 16:47:29.626323218 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-django-redis
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,17 +17,16 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
Name: python-django-redis
-Version: 4.10.0
+Version: 4.11.0
Release: 0
Summary: A redis cache backend for Django
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/niwibe/django-redis
Source:
https://files.pythonhosted.org/packages/source/d/django-redis/django-redis-%{version}.tar.gz
-# Fix tests to be compatible with Python 3 url parser.
-Patch0: tests-fix-urls.patch
-BuildRequires: %{python_module Django >= 1.11}
+BuildRequires: %{python_module Django >= 2.2}
BuildRequires: %{python_module lz4 >= 0.15}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module msgpack >= 0.4.6}
@@ -37,7 +36,7 @@
BuildRequires: fdupes
BuildRequires: psmisc
BuildRequires: python-rpm-macros
-Requires: python-Django >= 1.11
+Requires: python-Django >= 2.2
Requires: python-lz4 >= 0.15
Requires: python-msgpack >= 0.4.6
Requires: python-redis >= 2.10.0
@@ -49,7 +48,6 @@
%prep
%setup -q -n django-redis-%{version}
-%patch0 -p1
%build
%python_build
++++++ django-redis-4.10.0.tar.gz -> django-redis-4.11.0.tar.gz ++++++
++++ 4182 lines of diff (skipped)