Compare commits
10 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 6792ec6565 | |||
| eb2a23e4e7 | |||
| d82c6c7198 | |||
| 9242e46e1d | |||
| 6084f60ec9 | |||
| 06bf83207a | |||
| 0d05bdad65 | |||
| d536d4ea8a | |||
| 1d057c1d8b | |||
| 513a306aa5 |
@@ -1,23 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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>
|
Tue Jul 8 11:50:14 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-tox
|
# spec file for package python-tox
|
||||||
#
|
#
|
||||||
# Copyright (c) 2026 SUSE LLC and contributors
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -23,7 +23,7 @@
|
|||||||
%bcond_with devpi_process
|
%bcond_with devpi_process
|
||||||
%endif
|
%endif
|
||||||
Name: python-tox
|
Name: python-tox
|
||||||
Version: 4.27.0
|
Version: 4.25.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Virtualenv-based automation of test activities
|
Summary: Virtualenv-based automation of test activities
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -54,7 +54,7 @@ BuildRequires: %{python_module re-assert}
|
|||||||
BuildRequires: %{python_module setuptools >= 41.0.1}
|
BuildRequires: %{python_module setuptools >= 41.0.1}
|
||||||
BuildRequires: %{python_module setuptools_scm >= 2.0.0}
|
BuildRequires: %{python_module setuptools_scm >= 2.0.0}
|
||||||
BuildRequires: %{python_module time-machine >= 2.13}
|
BuildRequires: %{python_module time-machine >= 2.13}
|
||||||
BuildRequires: %{python_module virtualenv >= 20.31}
|
BuildRequires: %{python_module virtualenv >= 20.29.1}
|
||||||
BuildRequires: %{python_module wheel >= 0.42}
|
BuildRequires: %{python_module wheel >= 0.42}
|
||||||
%if %{with devpi_process}
|
%if %{with devpi_process}
|
||||||
BuildRequires: %{python_module devpi-process > 1}
|
BuildRequires: %{python_module devpi-process > 1}
|
||||||
@@ -71,7 +71,7 @@ Requires: python-packaging >= 24.2
|
|||||||
Requires: python-platformdirs >= 4.3.6
|
Requires: python-platformdirs >= 4.3.6
|
||||||
Requires: python-pluggy >= 1.5
|
Requires: python-pluggy >= 1.5
|
||||||
Requires: python-pyproject-api >= 1.8
|
Requires: python-pyproject-api >= 1.8
|
||||||
Requires: python-virtualenv >= 20.31
|
Requires: python-virtualenv >= 20.29.1
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun): update-alternatives
|
Requires(postun): update-alternatives
|
||||||
# last detox version is 0.19
|
# last detox version is 0.19
|
||||||
|
|||||||
3
tox-4.25.0.tar.gz
Normal file
3
tox-4.25.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dd67f030317b80722cf52b246ff42aafd3ed27ddf331c415612d084304cf5e52
|
||||||
|
size 196255
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b97d5ecc0c0d5755bcc5348387fef793e1bfa68eb33746412f4c60881d7f5f57
|
|
||||||
size 198351
|
|
||||||
Reference in New Issue
Block a user