Revisions of python-tox

Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 817143 from Thomas Bechtold's avatar Thomas Bechtold (tbechtold) (revision 35)
- 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'.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 786809 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 32)
- Disable spinner tests as the monkeypatch changed behaviour in pytest

- version update to 3.14.5
  - Add ``--discover`` (fallback to ``TOX_DISCOVER`` environment variable via path separator) to inject python executables
    to try as first step of a discovery - note the executable still needs to match the environment by :user:`gaborbernat`.
    `#1526 <https://github.com/tox-dev/tox/issues/1526>`_
  - Bump minimal six version needed to avoid using one incompatible with newer
    virtualenv. - by :user:`ssbarnea`
    `#1519 <https://github.com/tox-dev/tox/issues/1519>`_
  - Avoid pypy test failure due to undefined printout var. - by :user:`ssbarnea`
    `#1521 <https://github.com/tox-dev/tox/issues/1521>`_
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 771779 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 31)
- Update to 3.14.3 bsc#1163043:
  * Relax importlib requirement to allow either version 0 or 1 - by :user:`chyzzqo2` #1476
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 731289 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 29)
- Update to 3.14.0:
  * Fix PythonSpec detection of python3.10
  * Fix regression failing to detect future and past py## factors
  * Fix current_tox_py for pypy / pypy3
  * Add support for minor versions with multiple digits
  * Remove dependence on md5 hashing algorithm
  * on venv cleanup: add explicit check for pypy venv to make it possible to recreate it 
  * Fix isolated build double-requirement
  * Replace pkg_resources with importlib_metadata for speed
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 645896 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 24)
- Make sure the tests are executed

- specfile:
  * require filelock
  * CHANGELOG.rst ->changelog.rst, added CONTRIBUTORS CONTRIBUTING.rst to doc
  * add fdupes
- update to version 3.5.2:
  * Bugfixes
    + session packages are now put inside a numbered directory
      (instead of prefix numbering it, because pip fails when wheels
      are not named according to `PEP-491
      <https://www.python.org/dev/peps/pep-0491/#id9>`_, and prefix
      numbering messes with this) - by :user:`gaborbernat` (`#1042
      <https://github.com/tox-dev/tox/issues/1042>`_)
  * Features
    + level three verbosity ("-vvv") show the packaging output - by
      :user:`gaborbernat` (`#1047
      <https://github.com/tox-dev/tox/issues/1047>`_)
- changes from version 3.5.1:
  * Bugfixes
    + fix regression with "3.5.0": specifying "--installpkg" raises
      "AttributeError: 'str' object has no attribute 'basename'"
      (`#1042 <https://github.com/tox-dev/tox/issues/1042>`_)
- changes from version 3.5.0:
  * Bugfixes
    + intermittent failures with "--parallel--safe-build", instead of
      mangling with the file paths now uses a lock to make the package
      build operation thread safe and is now on by default
      ("--parallel--safe-build" is now deprecated) - by
      :user:`gaborbernat` (`#1026
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) accepted request 635060 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 23)
- update to 3.3.0:
  - fix ``TOX_LIMITED_SHEBANG`` when running under python3 - by :user:`asottile` (`#931 <https://github.com/tox-dev/tox/issues/931>`_)
  - `PEP-517 <https://www.python.org/dev/peps/pep-0517/>`_ source distribution support (create a
    ``.package`` virtual environment to perform build operations inside) by :user:`gaborbernat` (`#573 <https://github.com/tox-dev/tox/issues/573>`_)
  - `flit <https://flit.readthedocs.io>`_ support via implementing ``PEP-517`` by :user:`gaborbernat` (`#820 <https://github.com/tox-dev/tox/issues/820>`_)
  - packaging now is exposed as a hook via ``tox_package(session, venv)`` - by :user:`gaborbernat` (`#951 <https://github.com/tox-dev/tox/issues/951>`_)
  - Updated the VSTS build YAML to use the latest jobs and pools syntax - by :user:`davidstaheli` (`#955 <https://github.com/tox-dev/tox/issues/955>`_)
  - ``--parallel--safe-build`` no longer cleans up its folders (``distdir``, ``distshare``, ``log``). - by :user:`gaborbernat` (`#849 <https://github.com/tox-dev/tox/issues/849>`_)
  - Switch pip invocations to use the module ``-m pip`` instead of direct invocation. This could help
    avoid some of the shebang limitations.  - by :user:`gaborbernat` (`#935 <https://github.com/tox-dev/tox/issues/935>`_)
  - Ability to specify package requirements for the tox run via the ``tox.ini`` (``tox`` section under key ``requires`` - PEP-508 style): can be used to specify both plugin requirements or build dependencies. - by :user
  :`gaborbernat` (`#783 <https://github.com/tox-dev/tox/issues/783>`_)
  - Allow to run multiple tox instances in parallel by providing the
    ``--parallel--safe-build`` flag. - by :user:`gaborbernat` (`#849 <https://github.com/tox-dev/tox/issues/849>`_)
  - A caching issue that caused the ``develop-inst-nodeps`` action, which
    reinstalls the package under test, to always run has been resolved. The
    ``develop-inst-noop`` action, which, as the name suggests, is a no-op, will now
    run unless there are changes to ``setup.py`` or ``setup.cfg`` files that have
    not been reflected - by @stephenfin (`#909 <https://github.com/tox-dev/tox/issues/909>`_)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 623448 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 22)
- Version update to 3.1.2:
  * Many changes in the code, dropped support for py <2.7 and <3.3
  * See CHANGELOG.rst
- Do not build sphinx documentation, additional dependencies
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 493150 from Todd R's avatar Todd R (TheBlackCat) (revision 19)
Only one package should provide "tox".
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 486542 from Jan Matejek's avatar Jan Matejek (matejcik) (revision 18)
- update for singlespec
- update to 2.7.0

please add to Staging:E, should fix the tox failure
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 460740 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 17)
Automatic submission by obs-autosubmit
Displaying revisions 21 - 40 of 56
openSUSE Build Service is sponsored by