14
0

- update to 5.0.1:

* Fix compatibility with Sphinx 7.2.x
  * Add release note for events support
  * Process events
  * Add release note for end of Python 3.7 support
  * setup.cfg: Add click keyword
  * Drop Python 3.7 support
- Update to version 4.3.0
  * setup: Update URL

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx-click?expand=0&rev=9
This commit is contained in:
2023-09-13 08:31:46 +00:00
committed by Git OBS Bridge
parent e19d3a078d
commit fd2a6563d7
4 changed files with 18 additions and 6 deletions

View File

@@ -18,12 +18,13 @@
%{?sle15_python_module_pythons}
Name: python-sphinx-click
Version: 4.4.0
Version: 5.0.1
Release: 0
Summary: Sphinx extension that automatically documents click applications
License: MIT
URL: https://github.com/stephenfin/sphinx-click
Source: https://files.pythonhosted.org/packages/source/s/sphinx_click/sphinx-click-%{version}.tar.gz
BuildRequires: %{python_module devel >= 3.8}
BuildRequires: %{python_module pbr}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}