14
0

- update to 6.0.0:

* FIX Format string defaults correctly
  * Remove errant prints
  * Drop support for click 7.x, Sphinx < 5.x
  * readthedocs: Use dirhtml builder
  * docs: Add discrete mocking section
  * actions: Integrate tox-gh-actions
  * Distinguish between click and asyncclick
  * tests: Set maxDiff
  * Skip test with click 7.x
  * FIX If the \`help\` of an argument is \`None\`, don't fail
  * Add defusedxml to tox deps
  * Add defusedxml as test requirement
  * typing: Remove unused ignore
  * Add readthedocs config file
  * Fix show\_default with context\_settings
  * tests: Add tests for 'commands' option
  * Add support, testing for Python 3.12
  * Add release note for typer arg help text feature
  * Interpret help for arguments
  * typing: Update for latest types-docutils

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx-click?expand=0&rev=13
This commit is contained in:
2024-07-01 08:09:13 +00:00
committed by Git OBS Bridge
parent eb2dfee124
commit e1c73ca920
4 changed files with 36 additions and 11 deletions

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Mon Jul 1 08:08:55 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 6.0.0:
* FIX Format string defaults correctly
* Remove errant prints
* Drop support for click 7.x, Sphinx < 5.x
* readthedocs: Use dirhtml builder
* docs: Add discrete mocking section
* actions: Integrate tox-gh-actions
* Distinguish between click and asyncclick
* tests: Set maxDiff
* Skip test with click 7.x
* FIX If the \`help\` of an argument is \`None\`, don't fail
* Add defusedxml to tox deps
* Add defusedxml as test requirement
* typing: Remove unused ignore
* Add readthedocs config file
* Fix show\_default with context\_settings
* tests: Add tests for 'commands' option
* Add support, testing for Python 3.12
* Add release note for typer arg help text feature
* Interpret help for arguments
* typing: Update for latest types-docutils
-------------------------------------------------------------------
Wed Nov 22 09:54:55 UTC 2023 - Dirk Müller <dmueller@suse.com>