Compare commits

...

1 Commits
main ... 1.1

4 changed files with 11 additions and 12 deletions

View File

@ -1,10 +1,3 @@
-------------------------------------------------------------------
Sun Jan 14 10:49:57 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.2.7:
* Fix tests for sqlalchemy 2.
* Publish a ``whoosh`` extra.
-------------------------------------------------------------------
Thu Sep 7 11:22:53 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file
#
# Copyright (c) 2024 SUSE LLC
# 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
@ -26,7 +26,7 @@
%endif
%{?sle15_python_module_pythons}
Name: python-sphinxcontrib-websupport%{psuffix}
Version: 1.2.7
Version: 1.2.6
Release: 0
Summary: Sphinx API for Web Apps
License: BSD-2-Clause
@ -49,6 +49,12 @@ BuildRequires: %{python_module docutils}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module sphinxcontrib-websupport >= %{version}}
%endif
%if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24
Recommends: python-Sphinx >= 5.0
Suggests: python-SQLAlchemy
Suggests: python-Whoosh
Suggests: python-xapian
%endif
%python_subpackages
%description

BIN
sphinxcontrib_websupport-1.2.6.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sphinxcontrib_websupport-1.2.7.tar.gz (Stored with Git LFS)

Binary file not shown.