Script 'mail_helper' called by obssrc
Hello community,

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

Package is "python-proglog"

Tue Jun  3 17:56:33 2025 rev:3 rq:1282310 version:0.1.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-proglog/python-proglog.changes    
2023-05-10 16:19:03.603164792 +0200
+++ /work/SRC/openSUSE:Factory/.python-proglog.new.16005/python-proglog.changes 
2025-06-03 17:57:32.211550950 +0200
@@ -1,0 +2,5 @@
+Tue Jun  3 12:24:42 UTC 2025 - Markéta Machová <mmach...@suse.com>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-proglog.spec ++++++
--- /var/tmp/diff_new_pack.zkZPts/_old  2025-06-03 17:57:32.771574170 +0200
+++ /var/tmp/diff_new_pack.zkZPts/_new  2025-06-03 17:57:32.775574336 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-proglog
 #
-# Copyright (c) 2023 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-proglog
 Version:        0.1.10
 Release:        0
@@ -25,15 +24,16 @@
 Group:          Development/Languages/Python
 URL:            https://github.com/Edinburgh-Genome-Foundry/Proglog
 Source:         
https://files.pythonhosted.org/packages/source/p/proglog/proglog-%{version}.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
+BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:       python-tqdm
+BuildArch:      noarch
 # SECTION test requirements
 BuildRequires:  %{python_module tqdm}
 # /SECTION
-BuildRequires:  fdupes
-Requires:       python-tqdm
-BuildArch:      noarch
-
 %python_subpackages
 
 %description
@@ -46,15 +46,15 @@
 chmod a-x LICENSE README.rst
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %files %{python_files}
 %doc README.rst
 %license LICENSE
 %{python_sitelib}/proglog
-%{python_sitelib}/proglog-%{version}-py3*.egg-info
+%{python_sitelib}/proglog-%{version}*-info
 

Reply via email to