Script 'mail_helper' called by obssrc
Hello community,

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

Package is "python-sphinxcontrib-documentedlist"

Thu Jun 12 18:11:32 2025 rev:5 rq:1285155 version:0.6

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-sphinxcontrib-documentedlist/python-sphinxcontrib-documentedlist.changes
  2023-04-10 21:24:55.844780517 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-sphinxcontrib-documentedlist.new.19631/python-sphinxcontrib-documentedlist.changes
       2025-06-12 18:11:34.944939494 +0200
@@ -1,0 +2,5 @@
+Thu Jun 12 12:46:27 UTC 2025 - Markéta Machová <mmach...@suse.com>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-sphinxcontrib-documentedlist.spec ++++++
--- /var/tmp/diff_new_pack.0K6EIr/_old  2025-06-12 18:11:35.716971500 +0200
+++ /var/tmp/diff_new_pack.0K6EIr/_new  2025-06-12 18:11:35.720971666 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-sphinxcontrib-documentedlist
 #
-# 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,7 +16,6 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_with     test
 Name:           python-sphinxcontrib-documentedlist
 Version:        0.6
@@ -29,16 +28,17 @@
 # https://github.com/sphinx-contrib/documentedlist/issues/5
 Patch0:         python-sphinxcontrib-documentedlist-no-six.patch
 BuildRequires:  %{python_module Sphinx}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-%if %{with test}
-BuildRequires:  %{python_module six}
-%endif
 Requires:       python-Sphinx >= 0.6
 Requires:       python-six
 BuildArch:      noarch
-
+%if %{with test}
+BuildRequires:  %{python_module six}
+%endif
 %python_subpackages
 
 %description
@@ -56,17 +56,16 @@
 %autosetup -p1 -n sphinxcontrib-documentedlist-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc README.rst
 %{python_sitelib}/sphinxcontrib/documentedlist.py*
 %pycache_only %{python_sitelib}/sphinxcontrib/__pycache__
 %{python_sitelib}/sphinxcontrib_documentedlist-%{version}-py*-nspkg.pth
-%{python_sitelib}/sphinxcontrib_documentedlist-%{version}-py*.egg-info
+%{python_sitelib}/sphinxcontrib_documentedlist-%{version}*-info
 

Reply via email to