Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 4750e1cecd | |||
| b2a18c6916 |
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
3
tox-4.27.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b97d5ecc0c0d5755bcc5348387fef793e1bfa68eb33746412f4c60881d7f5f57
|
||||
size 198351
|
||||
Reference in New Issue
Block a user