Script 'mail_helper' called by obssrc
Hello community,

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

Package is "python-system_hotkey"

Fri Jun 13 18:48:10 2025 rev:3 rq:1285481 version:1.0.3

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-system_hotkey/python-system_hotkey.changes    
    2020-10-23 12:23:55.940750595 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-system_hotkey.new.19631/python-system_hotkey.changes
     2025-06-13 18:48:21.914023701 +0200
@@ -1,0 +2,5 @@
+Fri Jun 13 12:24:14 UTC 2025 - Markéta Machová <mmach...@suse.com>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-system_hotkey.spec ++++++
--- /var/tmp/diff_new_pack.4N9awP/_old  2025-06-13 18:48:22.518048671 +0200
+++ /var/tmp/diff_new_pack.4N9awP/_new  2025-06-13 18:48:22.522048837 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-system_hotkey
 #
-# Copyright (c) 2020 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,8 +16,6 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define skip_python2 1
 Name:           python-system_hotkey
 Version:        1.0.3
 Release:        0
@@ -25,9 +23,11 @@
 License:        BSD-3-Clause
 URL:            https://github.com/timeyyy/system_hotkey
 Source0:        
https://github.com/timeyyy/system_hotkey/archive/%{version}.tar.gz#/system_hotkey-%{version}.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest-xvfb}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  %{python_module xcffib}
 BuildRequires:  %{python_module xpybutil}
 BuildRequires:  fdupes
@@ -46,10 +46,10 @@
 %setup -q -n system_hotkey-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -60,5 +60,5 @@
 %license LICENSE
 %doc HISTORY.rst README.rst
 %{python_sitelib}/system_hotkey
-%{python_sitelib}/*egg-info
+%{python_sitelib}/system_hotkey-%{version}*-info
 

Reply via email to