diff --git a/python-tox.changes b/python-tox.changes index 3ecf211..75b0b72 100644 --- a/python-tox.changes +++ b/python-tox.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Dec 8 16:19:53 UTC 2023 - Dirk Müller + +- 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 diff --git a/python-tox.spec b/python-tox.spec index f2abe1b..7369dc1 100644 --- a/python-tox.spec +++ b/python-tox.spec @@ -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 diff --git a/tox-4.11.3.tar.gz b/tox-4.11.3.tar.gz deleted file mode 100644 index 3c22e21..0000000 --- a/tox-4.11.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5039f68276461fae6a9452a3b2c7295798f00a0e92edcd9a3b78ba1a73577951 -size 175528 diff --git a/tox-4.11.4.tar.gz b/tox-4.11.4.tar.gz new file mode 100644 index 0000000..98c89a9 --- /dev/null +++ b/tox-4.11.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73a7240778fabf305aeb05ab8ea26e575e042ab5a18d71d0ed13e343a51d6ce1 +size 176168