Revisions of python-tox

Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 42)
- 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>`_)
buildservice-autocommit accepted request 623448 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 41)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 40)
- 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
buildservice-autocommit accepted request 559371 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 39)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 559357 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 38)
Fix html doc generation/installation. This never worked (as the current content of python-tox-doc proves) and with rpm 4.14 this even results in an error
buildservice-autocommit accepted request 530441 from Jan Matejek's avatar Jan Matejek (matejcik) (revision 37)
baserev update by copy to link target
Jan Matejek's avatar Jan Matejek (matejcik) accepted request 530233 from Arun Persaud's avatar Arun Persaud (apersaud) (revision 36)
update to latest version
buildservice-autocommit accepted request 493150 from Todd R's avatar Todd R (TheBlackCat) (revision 35)
baserev update by copy to link target
Todd R's avatar Todd R (TheBlackCat) committed (revision 34)
Todd R's avatar Todd R (TheBlackCat) accepted request 493145 from Todd R's avatar Todd R (TheBlackCat) (revision 33)
Only one package should provide "tox".
buildservice-autocommit accepted request 486542 from Jan Matejek's avatar Jan Matejek (matejcik) (revision 32)
baserev update by copy to link target
Jan Matejek's avatar Jan Matejek (matejcik) accepted request 486540 from Jan Matejek's avatar Jan Matejek (matejcik) (revision 31)
- update for singlespec
- improve test runner, drop tox-disable-env-tests.patch
- split off common python-tox-doc subpackage
- update to 2.7.0
  * improve environment information for users
  * add "alwayscopy" config option
  * slightly backwards-incompatible fix for {posargs} substitution
  * add Python 3.6 and 3.7 support
  * more bugfixes, see CHANGELOG for more details
buildservice-autocommit accepted request 460740 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 30)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 29)
- add a "tox" provides that helps finding it for non-SUSE users
Denisart Benjamin's avatar Denisart Benjamin (posophe) committed (revision 28)
Denisart Benjamin's avatar Denisart Benjamin (posophe) accepted request 385464 from Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) (revision 27)
- remove failing test: test_force_dep_with_url
buildservice-autocommit accepted request 358477 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 26)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 358395 from Thomas Bechtold's avatar Thomas Bechtold (tbechtold) (revision 25)
- update to 2.3.1:
  * fix issue294: re-allow cross-section substitution for setenv.
  * DEPRECATE use of "indexservers" in tox.ini.  It complicates
    the internal code and it is recommended to rather use the
    devpi system for managing indexes for pip.
  * fix issue285: make setenv processing fully lazy to fix regressions
    of tox-2.2.X and so that we can now have testenv attributes like
    "basepython" depend on environment variables that are set in
    a setenv section. Thanks Nelfin for some tests and initial
    work on a PR.
  * allow "#" in commands.  This is slightly incompatible with commands
    sections that used a comment after a "\" line continuation.
    Thanks David Stanek for the PR.
  * fix issue289: fix build_sphinx target, thanks Barry Warsaw.
  * fix issue252: allow environment names with special characters.
    Thanks Julien Castets for initial PR and patience.
  * introduce experimental tox_testenv_create(venv, action) and
    tox_testenv_install_deps(venv, action) hooks to allow
    plugins to do additional work on creation or installing
    deps.  These hooks are experimental mainly because of
    the involved "venv" and session objects whose current public
    API is not fully guranteed.
  * internal: push some optional object creation into tests because
    tox core doesn't need it.
  * fix bug where {envdir} substitution could not be used in setenv
    if that env value is then used in {basepython}. Thanks Florian Bruhin.
  * fix issue265 and add LD_LIBRARY_PATH to passenv on linux by default
    because otherwise the python interpreter might not start up in
    certain configurations (redhat software collections).  Thanks David Riddle.
  * fix issue246: fix regression in config parsing by reordering
buildservice-autocommit accepted request 331797 from Thomas Bechtold's avatar Thomas Bechtold (tbechtold) (revision 24)
baserev update by copy to link target
Displaying revisions 81 - 100 of 122
openSUSE Build Service is sponsored by