14
0
forked from pool/python-tox

- update to 4.11.4:

* Fix `quickstart` command from requiring `root` positional
    argument
  * docs(config): fix default value for install_command
  * Added Python 3.12 in installation docs
  * Fix terminal size in tox commands (#2999)
  * Use the new ruff formatter over black
  * docs(config): Fix base_python default reference
  * Fixed 'AppData' not passed to env by default (#3151)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=115
This commit is contained in:
2023-12-08 16:21:52 +00:00
committed by Git OBS Bridge
parent d6e91d07b5
commit bc27a8e7b9
4 changed files with 18 additions and 5 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Dec 8 16:19:53 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 4.11.4:
* Fix `quickstart` command from requiring `root` positional
argument
* docs(config): fix default value for install_command
* Added Python 3.12 in installation docs
* Fix terminal size in tox commands (#2999)
* Use the new ruff formatter over black
* docs(config): Fix base_python default reference
* Fixed 'AppData' not passed to env by default (#3151)
-------------------------------------------------------------------
Thu Nov 9 09:17:17 UTC 2023 - ecsos <ecsos@opensuse.org>