Script 'mail_helper' called by obssrc
Hello community,

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

Package is "python-empy"

Mon Jun 23 15:05:00 2025 rev:6 rq:1287771 version:4.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-empy/python-empy.changes  2024-09-30 
15:40:37.813594272 +0200
+++ /work/SRC/openSUSE:Factory/.python-empy.new.7067/python-empy.changes        
2025-06-23 15:06:15.452198591 +0200
@@ -1,0 +2,6 @@
+Mon Jun 23 01:30:55 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Switch to pyproject macros.
+- List modules explicitly in %files.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-empy.spec ++++++
--- /var/tmp/diff_new_pack.nzxaUx/_old  2025-06-23 15:06:16.256232135 +0200
+++ /var/tmp/diff_new_pack.nzxaUx/_new  2025-06-23 15:06:16.260232302 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-empy
 #
-# 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-%{**}}
 Name:           python-empy
 Version:        4.2
 Release:        0
@@ -25,7 +24,9 @@
 Group:          Development/Languages/Python
 URL:            http://www.alcyone.com/software/empy
 Source:         
https://files.pythonhosted.org/packages/source/e/empy/empy-%{version}.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires(post): update-alternatives
@@ -51,10 +52,10 @@
 %setup -q -n empy-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_clone -a %{buildroot}%{_bindir}/em.py
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
@@ -68,7 +69,13 @@
 %license LICENSE.md
 %doc README.md
 %python_alternative %{_bindir}/em.py
-%{python_sitelib}/em*.py
-%pycache_only %{python_sitelib}/__pycache__/em*
-%{python_sitelib}/empy-%{version}*-info
+%{python_sitelib}/em.py
+%{python_sitelib}/emdoc.py
+%{python_sitelib}/emhelp.py
+%{python_sitelib}/emlib.py
+%pycache_only %{python_sitelib}/__pycache__/em.*.pyc
+%pycache_only %{python_sitelib}/__pycache__/emdoc.*.pyc
+%pycache_only %{python_sitelib}/__pycache__/emhelp.*.pyc
+%pycache_only %{python_sitelib}/__pycache__/emlib.*.pyc
+%{python_sitelib}/empy-%{version}.dist-info
 

Reply via email to