Accepting request 1106805 from home:mcalabkova:branches:devel:languages:python
- 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 OBS-URL: https://build.opensuse.org/request/show/1106805 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxcontrib-htmlhelp?expand=0&rev=15
This commit is contained in:
parent
ce515c93ca
commit
62c8337909
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 28 11:32:57 UTC 2023 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 21 12:36:54 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Fri Apr 21 12:36:54 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -28,21 +28,22 @@
|
|||||||
%endif
|
%endif
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-sphinxcontrib-htmlhelp%{psuffix}
|
Name: python-sphinxcontrib-htmlhelp%{psuffix}
|
||||||
Version: 2.0.1
|
Version: 2.0.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Sphinx contrib extension to generate html help files
|
Summary: Sphinx contrib extension to generate html help files
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/sphinx-doc/sphinxcontrib-htmlhelp
|
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 pip}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
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 html5lib}
|
BuildRequires: %{python_module html5lib}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module sphinxcontrib-htmlhelp >= %{version}}
|
BuildRequires: %{python_module sphinxcontrib-htmlhelp >= %{version}}
|
||||||
@ -53,7 +54,7 @@ BuildRequires: %{python_module sphinxcontrib-htmlhelp >= %{version}}
|
|||||||
Html help generating extension.
|
Html help generating extension.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n sphinxcontrib-htmlhelp-%{version}
|
%autosetup -p1 -n sphinxcontrib_htmlhelp-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%pyproject_wheel
|
%pyproject_wheel
|
||||||
|
BIN
sphinxcontrib-htmlhelp-2.0.1.tar.gz
(Stored with Git LFS)
BIN
sphinxcontrib-htmlhelp-2.0.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
sphinxcontrib_htmlhelp-2.0.4.tar.gz
Normal file
3
sphinxcontrib_htmlhelp-2.0.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6c26a118a05b76000738429b724a0568dbde5b72391a688577da08f11891092a
|
||||||
|
size 21799
|
Loading…
x
Reference in New Issue
Block a user