From 219d6ce149215b9e1880b2874f1bffd9726d9c5bfed09ca078799ff4048edb9e Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 29 Aug 2023 19:00:22 +0000 Subject: [PATCH 1/2] Accepting request 1106812 from home:mcalabkova:branches:devel:languages:python - 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 OBS-URL: https://build.opensuse.org/request/show/1106812 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxcontrib-applehelp?expand=0&rev=13 --- python-sphinxcontrib-applehelp.changes | 8 ++++++++ python-sphinxcontrib-applehelp.spec | 11 ++++++----- sphinxcontrib-applehelp-1.0.4.tar.gz | 3 --- sphinxcontrib_applehelp-1.0.7.tar.gz | 3 +++ 4 files changed, 17 insertions(+), 8 deletions(-) delete mode 100644 sphinxcontrib-applehelp-1.0.4.tar.gz create mode 100644 sphinxcontrib_applehelp-1.0.7.tar.gz diff --git a/python-sphinxcontrib-applehelp.changes b/python-sphinxcontrib-applehelp.changes index 0652cdd..bab38fc 100644 --- a/python-sphinxcontrib-applehelp.changes +++ b/python-sphinxcontrib-applehelp.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Aug 28 11:28:56 UTC 2023 - Markéta Machová + +- 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 + ------------------------------------------------------------------- Fri Apr 21 12:36:49 UTC 2023 - Dirk Müller diff --git a/python-sphinxcontrib-applehelp.spec b/python-sphinxcontrib-applehelp.spec index 45c608c..9b6c108 100644 --- a/python-sphinxcontrib-applehelp.spec +++ b/python-sphinxcontrib-applehelp.spec @@ -28,22 +28,23 @@ %{?!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 +54,7 @@ BuildRequires: %{python_module sphinxcontrib-applehelp >= %{version}} 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 diff --git a/sphinxcontrib-applehelp-1.0.4.tar.gz b/sphinxcontrib-applehelp-1.0.4.tar.gz deleted file mode 100644 index c537b42..0000000 --- a/sphinxcontrib-applehelp-1.0.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:828f867945bbe39817c210a1abfd1bc4895c8b73fcaade56d45357a348a07d7e -size 24766 diff --git a/sphinxcontrib_applehelp-1.0.7.tar.gz b/sphinxcontrib_applehelp-1.0.7.tar.gz new file mode 100644 index 0000000..6ecccee --- /dev/null +++ b/sphinxcontrib_applehelp-1.0.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39fdc8d762d33b01a7d8f026a3b7d71563ea3b72787d5f00ad8465bd9d6dfbfa +size 19543 From 41b7a69980ae868f46cc956deca938ca2af68a0d01dae1f75306c08573a38582 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 29 Aug 2023 19:04:02 +0000 Subject: [PATCH 2/2] - Clean up the SPEC file OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxcontrib-applehelp?expand=0&rev=14 --- python-sphinxcontrib-applehelp.changes | 5 +++++ python-sphinxcontrib-applehelp.spec | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/python-sphinxcontrib-applehelp.changes b/python-sphinxcontrib-applehelp.changes index bab38fc..4f9f54e 100644 --- a/python-sphinxcontrib-applehelp.changes +++ b/python-sphinxcontrib-applehelp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 29 19:03:33 UTC 2023 - Matej Cepl + +- Clean up the SPEC file + ------------------------------------------------------------------- Mon Aug 28 11:28:56 UTC 2023 - Markéta Machová diff --git a/python-sphinxcontrib-applehelp.spec b/python-sphinxcontrib-applehelp.spec index 9b6c108..603baf8 100644 --- a/python-sphinxcontrib-applehelp.spec +++ b/python-sphinxcontrib-applehelp.spec @@ -25,7 +25,6 @@ %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.7 @@ -34,7 +33,7 @@ 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} @@ -74,7 +73,9 @@ sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books %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