forked from pool/python-sphinx-click
- update to 4.4.0:
* Add release note for Python 3.11 support * actions: Test Python 3.11 * Points to alternative to complement Click-based CLI documentation * Add Sphinx extension classifier * Add pull request template * Trivial setup.py, setup.cfg changes * Render option defaults as literals * Change target Python version used for black * actions: Update to latest versions of actions * Use deep clone for GitHub actions * docs: Add more examples * tests: Add more application tests * Add our first "extension" test * Switch to pytest for testing * Run mypy as part of CI job OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx-click?expand=0&rev=5
This commit is contained in:
@@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 6 15:46:55 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 4.4.0:
|
||||||
|
* Add release note for Python 3.11 support
|
||||||
|
* actions: Test Python 3.11
|
||||||
|
* Points to alternative to complement Click-based CLI documentation
|
||||||
|
* Add Sphinx extension classifier
|
||||||
|
* Add pull request template
|
||||||
|
* Trivial setup.py, setup.cfg changes
|
||||||
|
* Render option defaults as literals
|
||||||
|
* Change target Python version used for black
|
||||||
|
* actions: Update to latest versions of actions
|
||||||
|
* Use deep clone for GitHub actions
|
||||||
|
* docs: Add more examples
|
||||||
|
* tests: Add more application tests
|
||||||
|
* Add our first "extension" test
|
||||||
|
* Switch to pytest for testing
|
||||||
|
* Run mypy as part of CI job
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 7 16:22:14 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
Fri Oct 7 16:22:14 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||||
|
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-sphinx-click
|
Name: python-sphinx-click
|
||||||
Version: 4.3.0
|
Version: 4.4.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Sphinx extension that automatically documents click applications
|
Summary: Sphinx extension that automatically documents click applications
|
||||||
License: MIT
|
License: MIT
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bd4db5d3c1bec345f07af07b8e28a76cfc5006d997984e38ae246bbf8b9a3b38
|
|
||||||
size 22020
|
|
3
sphinx-click-4.4.0.tar.gz
Normal file
3
sphinx-click-4.4.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cc67692bd28f482c7f01531c61b64e9d2f069bfcf3d24cbbb51d4a84a749fa48
|
||||||
|
size 25564
|
Reference in New Issue
Block a user