Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-sphinxcontrib-htmlhelp for
openSUSE:Factory checked in at 2023-09-04 22:52:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sphinxcontrib-htmlhelp (Old)
and /work/SRC/openSUSE:Factory/.python-sphinxcontrib-htmlhelp.new.1766
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sphinxcontrib-htmlhelp"
Mon Sep 4 22:52:22 2023 rev:7 rq:1107997 version:2.0.4
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-sphinxcontrib-htmlhelp/python-sphinxcontrib-htmlhelp.changes
2023-04-22 21:59:13.092770841 +0200
+++
/work/SRC/openSUSE:Factory/.python-sphinxcontrib-htmlhelp.new.1766/python-sphinxcontrib-htmlhelp.changes
2023-09-04 22:52:24.845290036 +0200
@@ -1,0 +2,13 @@
+Tue Aug 29 18:06:26 UTC 2023 - Matej Cepl <[email protected]>
+
+- Clean up the SPEC file
+
+-------------------------------------------------------------------
+Mon Aug 28 11:32:57 UTC 2023 - Markéta Machová <[email protected]>
+
+- Update to 2.0.4
+ * Drop support for Python 3.8
+ * Raise minimum required Sphinx version to 5.0
+ * Fix tests for Sphinx 7.1 and below
+
+-------------------------------------------------------------------
Old:
----
sphinxcontrib-htmlhelp-2.0.1.tar.gz
New:
----
sphinxcontrib_htmlhelp-2.0.4.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-sphinxcontrib-htmlhelp.spec ++++++
--- /var/tmp/diff_new_pack.KuKJod/_old 2023-09-04 22:52:25.961329486 +0200
+++ /var/tmp/diff_new_pack.KuKJod/_new 2023-09-04 22:52:25.965329627 +0200
@@ -16,8 +16,8 @@
#
+%{?sle15_python_module_pythons}
%define skip_python2 1
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%global flavor @BUILD_FLAVOR@%{nil}
%if "%{flavor}" == "test"
%define psuffix -test
@@ -26,23 +26,23 @@
%define psuffix %{nil}
%bcond_with test
%endif
-%{?sle15_python_module_pythons}
Name: python-sphinxcontrib-htmlhelp%{psuffix}
-Version: 2.0.1
+Version: 2.0.4
Release: 0
Summary: Sphinx contrib extension to generate html help files
License: BSD-2-Clause
Group: Development/Languages/Python
URL: https://github.com/sphinx-doc/sphinxcontrib-htmlhelp
-Source:
https://files.pythonhosted.org/packages/source/s/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-%{version}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/s/sphinxcontrib_htmlhelp/sphinxcontrib_htmlhelp-%{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 html5lib}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module sphinxcontrib-htmlhelp >= %{version}}
@@ -53,7 +53,7 @@
Html help generating extension.
%prep
-%autosetup -p1 -n sphinxcontrib-htmlhelp-%{version}
+%autosetup -p1 -n sphinxcontrib_htmlhelp-%{version}
%build
%pyproject_wheel
@@ -73,7 +73,9 @@
%files %{python_files}
%doc README.rst CHANGES
%license LICENSE
-%{python_sitelib}/*
+%dir %{python_sitelib}/sphinxcontrib
+%{python_sitelib}/sphinxcontrib/htmlhelp
+%{python_sitelib}/sphinxcontrib_htmlhelp-%{version}*-info
%endif
%changelog