forked from pool/python-sphinxcontrib-htmlhelp
Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| c82ed90457 | |||
| f8d69289ba | |||
| b5925c11c9 | |||
| 85618a9453 | |||
| 7e31077bf5 | |||
| 0aada59a4a |
@@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 19 10:17:55 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- Update to 2.1.0
|
||||
* Adopt Ruff
|
||||
* Tighten MyPy settings
|
||||
* Update GitHub actions versions
|
||||
* Escape HTML entities
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 20 16:15:23 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||
|
||||
- Update to 2.0.6:
|
||||
- Fix tests for Sphinx 7.4 and later.
|
||||
- Enable tests again
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 19 23:59:01 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||
|
||||
- Clean up SPEC file.
|
||||
- Skip failing tests (gh#sphinx-doc/sphinx#12623)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 14 10:47:30 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
2
python-sphinxcontrib-htmlhelp.rpmlintrc
Normal file
2
python-sphinxcontrib-htmlhelp.rpmlintrc
Normal file
@@ -0,0 +1,2 @@
|
||||
addFilter("hidden-file-or-dir /usr/lib/python.*/sphinxcontrib/htmlhelp/locales/\.tx")
|
||||
addFilter("file-not-in-%lang /usr/lib/python.*/site-packages/sphinxcontrib/htmlhelp/locales/.*\.mo")
|
||||
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file
|
||||
# spec file for package python-sphinxcontrib-htmlhelp
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
@@ -16,7 +16,6 @@
|
||||
#
|
||||
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
%define skip_python2 1
|
||||
%global flavor @BUILD_FLAVOR@%{nil}
|
||||
%if "%{flavor}" == "test"
|
||||
@@ -26,14 +25,16 @@
|
||||
%define psuffix %{nil}
|
||||
%bcond_with test
|
||||
%endif
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-sphinxcontrib-htmlhelp%{psuffix}
|
||||
Version: 2.0.5
|
||||
Version: 2.1.0
|
||||
Release: 0
|
||||
Summary: Sphinx contrib extension to generate html help files
|
||||
Summary: Sphinx 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
|
||||
Source0: https://files.pythonhosted.org/packages/source/s/sphinxcontrib_htmlhelp/sphinxcontrib_htmlhelp-%{version}.tar.gz
|
||||
Source99: python-sphinxcontrib-htmlhelp.rpmlintrc
|
||||
BuildRequires: %{python_module flit-core}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module wheel}
|
||||
@@ -49,7 +50,7 @@ BuildRequires: %{python_module sphinxcontrib-htmlhelp >= %{version}}
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
Html help generating extension.
|
||||
sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n sphinxcontrib_htmlhelp-%{version}
|
||||
@@ -70,8 +71,8 @@ Html help generating extension.
|
||||
|
||||
%if !%{with test}
|
||||
%files %{python_files}
|
||||
%doc README.rst CHANGES
|
||||
%license LICENSE
|
||||
%doc README.rst CHANGES.rst
|
||||
%license LICENCE.rst
|
||||
%dir %{python_sitelib}/sphinxcontrib
|
||||
%{python_sitelib}/sphinxcontrib/htmlhelp
|
||||
%{python_sitelib}/sphinxcontrib_htmlhelp-%{version}*-info
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0dc87637d5de53dd5eec3a6a01753b1ccf99494bd756aafecd74b4fa9e729015
|
||||
size 21925
|
||||
BIN
sphinxcontrib_htmlhelp-2.1.0.tar.gz
LFS
Normal file
BIN
sphinxcontrib_htmlhelp-2.1.0.tar.gz
LFS
Normal file
Binary file not shown.
Reference in New Issue
Block a user