Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-PyMsgBox for openSUSE:Factory 
checked in at 2025-05-07 19:20:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-PyMsgBox (Old)
 and      /work/SRC/openSUSE:Factory/.python-PyMsgBox.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-PyMsgBox"

Wed May  7 19:20:12 2025 rev:6 rq:1275128 version:1.0.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-PyMsgBox/python-PyMsgBox.changes  
2022-08-30 14:51:20.536405533 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-PyMsgBox.new.30101/python-PyMsgBox.changes   
    2025-05-07 19:20:25.933077805 +0200
@@ -1,0 +2,5 @@
+Tue May  6 13:17:15 UTC 2025 - Markéta Machová <mmach...@suse.com>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-PyMsgBox.spec ++++++
--- /var/tmp/diff_new_pack.fFDYKZ/_old  2025-05-07 19:20:26.637107185 +0200
+++ /var/tmp/diff_new_pack.fFDYKZ/_new  2025-05-07 19:20:26.641107351 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-PyMsgBox
 #
-# Copyright (c) 2022 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-PyMsgBox
 Version:        1.0.9
 Release:        0
@@ -26,7 +25,9 @@
 URL:            https://github.com/asweigart/PyMsgBox
 Source:         
https://files.pythonhosted.org/packages/source/P/PyMsgBox/PyMsgBox-%{version}.tar.gz
 Source99:       
https://raw.githubusercontent.com/asweigart/PyMsgBox/master/LICENSE.txt
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  dos2unix
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -43,14 +44,15 @@
 dos2unix README.md
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %files %{python_files}
 %doc README.md
 %license LICENSE.txt
-%{python_sitelib}/*
+%{python_sitelib}/pymsgbox
+%{python_sitelib}/[Pp]y[Mm]sg[Bb]ox-%{version}*-info
 

Reply via email to