Script 'mail_helper' called by obssrc
Hello community,

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

Package is "python-pychm"

Wed Jun  4 20:29:19 2025 rev:4 rq:1282618 version:0.8.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pychm/python-pychm.changes        
2023-06-30 19:58:59.925688621 +0200
+++ /work/SRC/openSUSE:Factory/.python-pychm.new.16005/python-pychm.changes     
2025-06-04 20:29:25.699157867 +0200
@@ -1,0 +2,5 @@
+Wed Jun  4 09:28:58 UTC 2025 - Markéta Machová <mmach...@suse.com>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pychm.spec ++++++
--- /var/tmp/diff_new_pack.frlwR9/_old  2025-06-04 20:29:26.943209409 +0200
+++ /var/tmp/diff_new_pack.frlwR9/_new  2025-06-04 20:29:26.951209740 +0200
@@ -1,7 +1,7 @@
 #
-# spec file
+# spec file for package python-pychm
 #
-# 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,8 +16,8 @@
 #
 
 
-%{?sle15_python_module_pythons}
 %define pkgname pychm
+%{?sle15_python_module_pythons}
 Name:           python-%{pkgname}
 Version:        0.8.6
 Release:        0
@@ -26,7 +26,9 @@
 URL:            https://github.com/dottedmag/pychm
 Source0:        
https://files.pythonhosted.org/packages/source/p/pychm/pychm-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  chmlib-devel
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -44,10 +46,10 @@
 
 %build
 export CFLAGS="%{optflags}"
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %fdupes %{buildroot}
 
 %files %{python_files}

Reply via email to