Hello community,
here is the log from the commit of package python-django-redis for
openSUSE:Factory checked in at 2020-08-15 21:18:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-redis (Old)
and /work/SRC/openSUSE:Factory/.python-django-redis.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-redis"
Sat Aug 15 21:18:49 2020 rev:7 rq:825346 version:4.12.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-django-redis/python-django-redis.changes
2020-04-25 20:35:23.946897384 +0200
+++
/work/SRC/openSUSE:Factory/.python-django-redis.new.3399/python-django-redis.changes
2020-08-15 21:19:28.975592607 +0200
@@ -1,0 +2,16 @@
+Fri Jun 12 11:15:44 UTC 2020 - Ondřej Súkup <[email protected]>
+
+- update to 4.12.1
+- drop msgpack-1.patch
+ * moved under jazzband.co
+ * Removed support for end-of-life Django
+ * Removed support for unmaintained redis-py 2.X.
+ * Changed uses of deprecated smart_text() to smart_str().
+ * Fixed deprecation warning with the msgpack serializer.
+ * The .touch() method now uses the default timeout, to cache forever pass
None.
+ * Subclasses of JSONSerializer can now override the encoder_class attribute
+ to change the JSON encoder. It defaults to DjangoJSONEncoder.
+ * Fixed DefaultClient.set() to work with empty Pipeline.
+ * The thread_local parameter is now forwarded to the Redis client.
+
+-------------------------------------------------------------------
Old:
----
django-redis-4.11.0.tar.gz
msgpack-1.patch
New:
----
django-redis-4.12.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-redis.spec ++++++
--- /var/tmp/diff_new_pack.UtR7sc/_old 2020-08-15 21:19:29.595592961 +0200
+++ /var/tmp/diff_new_pack.UtR7sc/_new 2020-08-15 21:19:29.599592963 +0200
@@ -19,13 +19,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-django-redis
-Version: 4.11.0
+Version: 4.12.1
Release: 0
Summary: A redis cache backend for Django
License: BSD-3-Clause
-URL: https://github.com/niwibe/django-redis
+URL: https://github.com/jazzband/django-redis
Source:
https://files.pythonhosted.org/packages/source/d/django-redis/django-redis-%{version}.tar.gz
-Patch0: msgpack-1.patch
BuildRequires: %{python_module Django >= 2.2}
BuildRequires: %{python_module lz4 >= 0.15}
BuildRequires: %{python_module mock}
@@ -48,7 +47,6 @@
%prep
%setup -q -n django-redis-%{version}
-%patch0 -p1
%build
%python_build
@@ -81,7 +79,7 @@
killall redis-server
%files %{python_files}
-%doc CHANGES.txt README.rst
+%doc README.rst
%license LICENSE
%{python_sitelib}/*
++++++ django-redis-4.11.0.tar.gz -> django-redis-4.12.1.tar.gz ++++++
++++ 3837 lines of diff (skipped)