Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-gevent-websocket for
openSUSE:Factory checked in at 2025-05-27 18:44:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-gevent-websocket (Old)
and /work/SRC/openSUSE:Factory/.python-gevent-websocket.new.2732 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-gevent-websocket"
Tue May 27 18:44:13 2025 rev:2 rq:1280624 version:0.10.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-gevent-websocket/python-gevent-websocket.changes
2023-01-23 18:32:28.540272807 +0100
+++
/work/SRC/openSUSE:Factory/.python-gevent-websocket.new.2732/python-gevent-websocket.changes
2025-05-27 18:44:21.914042652 +0200
@@ -1,0 +2,5 @@
+Tue May 27 14:02:36 UTC 2025 - Markéta Machová <[email protected]>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-gevent-websocket.spec ++++++
--- /var/tmp/diff_new_pack.QUXahR/_old 2025-05-27 18:44:23.698117725 +0200
+++ /var/tmp/diff_new_pack.QUXahR/_new 2025-05-27 18:44:23.722118735 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-gevent-websocket
#
-# 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
@@ -23,7 +23,9 @@
License: Apache-2.0
URL: https://www.gitlab.com/noppo/gevent-websocket
Source:
https://files.pythonhosted.org/packages/source/g/gevent-websocket/gevent-websocket-%{version}.tar.gz
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-gevent
@@ -37,10 +39,10 @@
%setup -q -n gevent-websocket-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}