139 Commits

Author SHA256 Message Date
b8ed5aaa7f Accepting request 1331923 from devel:languages:python
- Update to 4.34.1:
  ## Features:
  * Support installing extras from the current project in dependency groups.
  * Add support for conditional set_env using PEP-496 environment markers.
  * Add __TOX_ENVIRONMENT_VARIABLE_ORIGINAL_CI, which passes through the CI
    variable if present.
  * A new tox life cycle event is now exposed for use via Plugins API.
  * Pass ssh-agent variables SSH_AGENT_PID and SSH_AUTH_SOCK in pass_env by
    default.
  * Added constraints to allow specifying constraints files for all
    dependencies.
  * Allow disabling tox plugins via the TOX_DISABLED_EXTERNAL_PLUGINS
    environment variable.
  ## Bugfixes:
  * Fix wheel corruption errors when the build backend updates the file in
    place.
  * Expand braced range syntax in all internal sections of tox.ini
    (e.g. deps, testenv).
  * Fix None appearing as the config filename in error output when the user's
    default config file is corrupt.
  * Previously, when tox ran in an automatically provisioned environment, it
    could hang waiting for a PEP 517 build backend if used in conjunction
    with the --installpkg option.
  * Prevent tox from hanging upon exit due to orphaned build threads and
    subprocesses when the --installpkg option is used with sdist.
  * Makes the error message more clear when pyproject.toml file cannot be
    loaded or is missing expected keys.
  * The tox_extend_envs() hook recently added turned out to not work well
    with tox run. It was fixed internally, not to exhaust the underlying
    iterator on the first use.

OBS-URL: https://build.opensuse.org/request/show/1331923
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tox?expand=0&rev=62
2026-02-10 20:11:57 +00:00
42047f7696 - Update to 4.34.1:
## Features:
  * Support installing extras from the current project in dependency groups.
  * Add support for conditional set_env using PEP-496 environment markers.
  * Add __TOX_ENVIRONMENT_VARIABLE_ORIGINAL_CI, which passes through the CI
    variable if present.
  * A new tox life cycle event is now exposed for use via Plugins API.
  * Pass ssh-agent variables SSH_AGENT_PID and SSH_AUTH_SOCK in pass_env by
    default.
  * Added constraints to allow specifying constraints files for all
    dependencies.
  * Allow disabling tox plugins via the TOX_DISABLED_EXTERNAL_PLUGINS
    environment variable.
  ## Bugfixes:
  * Fix wheel corruption errors when the build backend updates the file in
    place.
  * Expand braced range syntax in all internal sections of tox.ini
    (e.g. deps, testenv).
  * Fix None appearing as the config filename in error output when the user's
    default config file is corrupt.
  * Previously, when tox ran in an automatically provisioned environment, it
    could hang waiting for a PEP 517 build backend if used in conjunction
    with the --installpkg option.
  * Prevent tox from hanging upon exit due to orphaned build threads and
    subprocesses when the --installpkg option is used with sdist.
  * Makes the error message more clear when pyproject.toml file cannot be
    loaded or is missing expected keys.
  * The tox_extend_envs() hook recently added turned out to not work well
    with tox run. It was fixed internally, not to exhaust the underlying
    iterator on the first use.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=135
2026-02-09 03:17:20 +00:00
3b6e521436 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
68f9d71891 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
c339babdc5 Accepting request 1291245 from devel:languages:python
- update to 4.25.0:
  * Tests: Adjust expected exception message for Python 3.14.0a6
  * feat(config): Allow ranges in envlist
- update to 4.24.2:
  * TOX-3117 bugfix -c pyproject with non legacy
  * fix(docs): update expected code
  * Add missing bracket in config example
  * Gh issue 3456 update environment variable documentation
  * fix: Respect `--parallel N` with `--parallel-no-spinner`
  * TOML set_env file support
- update to 4.24.1:
  * Adds ability to configure stderr output color
