Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-ws4py for openSUSE:Factory 
checked in at 2025-06-13 18:45:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ws4py (Old)
 and      /work/SRC/openSUSE:Factory/.python-ws4py.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-ws4py"

Fri Jun 13 18:45:11 2025 rev:7 rq:1285288 version:0.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ws4py/python-ws4py.changes        
2025-03-31 11:42:45.007091448 +0200
+++ /work/SRC/openSUSE:Factory/.python-ws4py.new.19631/python-ws4py.changes     
2025-06-13 18:45:33.887108579 +0200
@@ -1,0 +2,6 @@
+Fri Jun 13 02:45:11 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Switch to pyproject macros.
+- No more greedy globs in %files.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-ws4py.spec ++++++
--- /var/tmp/diff_new_pack.NiZtfQ/_old  2025-06-13 18:45:34.639139319 +0200
+++ /var/tmp/diff_new_pack.NiZtfQ/_new  2025-06-13 18:45:34.643139482 +0200
@@ -16,7 +16,6 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %global flavor @BUILD_FLAVOR@%{nil}
 %if "%{flavor}" == "test"
 %define psuffix -test
@@ -33,7 +32,9 @@
 Group:          Development/Languages/Python
 URL:            https://github.com/Lawouach/WebSocket-for-Python
 Source:         
https://files.pythonhosted.org/packages/source/w/ws4py/ws4py-%{version}.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildArch:      noarch
@@ -56,11 +57,11 @@
 rm test/test_cherrypy.py
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
 %if !%{with test}
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %endif
 
@@ -75,6 +76,7 @@
 %files %{python_files}
 %license LICENSE
 %doc README.md
-%{python_sitelib}/*
+%{python_sitelib}/ws4py
+%{python_sitelib}/ws4py-%{version}.dist-info
 %endif
 

Reply via email to