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:
@@ -23,7 +23,7 @@
|
||||
%bcond_with devpi_process
|
||||
%endif
|
||||
Name: python-tox
|
||||
Version: 4.11.3
|
||||
Version: 4.11.4
|
||||
Release: 0
|
||||
Summary: Virtualenv-based automation of test activities
|
||||
License: MIT
|
||||
@@ -61,10 +61,10 @@ BuildRequires: %{python_module wheel >= 0.41.2}
|
||||
%if %{with devpi_process}
|
||||
BuildRequires: %{python_module devpi-process > 1}
|
||||
%endif
|
||||
BuildRequires: %{python_module importlib-metadata >= 6.8}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: unzip
|
||||
BuildRequires: %{python_module importlib-metadata >= 6.8}
|
||||
Requires: python-cachetools >= 5.3.1
|
||||
Requires: python-chardet >= 5.2
|
||||
Requires: python-colorama >= 0.4.6
|
||||
|
Reference in New Issue
Block a user