Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-sphinxcontrib-qthelp for 
openSUSE:Factory checked in at 2023-09-04 22:52:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sphinxcontrib-qthelp (Old)
 and      /work/SRC/openSUSE:Factory/.python-sphinxcontrib-qthelp.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-sphinxcontrib-qthelp"

Mon Sep  4 22:52:23 2023 rev:5 rq:1108001 version:1.0.6

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-sphinxcontrib-qthelp/python-sphinxcontrib-qthelp.changes
  2023-04-22 21:59:12.440766943 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-sphinxcontrib-qthelp.new.1766/python-sphinxcontrib-qthelp.changes
        2023-09-04 22:52:26.221338676 +0200
@@ -1,0 +2,14 @@
+Tue Aug 29 19:07:11 UTC 2023 - Matej Cepl <[email protected]>
+
+- Clean up the SPEC file
+
+-------------------------------------------------------------------
+Mon Aug 28 11:42:00 UTC 2023 - Markéta Machová <[email protected]>
+
+- Update to 1.0.6
+  * Drop support for Python 3.5, 3.6, 3.7, and 3.8
+  * Raise minimum required Sphinx version to 5.0
+  * Fix tests for Sphinx 7.1 and below
+- Drop upstreamed sphinx5.patch
+
+-------------------------------------------------------------------

Old:
----
  sphinx5.patch
  sphinxcontrib-qthelp-1.0.3.tar.gz

New:
----
  sphinxcontrib_qthelp-1.0.6.tar.gz

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

Other differences:
------------------
++++++ python-sphinxcontrib-qthelp.spec ++++++
--- /var/tmp/diff_new_pack.H3j8hF/_old  2023-09-04 22:52:27.873397074 +0200
+++ /var/tmp/diff_new_pack.H3j8hF/_new  2023-09-04 22:52:27.877397215 +0200
@@ -25,25 +25,24 @@
 %define psuffix %{nil}
 %bcond_with test
 %endif
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %{?sle15_python_module_pythons}
 Name:           python-sphinxcontrib-qthelp%{psuffix}
-Version:        1.0.3
+Version:        1.0.6
 Release:        0
 Summary:        Sphinx extension which outputs QtHelp
 License:        BSD-2-Clause
 Group:          Development/Languages/Python
 URL:            https://github.com/sphinx-doc/sphinxcontrib-qthelp
-Source:         
https://files.pythonhosted.org/packages/source/s/sphinxcontrib-qthelp/sphinxcontrib-qthelp-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM 
https://github.com/sphinx-doc/sphinxcontrib-qthelp/pull/14 Fix tests with 
Sphinx 5.0
-Patch0:         sphinx5.patch
-BuildRequires:  %{python_module setuptools}
+Source:         
https://files.pythonhosted.org/packages/source/s/sphinxcontrib_qthelp/sphinxcontrib_qthelp-%{version}.tar.gz
+BuildRequires:  %{python_module flit-core}
+BuildRequires:  %{python_module pip}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       python-Sphinx
+Requires:       python-Sphinx >= 5.0
 BuildArch:      noarch
 %if %{with test}
-BuildRequires:  %{python_module Sphinx}
+BuildRequires:  %{python_module Sphinx >= 5.0}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module sphinxcontrib-qthelp >= %{version}}
 %endif
@@ -53,15 +52,15 @@
 sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document.
 
 %prep
-%setup -q -n sphinxcontrib-qthelp-%{version}
+%setup -q -n sphinxcontrib_qthelp-%{version}
 %autopatch -p1
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
 %if !%{with test}
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %endif
 
@@ -74,7 +73,9 @@
 %files %{python_files}
 %doc README.rst CHANGES
 %license LICENSE
-%{python_sitelib}/*
+%dir %{python_sitelib}/sphinxcontrib
+%{python_sitelib}/sphinxcontrib/qthelp
+%{python_sitelib}/sphinxcontrib_qthelp-%{version}*-info
 %endif
 
 %changelog

Reply via email to