diff --git a/python-tox.changes b/python-tox.changes index 88149cc..0e1e823 100644 --- a/python-tox.changes +++ b/python-tox.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Jan 16 09:40:18 UTC 2026 - Dirk Müller + +update to 4.27.0: + * Feat: include free_threaded flag in result-json + * Add security policy + * Fix dependency-group name normalization + * Log environment variables sorted by key while redacting + values of unsafe ones +- update to 4.26.0: + * Add a missing quote in a TOML example @ `config.rst` + * Add colour to GitHub Actions CI logs + * Fix using deprecated virtualenv option `--wheel` + * Fix custom HelpFormatter for Python 3.14 + * Drop support for EOL Python 3.8 + * Test with Python 3.14 + * Fix for tox4 regression issue with setenv file and + substitutions + * Feat: free-threaded python support + ------------------------------------------------------------------- Tue Jul 8 11:50:14 UTC 2025 - Dirk Müller diff --git a/python-tox.spec b/python-tox.spec index 353946c..09b2049 100644 --- a/python-tox.spec +++ b/python-tox.spec @@ -1,7 +1,7 @@ # # spec file for package python-tox # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,7 +23,7 @@ %bcond_with devpi_process %endif Name: python-tox -Version: 4.25.0 +Version: 4.27.0 Release: 0 Summary: Virtualenv-based automation of test activities License: MIT @@ -54,7 +54,7 @@ BuildRequires: %{python_module re-assert} BuildRequires: %{python_module setuptools >= 41.0.1} BuildRequires: %{python_module setuptools_scm >= 2.0.0} BuildRequires: %{python_module time-machine >= 2.13} -BuildRequires: %{python_module virtualenv >= 20.29.1} +BuildRequires: %{python_module virtualenv >= 20.31} BuildRequires: %{python_module wheel >= 0.42} %if %{with devpi_process} BuildRequires: %{python_module devpi-process > 1} @@ -71,7 +71,7 @@ Requires: python-packaging >= 24.2 Requires: python-platformdirs >= 4.3.6 Requires: python-pluggy >= 1.5 Requires: python-pyproject-api >= 1.8 -Requires: python-virtualenv >= 20.29.1 +Requires: python-virtualenv >= 20.31 Requires(post): update-alternatives Requires(postun): update-alternatives # last detox version is 0.19 diff --git a/tox-4.25.0.tar.gz b/tox-4.25.0.tar.gz deleted file mode 100644 index 8e74ce8..0000000 --- a/tox-4.25.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd67f030317b80722cf52b246ff42aafd3ed27ddf331c415612d084304cf5e52 -size 196255 diff --git a/tox-4.27.0.tar.gz b/tox-4.27.0.tar.gz new file mode 100644 index 0000000..e0eca2b --- /dev/null +++ b/tox-4.27.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b97d5ecc0c0d5755bcc5348387fef793e1bfa68eb33746412f4c60881d7f5f57 +size 198351