Hello community,
here is the log from the commit of package python-django-redis for
openSUSE:Factory checked in at 2018-09-03 10:35:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-redis (Old)
and /work/SRC/openSUSE:Factory/.python-django-redis.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-redis"
Mon Sep 3 10:35:58 2018 rev:2 rq:632621 version:4.9.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-django-redis/python-django-redis.changes
2018-08-31 10:45:04.851248366 +0200
+++
/work/SRC/openSUSE:Factory/.python-django-redis.new/python-django-redis.changes
2018-09-03 10:35:59.860808113 +0200
@@ -1,0 +2,5 @@
+Fri Aug 31 20:54:39 UTC 2018 - Jan Engelhardt <[email protected]>
+
+- Trim marketing wording from description.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-redis.spec ++++++
--- /var/tmp/diff_new_pack.qyF6UK/_old 2018-09-03 10:36:00.264809158 +0200
+++ /var/tmp/diff_new_pack.qyF6UK/_new 2018-09-03 10:36:00.264809158 +0200
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via https://bugs.opensuse.org/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
@@ -20,7 +20,7 @@
Name: python-django-redis
Version: 4.9.0
Release: 0
-Summary: Full featured redis cache backend for Django
+Summary: redis cache backend for Django
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/niwibe/django-redis
@@ -31,7 +31,8 @@
BuildRequires: %{python_module msgpack >= 0.4.6}
BuildRequires: %{python_module redis >= 2.10.0}
BuildRequires: %{python_module setuptools}
-BuildRequires: fdupes psmisc
+BuildRequires: fdupes
+BuildRequires: psmisc
BuildRequires: python-rpm-macros
Requires: python-Django >= 1.11
Requires: python-lz4 >= 0.15
@@ -41,7 +42,7 @@
%python_subpackages
%description
-Full featured redis cache backend for Django.
+A redis cache backend for Django.
%prep
%setup -q -n django-redis-%{version}