commit c4b5f1dbd9efb8620aced7be453213856dc7f7ea55e561f3fea197277c72a235 Author: Adrian Schröter Date: Fri May 3 23:07:00 2024 +0200 Sync from SUSE:SLFO:Main python-sphinxcontrib-htmlhelp revision de012e56df2777b27e06f913e32f9a66 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/_multibuild b/_multibuild new file mode 100644 index 0000000..fcc7b97 --- /dev/null +++ b/_multibuild @@ -0,0 +1,3 @@ + + test + diff --git a/python-sphinxcontrib-htmlhelp.changes b/python-sphinxcontrib-htmlhelp.changes new file mode 100644 index 0000000..49a0f44 --- /dev/null +++ b/python-sphinxcontrib-htmlhelp.changes @@ -0,0 +1,41 @@ +------------------------------------------------------------------- +Fri Apr 21 12:36:54 UTC 2023 - Dirk Müller + +- add sle15_python_module_pythons (jsc#PED-68) + +------------------------------------------------------------------- +Thu Apr 13 22:45:08 UTC 2023 - Matej Cepl + +- Make calling of %{sle15modernpython} optional. + +------------------------------------------------------------------- +Mon Mar 6 21:09:03 UTC 2023 - Dirk Müller + +- update to 2.0.1: + * Drop support for Python 3.7 and lower + * Fix deprecation warnings from Sphinx 6.1 +- drop sphinx5.patch (upstream) + +------------------------------------------------------------------- +Mon May 30 10:38:17 UTC 2022 - Markéta Machová + +- Add upstream patch sphinx5.patch to fix build with the new Sphinx + +------------------------------------------------------------------- +Sun Jun 6 12:12:35 UTC 2021 - Dirk Müller + +- update to 2.0.0: + * Drop python-3.5 support + * Remove deprecated method: ``HTMLHelpBuilder.open_file()`` + * #6685: htmlhelp builder should generate HTML4 docs instead of HTML5 + +------------------------------------------------------------------- +Fri Feb 28 21:59:51 UTC 2020 - Dirk Mueller + +- update to 1.0.3: + * #6685: htmlhelp builder should generate HTML4 docs instead of HTML5 + +------------------------------------------------------------------- +Thu Jun 6 12:10:43 UTC 2019 - Tomáš Chvátal + +- Initial commit, needed by Sphinx diff --git a/python-sphinxcontrib-htmlhelp.spec b/python-sphinxcontrib-htmlhelp.spec new file mode 100644 index 0000000..70d4f73 --- /dev/null +++ b/python-sphinxcontrib-htmlhelp.spec @@ -0,0 +1,79 @@ +# +# spec file +# +# Copyright (c) 2023 SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +%define skip_python2 1 +%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%global flavor @BUILD_FLAVOR@%{nil} +%if "%{flavor}" == "test" +%define psuffix -test +%bcond_without test +%else +%define psuffix %{nil} +%bcond_with test +%endif +%{?sle15_python_module_pythons} +Name: python-sphinxcontrib-htmlhelp%{psuffix} +Version: 2.0.1 +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 +BuildRequires: %{python_module pip} +BuildRequires: %{python_module wheel} +BuildRequires: fdupes +BuildRequires: python-rpm-macros +Requires: python-Sphinx +BuildArch: noarch +%if %{with test} +BuildRequires: %{python_module Sphinx} +BuildRequires: %{python_module html5lib} +BuildRequires: %{python_module pytest} +BuildRequires: %{python_module sphinxcontrib-htmlhelp >= %{version}} +%endif +%python_subpackages + +%description +Html help generating extension. + +%prep +%autosetup -p1 -n sphinxcontrib-htmlhelp-%{version} + +%build +%pyproject_wheel + +%install +%if !%{with test} +%pyproject_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} +%endif + +%if %{with test} +%check +%pytest +%endif + +%if !%{with test} +%files %{python_files} +%doc README.rst CHANGES +%license LICENSE +%{python_sitelib}/* +%endif + +%changelog diff --git a/sphinxcontrib-htmlhelp-2.0.1.tar.gz b/sphinxcontrib-htmlhelp-2.0.1.tar.gz new file mode 100644 index 0000000..88be11e --- /dev/null +++ b/sphinxcontrib-htmlhelp-2.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cbdd302815330058422b98a113195c9249825d681e18f11e8b1f78a2f11efff +size 27967