Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-sphinxcontrib-devhelp for
openSUSE:Factory checked in at 2023-09-08 21:15:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sphinxcontrib-devhelp (Old)
and /work/SRC/openSUSE:Factory/.python-sphinxcontrib-devhelp.new.1766
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sphinxcontrib-devhelp"
Fri Sep 8 21:15:03 2023 rev:4 rq:1109520 version:1.0.5
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-sphinxcontrib-devhelp/python-sphinxcontrib-devhelp.changes
2023-04-22 21:59:14.652780168 +0200
+++
/work/SRC/openSUSE:Factory/.python-sphinxcontrib-devhelp.new.1766/python-sphinxcontrib-devhelp.changes
2023-09-08 21:15:20.062027419 +0200
@@ -1,0 +2,9 @@
+Thu Sep 7 11:17:56 UTC 2023 - Dirk Müller <[email protected]>
+
+- update to 1.0.5:
+ * Use ``os.PathLike`` over ``pathlib.Path``
+ * Fix tests for Sphinx 7.1 and below
+ * Drop support for Python 3.5, 3.6, 3.7, and 3.8
+ * Raise minimum required Sphinx version to 5.0
+
+-------------------------------------------------------------------
Old:
----
sphinxcontrib-devhelp-1.0.2.tar.gz
New:
----
sphinxcontrib_devhelp-1.0.5.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-sphinxcontrib-devhelp.spec ++++++
--- /var/tmp/diff_new_pack.ARZJsK/_old 2023-09-08 21:15:21.298071595 +0200
+++ /var/tmp/diff_new_pack.ARZJsK/_new 2023-09-08 21:15:21.302071738 +0200
@@ -16,7 +16,6 @@
#
-%define skip_python2 1
%global flavor @BUILD_FLAVOR@%{nil}
%if "%{flavor}" == "test"
%define psuffix -test
@@ -25,25 +24,26 @@
%define psuffix %{nil}
%bcond_with test
%endif
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%{?sle15_python_module_pythons}
Name: python-sphinxcontrib-devhelp%{psuffix}
-Version: 1.0.2
+Version: 1.0.5
Release: 0
Summary: Sphinx extension which outputs Devhelp documents
License: BSD-2-Clause
Group: Development/Languages/Python
URL: https://github.com/sphinx-doc/sphinxcontrib-devhelp
-Source:
https://files.pythonhosted.org/packages/source/s/sphinxcontrib-devhelp/sphinxcontrib-devhelp-%{version}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/s/sphinxcontrib-devhelp/sphinxcontrib_devhelp-%{version}.tar.gz
%if %{with test}
-BuildRequires: %{python_module Sphinx}
+BuildRequires: %{python_module Sphinx >= 5.0}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module sphinxcontrib-devhelp >= %{version}}
%endif
-BuildRequires: %{python_module setuptools}
+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
%python_subpackages
@@ -51,14 +51,14 @@
sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document.
%prep
-%setup -q -n sphinxcontrib-devhelp-%{version}
+%setup -q -n sphinxcontrib_devhelp-%{version}
%build
-%python_build
+%pyproject_wheel
%install
%if !%{with test}
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%endif