Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-sphinxcontrib-applehelp for
openSUSE:Factory checked in at 2023-09-04 22:52:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sphinxcontrib-applehelp (Old)
and /work/SRC/openSUSE:Factory/.python-sphinxcontrib-applehelp.new.1766
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sphinxcontrib-applehelp"
Mon Sep 4 22:52:24 2023 rev:5 rq:1108002 version:1.0.7
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-sphinxcontrib-applehelp/python-sphinxcontrib-applehelp.changes
2023-04-22 21:59:15.396784616 +0200
+++
/work/SRC/openSUSE:Factory/.python-sphinxcontrib-applehelp.new.1766/python-sphinxcontrib-applehelp.changes
2023-09-04 22:52:28.041403012 +0200
@@ -1,0 +2,13 @@
+Tue Aug 29 19:03:33 UTC 2023 - Matej Cepl <[email protected]>
+
+- Clean up the SPEC file
+
+-------------------------------------------------------------------
+Mon Aug 28 11:28:56 UTC 2023 - Markéta Machová <[email protected]>
+
+- Update to 1.0.7
+ * Drop support for Python 3.8
+ * Raise minimum required Sphinx version to 5.0
+ * Fix tests for Sphinx 7.1 and below
+
+-------------------------------------------------------------------
Old:
----
sphinxcontrib-applehelp-1.0.4.tar.gz
New:
----
sphinxcontrib_applehelp-1.0.7.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-sphinxcontrib-applehelp.spec ++++++
--- /var/tmp/diff_new_pack.xeLsoD/_old 2023-09-04 22:52:29.189443593 +0200
+++ /var/tmp/diff_new_pack.xeLsoD/_new 2023-09-04 22:52:29.197443876 +0200
@@ -25,25 +25,25 @@
%define psuffix %{nil}
%bcond_with test
%endif
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%{?sle15_python_module_pythons}
Name: python-sphinxcontrib-applehelp%{psuffix}
-Version: 1.0.4
+Version: 1.0.7
Release: 0
Summary: Sphinx extension which outputs Apple help books
License: BSD-2-Clause
Group: Development/Languages/Python
URL: https://github.com/sphinx-doc/sphinxcontrib-applehelp
-Source:
https://files.pythonhosted.org/packages/source/s/sphinxcontrib-applehelp/sphinxcontrib-applehelp-%{version}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/s/sphinxcontrib_applehelp/sphinxcontrib_applehelp-%{version}.tar.gz
+BuildRequires: %{python_module flit-core}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: gettext
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-applehelp >= %{version}}
%endif
@@ -53,7 +53,7 @@
sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books
%prep
-%setup -q -n sphinxcontrib-applehelp-%{version}
+%setup -q -n sphinxcontrib_applehelp-%{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/applehelp
+%{python_sitelib}/sphinxcontrib_applehelp-%{version}*-info
%endif
%changelog