Revisions of python-tox

Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1010293 from Yogalakshmi Arunachalam's avatar Yogalakshmi Arunachalam (yarunachalam) (revision 88)
- 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
buildservice-autocommit accepted request 990866 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 87)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 86)
- 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 ``-``
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 942212 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 85)
- Drop definition of python-tox-doc: this subpackage is not being
  built.
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 84)
- Update to 3.24.4:
  - Fixed handling of -e ALL in parallel mode by ignoring the ALL
    in subprocesses -- by :user:`guahki`. #2167
  - Prevent tox from using a truncated interpreter when using
    TOX_LIMITED_SHEBANG -- by :user:`jdknight`. #2208
  - Enabled the use of the favicon in the Sphinx docs first
    introduced in :pull:`764` but not integrated fully --
    :user:`webknjaz` #2177
  - --parallel reports now show ASCII OK/FAIL/SKIP lines when
    full Unicode output is not available - by :user:`brettcs`
    #1421
  - Started enforcing valid references in Sphinx docs --
    :user:`webknjaz` #2168
  - include LC_ALL to implicit list of passenv variables - by
    :user:`ssbarnea` #2162
  - get_requires_for_build_sdist hook (PEP 517) is assumed to
    return an empty list if left unimplemented by the backend
    build system - by :user:`oczkoisse` #2130
  - The documentation of install_command now also mentions that
    you can provide arbitrary commands - by :user:`jugmac00`
    #2081
  - --devenv no longer modifies the directory in which the .tox
    environment is provisioned - by :user:`isaac-ped` #2065
  - Fix show config when the package names are not in canonical
    form - by :user:`gaborbernat`. #2103
  - Extended environment variables section - by :user:`majiang`
    #2036
  - tox no longer shows deprecation warnings for
    distutils.sysconfig on Python 3.10 - by :user:`9999years`
    #2100
buildservice-autocommit accepted request 874338 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 83)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 874310 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 82)
- Fix wheel location when custom installing into test venv.
buildservice-autocommit accepted request 863927 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 81)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 863907 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 80)
- Update requirements
- Fix the test suite failure introduced by the switch to
  coinstallable python3 flavors: must be called with plain python
  name for sys.executable to not detect the minor version as
  binary extension (python3.8 --> magic.8)

- Update to v3.21.1
buildservice-autocommit accepted request 863047 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 79)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 863000 from John Vandenberg's avatar John Vandenberg (jayvdb) (revision 78)
- Remove build dependency on pytest-cov
- Re-enable test_create_KeyboardInterrupt and spinner tests
- Update to v0.21.1
buildservice-autocommit accepted request 841453 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 77)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 841413 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 76)
- update to 3.18.0
  * Add allowlist_externals alias to whitelist_externals (whitelist_externals is now deprecated). - by :user:`dajose`
  * Fix tests when the ``HOSTNAME`` environment variable is set, but empty string - by :user:`hroncok`
  * The long arguments ``--verbose`` and ``--quiet`` (rather than only their short forms, ``-v`` and ``-q``) are now accepted.
  * The ``ResultLog`` now prefers ``HOSTNAME`` environment variable value (if set) over the full qualified domain name of localhost.
    This makes it possible to disable an undesired DNS lookup,
    which happened on all ``tox`` invocations, including trivial ones * by :user:`hroncok`
  * Update packaging information for Flit.
  * Fixed the support for using ``{temp_dir}`` in ``tox.ini`` - by :user:`webknjaz`
  * Allow skipping the package and installation step when passing the ``--skip-pkg-install``.
buildservice-autocommit accepted request 817143 from Thomas Bechtold's avatar Thomas Bechtold (tbechtold) (revision 75)
baserev update by copy to link target
Thomas Bechtold's avatar Thomas Bechtold (tbechtold) committed (revision 74)
- update to 3.15.2:
  - Add an option to allow a process to suicide before sending the
    SIGTERM.
  - PyPy 7.3.1 on Windows uses the 'Script' folder instead of
    'bin'.
buildservice-autocommit accepted request 807945 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 73)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 807794 from Michael Ströder's avatar Michael Ströder (stroeder) (revision 72)
- version update to 3.15.1
  * Allow parallel mode without arguments.
  * Allow generative section name expansion.
  * default to passing the env var PIP_EXTRA_INDEX_URL
  * some bug fixes
buildservice-autocommit accepted request 794895 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 71)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 794893 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 70)
- version update to 3.14.6
  - Exclude virtualenv depencency versions with known
    regressions (20.0.[0-7]) - by :user:`webknjaz`.
    `#1537 <https://github.com/tox-dev/tox/issues/1537>`_
  - Fix ``tox -h`` and ``tox --hi`` shows an error when run outside a directory with tox support files by :user:`nkpro2000sr`.
    `#1539 <https://github.com/tox-dev/tox/issues/1539>`_
buildservice-autocommit accepted request 786809 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 69)
baserev update by copy to link target
Displaying revisions 41 - 60 of 128
openSUSE Build Service is sponsored by