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 2025-06-04 20:28:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyLibravatar (Old)
 and      /work/SRC/openSUSE:Factory/.python-pyLibravatar.new.16005 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pyLibravatar"

Wed Jun  4 20:28:56 2025 rev:4 rq:1282594 version:1.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyLibravatar/python-pyLibravatar.changes  
2020-04-23 18:33:24.200428157 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pyLibravatar.new.16005/python-pyLibravatar.changes
       2025-06-04 20:29:03.126222660 +0200
@@ -1,0 +2,5 @@
+Wed Jun  4 07:58:47 UTC 2025 - Markéta Machová <mmach...@suse.com>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pyLibravatar.spec ++++++
--- /var/tmp/diff_new_pack.LQLGoI/_old  2025-06-04 20:29:03.626243376 +0200
+++ /var/tmp/diff_new_pack.LQLGoI/_new  2025-06-04 20:29:03.626243376 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyLibravatar
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,8 +16,6 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define skip_python2 1
 Name:           python-pyLibravatar
 Version:        1.7
 Release:        0
@@ -25,8 +23,11 @@
 License:        MIT
 URL:            https://launchpad.net/pylibravatar
 Source:         
https://files.pythonhosted.org/packages/source/p/pyLibravatar/pyLibravatar-%{version}.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module py3dns}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
+BuildRequires:  dos2unix
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-py3dns
@@ -39,16 +40,19 @@
 
 %prep
 %setup -q -n pyLibravatar-%{version}
+dos2unix *.txt
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %files %{python_files}
 %license README.txt
 %doc README.txt Changelog.txt
-%{python_sitelib}/*
+%{python_sitelib}/libravatar.py
+%{python_sitelib}/py[Ll]ibravatar-%{version}*-info
+%pycache_only %{python_sitelib}/__pycache__/libravatar*
 

Reply via email to