Script 'mail_helper' called by obssrc
Hello community,

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

Package is "python-sphinxcontrib-trio"

Fri Jun 13 18:46:52 2025 rev:8 rq:1285404 version:1.1.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-sphinxcontrib-trio/python-sphinxcontrib-trio.changes
      2021-05-16 23:44:06.337141413 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-sphinxcontrib-trio.new.19631/python-sphinxcontrib-trio.changes
   2025-06-13 18:47:02.538740259 +0200
@@ -1,0 +2,5 @@
+Fri Jun 13 10:08:32 UTC 2025 - Markéta Machová <mmach...@suse.com>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-sphinxcontrib-trio.spec ++++++
--- /var/tmp/diff_new_pack.0sUYwG/_old  2025-06-13 18:47:03.382774872 +0200
+++ /var/tmp/diff_new_pack.0sUYwG/_new  2025-06-13 18:47:03.382774872 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-sphinxcontrib-trio
 #
-# Copyright (c) 2021 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,6 @@
 #
 
 
-%define skip_python2 1
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-sphinxcontrib-trio
 Version:        1.1.2
 Release:        0
@@ -30,10 +28,12 @@
 BuildRequires:  %{python_module async_generator}
 BuildRequires:  %{python_module cssselect}
 BuildRequires:  %{python_module lxml}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest-cov}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module urllib3 >= 1.21.1}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-Sphinx >= 1.6
@@ -51,10 +51,10 @@
 %autopatch -p1
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -65,5 +65,5 @@
 %doc README.rst
 %license LICENSE LICENSE.MIT LICENSE.APACHE2
 %{python_sitelib}/sphinxcontrib_trio
-%{python_sitelib}/sphinxcontrib_trio-%{version}-*.egg-info
+%{python_sitelib}/sphinxcontrib_trio-%{version}*-info
 

Reply via email to