Script 'mail_helper' called by obssrc
Hello community,

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

Package is "python-restview"

Wed Jun 11 18:34:46 2025 rev:9 rq:1284846 version:3.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-restview/python-restview.changes  
2023-11-23 21:43:57.442804526 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-restview.new.19631/python-restview.changes   
    2025-06-11 18:35:18.861077148 +0200
@@ -1,0 +2,5 @@
+Wed Jun 11 13:08:29 UTC 2025 - Markéta Machová <mmach...@suse.com>
+
+- Convert to pip-based build and libalternatives
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-restview.spec ++++++
--- /var/tmp/diff_new_pack.IZqQtQ/_old  2025-06-11 18:35:19.501103600 +0200
+++ /var/tmp/diff_new_pack.IZqQtQ/_new  2025-06-11 18:35:19.505103766 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-restview
 #
-# 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,6 +16,7 @@
 #
 
 
+%bcond_without libalternatives
 Name:           python-restview
 Version:        3.0.1
 Release:        0
@@ -25,17 +26,19 @@
 URL:            https://mg.pov.lt/restview/
 Source:         
https://files.pythonhosted.org/packages/source/r/restview/restview-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM fix-tests.patch gh#mgedmin/restview@5033eacb1d55
-Patch:          fix-tests.patch
+Patch0:         fix-tests.patch
 # PATCH-FIX-UPSTREAM fix_tests.patch gh#mgedmin/restview@6a1d6b44ee40
-Patch:          fix_tests.patch
+Patch1:         fix_tests.patch
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
+BuildRequires:  alts
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:       alts
 Requires:       python-docutils
 Requires:       python-pygments
 Requires:       python-readme_renderer
-Requires(post): update-alternatives
-Requires(postun):update-alternatives
 BuildArch:      noarch
 # SECTION test requirements
 BuildRequires:  %{python_module docutils}
@@ -52,21 +55,18 @@
 %autosetup -p1 -n restview-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_clone -a %{buildroot}%{_bindir}/restview
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
 %pytest
 
-%post
-%python_install_alternative restview
-
-%postun
-%python_uninstall_alternative restview
+%pre
+%python_libalternatives_reset_alternative restview
 
 %files %{python_files}
 %doc CHANGES.rst README.rst

Reply via email to