Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-misaka for openSUSE:Factory 
checked in at 2025-06-02 22:00:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-misaka (Old)
 and      /work/SRC/openSUSE:Factory/.python-misaka.new.16005 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-misaka"

Mon Jun  2 22:00:34 2025 rev:3 rq:1281834 version:2.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-misaka/python-misaka.changes      
2020-05-26 17:23:18.836489941 +0200
+++ /work/SRC/openSUSE:Factory/.python-misaka.new.16005/python-misaka.changes   
2025-06-02 22:00:54.526087608 +0200
@@ -1,0 +2,5 @@
+Mon Jun  2 09:01:56 UTC 2025 - Markéta Machová <mmach...@suse.com>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-misaka.spec ++++++
--- /var/tmp/diff_new_pack.6SFHM6/_old  2025-06-02 22:00:55.370122613 +0200
+++ /var/tmp/diff_new_pack.6SFHM6/_new  2025-06-02 22:00:55.370122613 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-misaka
 #
-# 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,7 +16,6 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-misaka
 Version:        2.1.1
 Release:        0
@@ -27,13 +26,15 @@
 Source:         
https://files.pythonhosted.org/packages/source/m/misaka/misaka-%{version}.tar.gz
 BuildRequires:  %{python_module cffi >= 1.12.0}
 BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  tidy
 Requires:       python-cffi >= 1.12.0
-Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(post): alts
+Requires(postun): alts
 %python_subpackages
 
 %description
@@ -43,10 +44,10 @@
 %setup -q -n misaka-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_clone -a %{buildroot}%{_bindir}/misaka
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
 
@@ -65,5 +66,6 @@
 %license LICENSE.txt
 %doc README.rst
 %python_alternative %{_bindir}/misaka
-%{python_sitearch}/*
+%{python_sitearch}/misaka
+%{python_sitearch}/misaka-%{version}*-info
 

Reply via email to