Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-thespian for openSUSE:Factory 
checked in at 2025-06-04 20:28:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-thespian (Old)
 and      /work/SRC/openSUSE:Factory/.python-thespian.new.16005 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-thespian"

Wed Jun  4 20:28:30 2025 rev:6 rq:1282512 version:3.10.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-thespian/python-thespian.changes  
2023-12-08 22:34:20.561053813 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-thespian.new.16005/python-thespian.changes   
    2025-06-04 20:28:36.109103327 +0200
@@ -1,0 +2,5 @@
+Wed Jun  4 06:07:57 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Switch to pyproject macros.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-thespian.spec ++++++
--- /var/tmp/diff_new_pack.NQNxEH/_old  2025-06-04 20:28:36.649125701 +0200
+++ /var/tmp/diff_new_pack.NQNxEH/_new  2025-06-04 20:28:36.661126198 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-thespian
 #
-# 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,17 +16,17 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-thespian
 Version:        3.10.7
 Release:        0
 Summary:        Python Actor concurrency library
 License:        MIT
-Group:          Development/Languages/Python
 URL:            https://thespianpy.com
 Source0:        
https://files.pythonhosted.org/packages/source/t/thespian/thespian-%{version}.zip
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setproctitle}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
@@ -61,10 +61,10 @@
 sed -i -e '1{\@^#!%{_bindir}/.*python@d}' thespian/{director,shell}.py
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %{python_expand mv %{buildroot}%{$python_sitelib}/{contrib,thespian}
 %fdupes %{buildroot}%{$python_sitelib}
 }
@@ -75,5 +75,6 @@
 %files %{python_files}
 %license LICENSE.txt
 %doc README.rst doc/*.org
-%{python_sitelib}/thespian*
+%{python_sitelib}/thespian
+%{python_sitelib}/thespian-%{version}.dist-info
 

Reply via email to