14
0

- 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:
2022-12-06 15:47:52 +00:00
committed by Git OBS Bridge
parent 17a22dc090
commit 7c7a7338d8
4 changed files with 24 additions and 4 deletions

View File

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