Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-django-gravatar2 for
openSUSE:Factory checked in at 2026-04-01 19:52:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-gravatar2 (Old)
and /work/SRC/openSUSE:Factory/.python-django-gravatar2.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-gravatar2"
Wed Apr 1 19:52:16 2026 rev:7 rq:1344056 version:1.4.5
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-gravatar2/python-django-gravatar2.changes
2025-06-03 17:53:52.078422879 +0200
+++
/work/SRC/openSUSE:Factory/.python-django-gravatar2.new.21863/python-django-gravatar2.changes
2026-04-01 19:53:52.929238977 +0200
@@ -1,0 +2,6 @@
+Wed Apr 1 07:46:25 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 1.4.5:
+ * escape alt text in templating before marking safe
+
+-------------------------------------------------------------------
Old:
----
django-gravatar2-1.4.4.tar.gz
New:
----
django_gravatar2-1.4.5.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-gravatar2.spec ++++++
--- /var/tmp/diff_new_pack.85d1jf/_old 2026-04-01 19:53:53.901279352 +0200
+++ /var/tmp/diff_new_pack.85d1jf/_new 2026-04-01 19:53:53.917280017 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-django-gravatar2
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,12 @@
%{?sle15_python_module_pythons}
Name: python-django-gravatar2
-Version: 1.4.4
+Version: 1.4.5
Release: 0
Summary: Gravatar Support for Django
License: MIT
URL: https://github.com/twaddington/django-gravatar
-Source:
https://files.pythonhosted.org/packages/source/d/django-gravatar2/django-gravatar2-%{version}.tar.gz
+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 pip}
@@ -43,7 +43,7 @@
Essential Gravatar support for Django. Features helper methods, templatetags
and a full test suite!
%prep
-%autosetup -p1 -n django-gravatar2-%{version}
+%autosetup -p1 -n django_gravatar2-%{version}
%build
%pyproject_wheel