Revisions of python-tox

buildservice-autocommit accepted request 1222849 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 128)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1222656 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 127)
- 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
buildservice-autocommit accepted request 1206399 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 126)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 125)
Record renaming of patches
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 124)
- Skip test_skip_develop_mode (gh#tox-dev/tox#3399)
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 123)
WIP
buildservice-autocommit accepted request 1163255 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 122)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 1162951 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 121)
- 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.
buildservice-autocommit accepted request 1161560 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 120)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1161549 from Dan Čermák's avatar Dan Čermák (dancermak) (revision 119)
New upstream release 4.14.2
buildservice-autocommit accepted request 1155220 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 118)
baserev update by copy to link target
buildservice-autocommit accepted request 1132139 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 116)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 115)
- 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)
buildservice-autocommit accepted request 1124422 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 114)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1124399 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 113)
- Fix required versions for BuildRequires and Requieres to use
  right version and to can build under Leap.
buildservice-autocommit accepted request 1115808 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 112)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 111)
- 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
buildservice-autocommit accepted request 1109766 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 110)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1109638 from Martin Schreiner's avatar Martin Schreiner (mschreiner) (revision 109)
- 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.
Displaying revisions 1 - 20 of 128
openSUSE Build Service is sponsored by