Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-logreduce for 
openSUSE:Factory checked in at 2025-06-30 14:01:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-logreduce (Old)
 and      /work/SRC/openSUSE:Factory/.python-logreduce.new.7067 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-logreduce"

Mon Jun 30 14:01:05 2025 rev:15 rq:1289146 version:0.6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-logreduce/python-logreduce.changes        
2024-08-30 13:33:26.941145937 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-logreduce.new.7067/python-logreduce.changes  
    2025-06-30 14:01:33.107348579 +0200
@@ -1,0 +2,7 @@
+Mon Jun 30 05:39:42 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Switch to pyproject macros.
+- No more greedy globs in %files.
+- Drop unneeded Requires.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-logreduce.spec ++++++
--- /var/tmp/diff_new_pack.hChnSF/_old  2025-06-30 14:01:33.703373336 +0200
+++ /var/tmp/diff_new_pack.hChnSF/_new  2025-06-30 14:01:33.707373502 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-logreduce
 #
-# Copyright (c) 2024 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-%{**}}
 # CLI tool, no module
 %define pythons python3
 Name:           python-logreduce
@@ -24,23 +23,20 @@
 Release:        0
 Summary:        Log file anomaly extractor
 License:        Apache-2.0
-Group:          Development/Languages/Python
 URL:            https://logreduce.softwarefactory-project.io/
 Source:         
https://files.pythonhosted.org/packages/source/l/logreduce/logreduce-%{version}.tar.gz
 BuildRequires:  %{python_module pbr}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       python-CherryPy
 Requires:       python-PyYAML
-Requires:       python-SQLAlchemy
 Requires:       python-aiohttp
-Requires:       python-alembic
 Requires:       python-numpy
 Requires:       python-requests
 Requires:       python-scikit-learn
 Requires:       python-scipy
-Requires:       python-voluptuous
 BuildArch:      noarch
 # SECTION test requirements
 BuildRequires:  %{python_module CherryPy}
@@ -87,10 +83,10 @@
 fi}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %{python_expand rm -r %{buildroot}%{$python_sitelib}/logreduce/tests/
 %fdupes %{buildroot}%{$python_sitelib}
 }
@@ -104,5 +100,6 @@
 %license LICENSE
 %doc ChangeLog README.rst
 %{_bindir}/logreduce
-%{python_sitelib}/*
+%{python_sitelib}/logreduce
+%{python_sitelib}/logreduce-%{version}.dist-info
 

Reply via email to