Compare commits
5 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 1f2be20a7a | |||
| bda05fed43 | |||
| 843ccbac51 | |||
| a1b7410715 | |||
| de0835d7f5 |
@@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 20 10:52:24 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- Update to 2.0.0
|
||||
* Adopt Ruff
|
||||
* Tighten MyPy settings
|
||||
* Update GitHub actions versions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 20 16:09:47 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||
|
||||
- Update to 1.0.8:
|
||||
- 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:48:17 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
2
python-sphinxcontrib-qthelp.rpmlintrc
Normal file
2
python-sphinxcontrib-qthelp.rpmlintrc
Normal file
@@ -0,0 +1,2 @@
|
||||
addFilter("hidden-file-or-dir /usr/lib/python.*/sphinxcontrib/qthelp/locales/.tx")
|
||||
addFilter("file-not-in-%lang /usr/lib/python.*/site-packages/sphinxcontrib/qthelp/locales/.*\.mo")
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file
|
||||
# spec file for package python-sphinxcontrib-qthelp
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -27,13 +27,14 @@
|
||||
%endif
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-sphinxcontrib-qthelp%{psuffix}
|
||||
Version: 1.0.7
|
||||
Version: 2.0.0
|
||||
Release: 0
|
||||
Summary: Sphinx extension which outputs QtHelp
|
||||
License: BSD-2-Clause
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/sphinx-doc/sphinxcontrib-qthelp
|
||||
Source: https://files.pythonhosted.org/packages/source/s/sphinxcontrib_qthelp/sphinxcontrib_qthelp-%{version}.tar.gz
|
||||
Source0: https://files.pythonhosted.org/packages/source/s/sphinxcontrib_qthelp/sphinxcontrib_qthelp-%{version}.tar.gz
|
||||
Source99: python-sphinxcontrib-qthelp.rpmlintrc
|
||||
BuildRequires: %{python_module flit-core}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module wheel}
|
||||
@@ -70,8 +71,8 @@ sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document.
|
||||
|
||||
%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/qthelp
|
||||
%{python_sitelib}/sphinxcontrib_qthelp-%{version}*-info
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:053dedc38823a80a7209a80860b16b722e9e0209e32fea98c90e4e6624588ed6
|
||||
size 16685
|
||||
BIN
sphinxcontrib_qthelp-2.0.0.tar.gz
LFS
Normal file
BIN
sphinxcontrib_qthelp-2.0.0.tar.gz
LFS
Normal file
Binary file not shown.
Reference in New Issue
Block a user