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
This commit is contained in:
parent
3615e8e518
commit
219d6ce149
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 28 11:28:56 UTC 2023 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- 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 <dmueller@suse.com>
|
Fri Apr 21 12:36:49 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -28,22 +28,23 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-sphinxcontrib-applehelp%{psuffix}
|
Name: python-sphinxcontrib-applehelp%{psuffix}
|
||||||
Version: 1.0.4
|
Version: 1.0.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Sphinx extension which outputs Apple help books
|
Summary: Sphinx extension which outputs Apple help books
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/sphinx-doc/sphinxcontrib-applehelp
|
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 pip}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-Sphinx
|
Requires: python-Sphinx >= 5.0
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
BuildRequires: %{python_module Sphinx}
|
BuildRequires: %{python_module Sphinx >= 5.0}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module sphinxcontrib-applehelp >= %{version}}
|
BuildRequires: %{python_module sphinxcontrib-applehelp >= %{version}}
|
||||||
%endif
|
%endif
|
||||||
@ -53,7 +54,7 @@ BuildRequires: %{python_module sphinxcontrib-applehelp >= %{version}}
|
|||||||
sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books
|
sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n sphinxcontrib-applehelp-%{version}
|
%setup -q -n sphinxcontrib_applehelp-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%pyproject_wheel
|
%pyproject_wheel
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:828f867945bbe39817c210a1abfd1bc4895c8b73fcaade56d45357a348a07d7e
|
|
||||||
size 24766
|
|
BIN
sphinxcontrib_applehelp-1.0.7.tar.gz
(Stored with Git LFS)
Normal file
BIN
sphinxcontrib_applehelp-1.0.7.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user