Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-dogslow for openSUSE:Factory 
checked in at 2025-06-03 17:53:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-dogslow (Old)
 and      /work/SRC/openSUSE:Factory/.python-dogslow.new.16005 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-dogslow"

Tue Jun  3 17:53:37 2025 rev:2 rq:1282147 version:1.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-dogslow/python-dogslow.changes    
2019-12-02 11:36:43.978440374 +0100
+++ /work/SRC/openSUSE:Factory/.python-dogslow.new.16005/python-dogslow.changes 
2025-06-03 17:54:21.687650858 +0200
@@ -1,0 +2,6 @@
+Tue Jun  3 07:03:54 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Switch to pyproject macros.
+- No more greedy globs in %files.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-dogslow.spec ++++++
--- /var/tmp/diff_new_pack.iMutAG/_old  2025-06-03 17:54:22.207672425 +0200
+++ /var/tmp/diff_new_pack.iMutAG/_new  2025-06-03 17:54:22.207672425 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-dogslow
 #
-# Copyright (c) 2019 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,7 +16,6 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-dogslow
 Version:        1.2
 Release:        0
@@ -26,7 +25,9 @@
 URL:            https://bitbucket.org/evzijst/dogslow
 Source:         
https://files.pythonhosted.org/packages/source/d/dogslow/dogslow-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildArch:      noarch
@@ -39,14 +40,15 @@
 %setup -q -n dogslow-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %files %{python_files}
 %doc README.rst
 %license COPYING.txt
-%{python_sitelib}/*
+%{python_sitelib}/dogslow
+%{python_sitelib}/dogslow-%{version}.dist-info
 

Reply via email to