Hello community,
here is the log from the commit of package python-django-gravatar2 for
openSUSE:Factory checked in at 2020-02-20 14:58:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-gravatar2 (Old)
and /work/SRC/openSUSE:Factory/.python-django-gravatar2.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-gravatar2"
Thu Feb 20 14:58:28 2020 rev:2 rq:777583 version:1.4.4
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-gravatar2/python-django-gravatar2.changes
2019-12-03 15:21:00.734544444 +0100
+++
/work/SRC/openSUSE:Factory/.python-django-gravatar2.new.26092/python-django-gravatar2.changes
2020-02-20 14:58:31.786658841 +0100
@@ -1,0 +2,7 @@
+Thu Feb 20 08:10:30 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Update to 1.4.4:
+ * minor fixes
+- Remove merged patch python-django-gravatar2-fix-testsuite.patch
+
+-------------------------------------------------------------------
Old:
----
1.4.2.tar.gz
python-django-gravatar2-fix-testsuite.patch
New:
----
django-gravatar2-1.4.4.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-gravatar2.spec ++++++
--- /var/tmp/diff_new_pack.Cw1YSP/_old 2020-02-20 14:58:33.478662162 +0100
+++ /var/tmp/diff_new_pack.Cw1YSP/_new 2020-02-20 14:58:33.510662224 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-django-gravatar2
#
-# 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
@@ -19,14 +19,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-django-gravatar2
-Version: 1.4.2
+Version: 1.4.4
Release: 0
Summary: Gravatar Support for Django
License: MIT
URL: https://github.com/twaddington/django-gravatar
-Source:
https://github.com/twaddington/django-gravatar/archive/1.4.2.tar.gz
-# https://github.com/twaddington/django-gravatar/issues/30
-Patch0: python-django-gravatar2-fix-testsuite.patch
+Source:
https://files.pythonhosted.org/packages/source/d/django-gravatar2/django-gravatar2-%{version}.tar.gz
# skip test which wants to read from https://secure.gravatar.com/avatar/
Patch1: python-django-gravatar2-skip-online-test.patch
BuildRequires: %{python_module setuptools}
@@ -44,8 +42,7 @@
Essential Gravatar support for Django. Features helper methods, templatetags
and a full test suite!
%prep
-%setup -q -n django-gravatar-%{version}
-%patch0 -p1
+%setup -q -n django-gravatar2-%{version}
%patch1 -p1
%build