2 Commits

Author SHA256 Message Date
4750e1cecd Accepting request 1327617 from devel:languages:python
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

OBS-URL: https://build.opensuse.org/request/show/1327617
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tox?expand=0&rev=61
2026-01-17 13:55:01 +00:00
b2a18c6916 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=133
2026-01-16 09:43:56 +00:00
4 changed files with 27 additions and 7 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Fri Jan 16 09:40:18 UTC 2026 - Dirk Müller <dmueller@suse.com>
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 <dmueller@suse.com>

View File

@@ -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

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dd67f030317b80722cf52b246ff42aafd3ed27ddf331c415612d084304cf5e52
size 196255

3
tox-4.27.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b97d5ecc0c0d5755bcc5348387fef793e1bfa68eb33746412f4c60881d7f5f57
size 198351