Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pyLibravatar for
openSUSE:Factory checked in at 2026-04-10 23:44:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyLibravatar (Old)
and /work/SRC/openSUSE:Factory/.python-pyLibravatar.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyLibravatar"
Fri Apr 10 23:44:56 2026 rev:5 rq:1345933 version:2.0.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyLibravatar/python-pyLibravatar.changes
2025-06-04 20:29:03.126222660 +0200
+++
/work/SRC/openSUSE:Factory/.python-pyLibravatar.new.21863/python-pyLibravatar.changes
2026-04-10 23:45:01.883616101 +0200
@@ -1,0 +2,11 @@
+Fri Apr 10 17:48:57 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 2.0.2:
+ * This release is a hotfix to ensure federated avatars are
+ handled correctly again.
+ * This release mainly drops Python 2.x support
+ * However, we also moved this code to GitHub, added automated
+ (CI) tests, use pre-commit and followed PEP standards as good
+ as we can (yes, including type hints).
+
+-------------------------------------------------------------------
Old:
----
pyLibravatar-1.7.tar.gz
New:
----
pylibravatar-2.0.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pyLibravatar.spec ++++++
--- /var/tmp/diff_new_pack.DcmZeE/_old 2026-04-10 23:45:02.655647861 +0200
+++ /var/tmp/diff_new_pack.DcmZeE/_new 2026-04-10 23:45:02.659648025 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-pyLibravatar
#
-# 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
@@ -17,20 +17,19 @@
Name: python-pyLibravatar
-Version: 1.7
+Version: 2.0.2
Release: 0
Summary: Python module for Libravatar
License: MIT
-URL: https://launchpad.net/pylibravatar
-Source:
https://files.pythonhosted.org/packages/source/p/pyLibravatar/pyLibravatar-%{version}.tar.gz
+URL: https://github.com/libravatar/pylibravatar
+Source:
https://files.pythonhosted.org/packages/source/p/pyLibravatar/pylibravatar-%{version}.tar.gz
+BuildRequires: %{python_module dnspython >= 2.0.0}
BuildRequires: %{python_module pip}
-BuildRequires: %{python_module py3dns}
-BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module setuptools >= 61.0}
BuildRequires: %{python_module wheel}
-BuildRequires: dos2unix
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python-py3dns
+Requires: python-dnspython >= 2.0.0
BuildArch: noarch
%python_subpackages
@@ -39,8 +38,7 @@
avatar hosting service from within Python applications.
%prep
-%setup -q -n pyLibravatar-%{version}
-dos2unix *.txt
+%setup -q -n pylibravatar-%{version}
%build
%pyproject_wheel
@@ -50,8 +48,8 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
-%license README.txt
-%doc README.txt Changelog.txt
+%license README.md
+%doc README.md
%{python_sitelib}/libravatar.py
%{python_sitelib}/py[Ll]ibravatar-%{version}*-info
%pycache_only %{python_sitelib}/__pycache__/libravatar*