- update to 4.24.0:
  * fix docs config typo
  * Allow users to disable use of pre-commit-uv
  * Pass nix-ld related variables by default in pass_env (fixes
    #3425)
  * Improve testenv docs consistency
  * Display exception name when subprocesses raise them
  * Fix the CI after setuptools 75.6 change
  * Update pre-commit hooks with mypy fix
  * Fix a typo in a code block in the User Guide
  * Update pre-commit hooks
  * 💅 Make SVG image compatible with Firefox
  * feat: adding a json schema command

  * Add provision arguments to ToxParser to fix crash when
    provisioning new tox environment without list-dependencies by
    :user:`seyidaniels` (:issue:`3190`)
  * Removed unused line from the 'fresh_subprocess' documentation.

OBS-URL: https://build.opensuse.org/request/show/1291245
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tox?expand=0&rev=60
2025-07-10 20:11:35 +00:00
bccb869f6c - update to 4.25.0:
* Tests: Adjust expected exception message for Python 3.14.0a6
  * feat(config): Allow ranges in envlist
- update to 4.24.2:
  * TOX-3117 bugfix -c pyproject with non legacy
  * fix(docs): update expected code
  * Add missing bracket in config example
  * Gh issue 3456 update environment variable documentation
  * fix: Respect `--parallel N` with `--parallel-no-spinner`
  * TOML set_env file support
- update to 4.24.1:
  * Adds ability to configure stderr output color
- update to 4.24.0:
  * fix docs config typo
  * Allow users to disable use of pre-commit-uv
  * Pass nix-ld related variables by default in pass_env (fixes
    #3425)
  * Improve testenv docs consistency
  * Display exception name when subprocesses raise them
  * Fix the CI after setuptools 75.6 change
  * Update pre-commit hooks with mypy fix
  * Fix a typo in a code block in the User Guide
  * Update pre-commit hooks
  * 💅 Make SVG image compatible with Firefox
  * feat: adding a json schema command
  * Add provision arguments to ToxParser to fix crash when
    provisioning new tox environment without list-dependencies by
    :user:`seyidaniels` (:issue:`3190`)
  * Removed unused line from the 'fresh_subprocess' documentation.
  * Fix crash with fresh subprocess, if the build backend is

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=131
2025-07-08 11:50:46 +00:00
03108795b2 Accepting request 1231731 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1231731
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tox?expand=0&rev=59
2024-12-17 18:25:48 +00:00
95c0c679b8 - Ignore failing test_load_dependency_many_extra test case as
well.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=129
2024-12-10 17:01:41 +00:00
1a9372f4ff Accepting request 1222849 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1222849
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tox?expand=0&rev=58
2024-11-09 19:57:54 +00:00
ead87897ca Accepting request 1222656 from home:ecsos:python
- Update to 4.23.2
  - Support external tox.pytest usage via "test" extra in #3422
- Changes from 4.23.1
  - Docs: adjusting EOL Python version testing remarks in #3417
  - Fix example docs in #3421
- Changes from 4.23.0
  - replace tool.pyproject and tool.tox.pyproject with tool.tox in config… in #3411
  - Add NETRC to the default_pass_env list in #3410
- Changes from 4.22.0
  - Fix the fix environment definition in #3407
  - Expose type checking dependencies into an extra in #3404
  - Add dependency-groups support (PEP-735) in #3409
- Changes from 4.21.2
  - Update sdist rules to include tox.toml (#3389) in #3390
- Changes from 4.21.1
  - Fix TOML configuration errors in #3388
- Changes from 4.21.0
  - Update Loader docs in #3352
  - True TOML config support in #3353
- Changes from 4.20.0
  - Separate list dependencies to a separate installer class in #3347
- Changes from 4.19.0
  - Add pypy-major.minor environment name support in #3346
- Changes from 4.18.1
  - Fixup the spec string for sys.executable in #3327
  - Fix issue link in changelog in #3332
  - Properly document the tox_env_teardown hook in #3333
  - Add 3.13 to CI and bump deps in #3339
- Changes from 4.18.0
  - Fix #3278 - Boost temporary directories cleanup in tests in #3323
  - Fix absolute base python paths conflicting in #3325
  - Fix #3318 - Suppress spinner in parallel runs in CI in #3321
- Changes from 4.17.1
  - Fix user guide system overview so nodes don't overlap. in #3307
  - Table with list of default env vars per OS in #3291
  - Add GraalPy and test both GraalPy and Jython env identifiers in #3312
  - Add on platform constat to core in #3315
- Changes from 4.17.0
  - Fix user guide system overview so nodes don't overlap. in #3307
  - Table with list of default env vars per OS in #3291
  - Add GraalPy and test both GraalPy and Jython env identifiers in #3312
  - Add on platform constat to core in #3315
- Changes from 4.16.0
  - Fix two small documentation issues in #3297
  - Fix tests after new setuptools in #3299
  - Add windir to the default list of pass_env variables on Windows in #3303
- Changes from 4.15.1
  - fix skip with package = wheel in #3269
  - Fixed typo in user guide.  in #3277
  - Fix broad build privileges @ GHA release workflow in #3281
  - Allow ConfigSet.add_config to receive parameterized generics for of_type. in #3288
  - Fix section substitution with setenv in #3289
- Changes from 4.15.0
  - Remove duplicated and misleading configuration section in #3251
  - Fix dropped leading characters c from constraints' packages in #3250
  - Fix type-checking in #3260
  - Update installation.rst in #3257
  - Allow appending to deps with the command line in #3259
  - Support multiple override appends in #3261
  - Add bang to invert exit code in #3271
  - fix(parser): Fix --discover parsed incorrectly from env in #3274

OBS-URL: https://build.opensuse.org/request/show/1222656
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=127
2024-11-08 15:02:46 +00:00
0b9e172e2d Accepting request 1206399 from devel:languages:python
- Skip test_skip_develop_mode (gh#tox-dev/tox#3399)
- Rename patches:
  - 0001-Make-use-of-devpi_process-optional.patch to optional_devpi_process.patch
  - 0002-skip-test-which-require-network-access.patch to mark-network-tests.patch
  which removes these two patches:
  - 0001-Make-use-of-devpi_process-optional.patch
  - 0002-skip-test-which-require-network-access.patch

OBS-URL: https://build.opensuse.org/request/show/1206399
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tox?expand=0&rev=57
2024-10-09 20:12:32 +00:00
6b8114dd5b Record renaming of patches
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=125
2024-10-08 21:13:46 +00:00
efbad92bc6 - Skip test_skip_develop_mode (gh#tox-dev/tox#3399)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=124
2024-10-08 19:21:09 +00:00
fef7654d89 WIP
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=123
2024-10-07 14:45:14 +00:00
3de7e059a7 Accepting request 1163255 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1163255
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tox?expand=0&rev=56
2024-03-29 12:09:31 +00:00
06d550df61 Accepting request 1162951 from home:ecsos:python
- Fix build error in Leap.
  - Disable one more test.
  - Drop macro %dnl because it works only in rpm version >= 4.15.
    Leap hast 4.14 at this time.
    Also enable it.
  - Fix some python3 typos in spec.

OBS-URL: https://build.opensuse.org/request/show/1162951
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=121
2024-03-28 08:03:04 +00:00
5405f0505e Accepting request 1161560 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1161560
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tox?expand=0&rev=55
2024-03-26 18:26:27 +00:00
fd3a2c3859 Accepting request 1161549 from home:dancermak:branches:devel:languages:python
New upstream release 4.14.2

OBS-URL: https://build.opensuse.org/request/show/1161549
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=119
2024-03-25 21:32:21 +00:00
3cd1fba8f8 Accepting request 1155220 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1155220
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tox?expand=0&rev=54
2024-03-05 17:52:27 +00:00
70ca9eafb3 Accepting request 1155206 from home:dimstar:Factory
Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1155206
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=117
2024-03-05 14:08:15 +00:00
175ace31e0 Accepting request 1132139 from devel:languages:python
- 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)

OBS-URL: https://build.opensuse.org/request/show/1132139
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tox?expand=0&rev=53
2023-12-09 21:53:32 +00:00
c66f0801cc - 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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=115
2023-12-08 16:21:52 +00:00
a558e6fdd3 Accepting request 1124422 from devel:languages:python
Forwarded request #1124399 from ecsos

- Fix required versions for BuildRequires and Requieres to use
    right version and to can build under Leap.

OBS-URL: https://build.opensuse.org/request/show/1124422
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tox?expand=0&rev=52
2023-11-09 20:36:00 +00:00
469fe52128 Accepting request 1124399 from home:ecsos:python
- Fix required versions for BuildRequires and Requieres to use
  right version and to can build under Leap.

OBS-URL: https://build.opensuse.org/request/show/1124399
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=113
2023-11-09 11:20:04 +00:00
0bc02b9f59 Accepting request 1115808 from devel:languages:python
- update to 4.11.3:
  * docs(plugin): explain plugin registration
  * Fix error caused by a bad `base_python` path
  * Fix typos discovered by codespell
  * Providing example to make CLI help more helpful for -x,--
    override
  * Remove stray colons in `config.rst` left over from #3111

  * on venv cleanup: add explicit check for pypy venv to make it possible to recreate it
  * --showconfig overhaul
- Update to 2.1.1:
  * fix issue258, fix issue248, fix issue253: for non-test commands
  * fix issue247: tox now passes the LANG variable from the tox invocation
    invocation environment to the test environment and on Windows
    on unix additionally ``TMPDIR`` is passed.  If you need to pass
    execute: the new per-venv "platform" setting allows to specify
    If platform is set and doesn't match the platform spec in the test
    for testenv sections.  Can be used from plugins through the
    call virtualenv through "python -m virtualenv" with the same
  + fix issue116: make 1.6 introduced behaviour of changing to a
    per-env HOME directory during install activities dependent
  + fix issue117: python2.5 fix: don't use ``--insecure`` option because
    want to support python2.5/pip1.3.1 based test environments you need
  + fix issue91: python2.5 support by vendoring the virtualenv-1.9.1
    script and forcing pip<1.4. Also the default [py25] environment
    to use pip without the "--pre" option which was introduced
    with pip-1.4 and is now required if you want to install non-stable
 - make sure test commands are searched first in the virtualenv
 - show (test) command that is being executed, thanks
 - depend on virtualenv-1.9.1

OBS-URL: https://build.opensuse.org/request/show/1115808
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tox?expand=0&rev=51
2023-10-05 18:05:13 +00:00
075c8f25fc - update to 4.11.3:
* docs(plugin): explain plugin registration
  * Fix error caused by a bad `base_python` path
  * Fix typos discovered by codespell
  * Providing example to make CLI help more helpful for -x,--
    override
  * Remove stray colons in `config.rst` left over from #3111
  * on venv cleanup: add explicit check for pypy venv to make it possible to recreate it
  * --showconfig overhaul
- Update to 2.1.1:
  * fix issue258, fix issue248, fix issue253: for non-test commands
  * fix issue247: tox now passes the LANG variable from the tox invocation
    invocation environment to the test environment and on Windows
    on unix additionally ``TMPDIR`` is passed.  If you need to pass
    execute: the new per-venv "platform" setting allows to specify
    If platform is set and doesn't match the platform spec in the test
    for testenv sections.  Can be used from plugins through the
    call virtualenv through "python -m virtualenv" with the same
  + fix issue116: make 1.6 introduced behaviour of changing to a
    per-env HOME directory during install activities dependent
  + fix issue117: python2.5 fix: don't use ``--insecure`` option because
    want to support python2.5/pip1.3.1 based test environments you need
  + fix issue91: python2.5 support by vendoring the virtualenv-1.9.1
    script and forcing pip<1.4. Also the default [py25] environment
    to use pip without the "--pre" option which was introduced
    with pip-1.4 and is now required if you want to install non-stable
 - make sure test commands are searched first in the virtualenv
 - show (test) command that is being executed, thanks
 - depend on virtualenv-1.9.1
  + refactor reporting and virtualenv manipulation

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=111
2023-10-05 11:36:34 +00:00
b148fbd6f5 Accepting request 1109766 from devel:languages:python
Forwarded request #1109638 from mschreiner

- Refresh mark-network-tests.patch for 4.11.1.
  - Rewrite optional_devpi_process.patch for 4.11.1.
  - Add explicit numpy built-time dependency, as the one pulled by
    pytest-randomly was broken.
  - Fix rpmlint warning: package was obsoleting itself.
  - Update to 4.11.1.
  - Please check the .changes file for a more complete changelog.

OBS-URL: https://build.opensuse.org/request/show/1109766
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tox?expand=0&rev=50
2023-09-10 11:09:59 +00:00
5cddc638eb Accepting request 1109638 from home:mschreiner:branches:devel:languages:python
- Refresh mark-network-tests.patch for 4.11.1.
- Rewrite optional_devpi_process.patch for 4.11.1.
- Add explicit numpy built-time dependency, as the one pulled by
  pytest-randomly was broken.
- Fix rpmlint warning: package was obsoleting itself.
- Update to 4.11.1.
- Please check the .changes file for a more complete changelog.

OBS-URL: https://build.opensuse.org/request/show/1109638
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=109
2023-09-08 17:15:07 +00:00
f49d2e72cf Accepting request 1092492 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1092492
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tox?expand=0&rev=49
2023-06-12 13:27:46 +00:00
6e07494e5f Accepting request 1092160 from home:ecsos:python
- Fix build error in Leap.
  Change %autopatch -p1 -m 1 to %patch1 -p1

OBS-URL: https://build.opensuse.org/request/show/1092160
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=107
2023-06-12 08:24:01 +00:00
f05730afc0 Accepting request 1090576 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1090576
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tox?expand=0&rev=48
2023-06-04 16:36:05 +00:00
499d66f249 Accepting request 1090515 from home:dancermak:branches:devel:languages:python
Fix requires & buildrequires

OBS-URL: https://build.opensuse.org/request/show/1090515
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=105
2023-06-02 21:13:14 +00:00
fae5274983 Accepting request 1086768 from devel:languages:python
- Update to 4.5.1:
  The amount of changes is so huge, that user is kindly referred
  to the packaged changelog.
- Add mark-network-tests.patch to skip test which require network
  access
- Add optional_devpi_process.patch to make the package not depend
  on devpi_process (which is rather expensive to build).
- Add _constraints.

OBS-URL: https://build.opensuse.org/request/show/1086768
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tox?expand=0&rev=47
2023-05-12 18:39:01 +00:00
c50e3348aa - Add _constraints.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=103
2023-05-12 13:33:05 +00:00
b5e965996f Fix typo
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=102
2023-05-12 13:20:14 +00:00
cea7346d9b Skip more tests
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=101
2023-05-12 13:19:49 +00:00
567efeda93 Temporarily switch off devpi-process
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=100
2023-05-11 07:07:17 +00:00
6cb5855428 Correct use of sle15_python_module_pythons
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=99
2023-05-11 06:05:59 +00:00
dc84f2ea91 - Add optional_devpi_process.patch to make the package not depend
on devpi_process (which is rather expensive to build).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=98
2023-05-10 20:13:37 +00:00
a4a430c851 - Add mark-network-tests.patch to skip test which require network
access

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=97
2023-05-10 20:05:27 +00:00
2415724b0d - Update to 4.5.1:
The amount of changes is so huge, that user is kindly referred
  to the packaged changelog.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=96
2023-05-05 14:45:01 +00:00
95de30ce0a Accepting request 1081737 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1081737
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tox?expand=0&rev=46
2023-04-21 18:17:14 +00:00
07b058e742 Accepting request 1081669 from home:dirkmueller:acdc:as_python3_module
SR for python stack proposal

OBS-URL: https://build.opensuse.org/request/show/1081669
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=94
2023-04-21 13:30:45 +00:00
cdab0ec5ec Accepting request 1060096 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1060096
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tox?expand=0&rev=45
2023-01-21 18:12:24 +00:00
0f21c4561f Accepting request 1059852 from home:michals
- Add missing python-tomli dependency.

OBS-URL: https://build.opensuse.org/request/show/1059852
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=92
2023-01-21 06:47:02 +00:00
5ffaa1509d Accepting request 1031190 from devel:languages:python
- Remove python2-related parts of the SPEC file.

OBS-URL: https://build.opensuse.org/request/show/1031190
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tox?expand=0&rev=44
2022-10-26 10:31:37 +00:00
279fb94c4a - Remove python2-related parts of the SPEC file.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=90
2022-10-25 18:57:15 +00:00
2fc4a37f26 Accepting request 1010419 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1010419
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tox?expand=0&rev=43
2022-10-14 13:41:40 +00:00
e5d0a69128 Accepting request 1010293 from home:yarunachalam:branches:devel:languages:python
- Update to version 3.26.0 
  Bugfixes
  * Fix fallback to python environment when isolated_build = true is set – by @Unrud #2474
  * Fixed SetuptoolsDeprecationWarning about using --global-option – by @adamchainz #2478

OBS-URL: https://build.opensuse.org/request/show/1010293
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=88
2022-10-13 07:49:49 +00:00
875c5795b5 Accepting request 990866 from devel:languages:python
- update to 3.25.1:
  * ``sitepackages = true`` will add user's site-package to the python path on Windows as expected
  * Avoid importing ``pipes`` on Python 3.3+ to avoid ``DeprecationWarning`` on Python 3.11
  * Fix ``isolated_build`` when the build process produces stderr at exit.
  * Fixed failing isolated_build because setuptools warning was captured
    in ``build_requires``.
  * Avoid potential 30s delay caused by socket.getfqdn().
  * Ignore missing commands if they are prefixed by ``-``

OBS-URL: https://build.opensuse.org/request/show/990866
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tox?expand=0&rev=42
2022-07-26 17:43:58 +00:00