17
0

5 Commits

Author SHA256 Message Date
1f2be20a7a Accepting request 1239043 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1239043
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sphinxcontrib-qthelp?expand=0&rev=8
2025-01-23 16:57:08 +00:00
bda05fed43 Accepting request 1238998 from home:mcalabkova:branches:devel:languages:python
- Update to 2.0.0
  * Adopt Ruff
  * Tighten MyPy settings
  * Update GitHub actions versions

OBS-URL: https://build.opensuse.org/request/show/1238998
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxcontrib-qthelp?expand=0&rev=18
2025-01-20 13:43:53 +00:00
843ccbac51 Accepting request 1188821 from devel:languages:python
- Update to 1.0.8:
  - Fix tests for Sphinx 7.4 and later
- Enable tests again
- Clean up SPEC file.
- Skip failing tests (gh#sphinx-doc/sphinx#12623)

OBS-URL: https://build.opensuse.org/request/show/1188821
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sphinxcontrib-qthelp?expand=0&rev=7
2024-07-22 15:14:04 +00:00
a1b7410715 - Update to 1.0.8:
- Fix tests for Sphinx 7.4 and later
- Enable tests again

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxcontrib-qthelp?expand=0&rev=16
2024-07-20 16:11:34 +00:00
de0835d7f5 - Clean up SPEC file.
- Skip failing tests (gh#sphinx-doc/sphinx#12623)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxcontrib-qthelp?expand=0&rev=15
2024-07-20 02:01:57 +00:00
5 changed files with 33 additions and 9 deletions

View File

@@ -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>

View 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")

View File

@@ -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

View File

@@ -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

Binary file not shown.