--- - branch: MAIN date: Tue Oct 27 23:03:55 UTC 2020 files: - new: '1.21' old: '1.20' path: pkgsrc/devel/py-tox/Makefile pathrev: pkgsrc/devel/py-tox/Makefile@1.21 type: modified - new: '1.10' old: '1.9' path: pkgsrc/devel/py-tox/PLIST pathrev: pkgsrc/devel/py-tox/PLIST@1.10 type: modified - new: '1.17' old: '1.16' path: pkgsrc/devel/py-tox/distinfo pathrev: pkgsrc/devel/py-tox/distinfo@1.17 type: modified id: 20201027T230355Z.67aaa32383b42c959d23ebd318f0cd02c306cede log: "py-tox: updated to 3.20.1\n\nv3.20.1 (2020-10-09)\n--------------------\n\nBugfixes\n- Relax importlib requirement to allow version<3 - by :user:`usamasadiq`\n\nv3.20.0 (2020-09-01)\n--------------------\n\nBugfixes\n- Allow hyphens and empty factors in generative section name. - by :user:`tyagdit`\n- Support for PEP517 in-tree build backend-path key in ``get-build-requires``. - by :user:`nizox`\n- Allow escaping curly braces in setenv. - by :user:`mkenigs`\n\nFeatures\n- Support for comments within ``setenv`` and environment files via the ``files|`` prefix. - by :user:`gaborbernat`\n\nv3.19.0 (2020-08-06)\n--------------------\n\nBugfixes\n- skip ``setup.cfg`` if it has no ``tox:tox`` namespace - by :user:`hroncok`\n\nFeatures\n- Implement support for building projects\n having :pep:`517#in-tree-build-backends` ``backend-path`` setting -\n- Don't require a tox config file for ``tox --devenv`` - by :user:`hroncok`\n\nDocumentation\n- Fixed grammar in top-level documentation - by :user:`tfurf`\n\nv3.18.1 (2020-07-28)\n--------------------\n\nBugfixes\n- Fix ``TypeError`` when using isolated_build with backends that are not submodules (e.g. ``maturin``)\n\nv3.18.0 (2020-07-23)\n--------------------\n\nDeprecations (removal in next major release)\n- Add allowlist_externals alias to whitelist_externals (whitelist_externals is now deprecated). - by :user:`dajose`\n\nv3.17.1 (2020-07-15)\n--------------------\n\nBugfixes\n- Fix tests when the ``HOSTNAME`` environment variable is set, but empty string - by :user:`hroncok`\n\nv3.17.0 (2020-07-14)\n--------------------\n\nFeatures\n- The long arguments ``--verbose`` and ``--quiet`` (rather than only their short forms, ``-v`` and ``-q``) are now accepted.\n- The ``ResultLog`` now prefers ``HOSTNAME`` environment variable value (if set) over the full qualified domain name of localhost.\n \ This makes it possible to disable an undesired DNS lookup,\n which happened on all ``tox`` invocations, including trivial ones - by :user:`hroncok`\n\nDocumentation\n- Update packaging information for Flit.\n\nv3.16.1 (2020-06-29)\n--------------------\n\nBugfixes\n- Fixed the support for using ``{temp_dir}`` in ``tox.ini`` - by :user:`webknjaz`\n\nv3.16.0 (2020-06-26)\n--------------------\n\nFeatures\n- Allow skipping the package and installation step when passing the ``--skip-pkg-install``. This should be used in pair with the ``--notest``, so you can separate environment setup and test run:\n\n .. code-block:: console\n\n tox -e py --notest\n tox -e py --skip-pkg-install\n\nMiscellaneous\n- Improve config parsing performance by precompiling commonly used regular expressions - by :user:`brettlangdon`\n\nv3.15.2 (2020-06-06)\n--------------------\n\nBugfixes\n- Add an option to allow a process to suicide before sending the SIGTERM. - by :user:`jhesketh`\n- PyPy 7.3.1 on Windows uses the ``Script`` folder instead of ``bin``. - by :user:`gaborbernat`\n\nMiscellaneous\n- Allow to run the tests with pip 19.3.1 once again while preserving the ability to use pip 20.1 - by :user:`hroncok`\n\nv3.15.1 (2020-05-20)\n--------------------\n\nBugfixes\n- ``tox --showconfig`` no longer tries to interpolate '%' signs.\n\nv3.15.0 (2020-05-02)\n--------------------\n\nBugfixes\n- Respect attempts to change ``PATH`` via ``setenv`` - by :user:`aklajnert`.\n- Fix parsing of architecture in python interpreter name. - by :user:`bruchar1`\n- Prevent exception when command is empty. - by :user:`bruchar1`\n- Fix irrelevant Error message for invalid argument when running outside a directory with tox support files by :user:`nkpro2000sr`.\n\nFeatures\n- Allow parallel mode without arguments. - by :user:`ssbarnea`\n- Allow generative section name expansion. - by :user:`bruchar1`\n- default to passing the env var PIP_EXTRA_INDEX_URL by :user:`georgealton`.\n\nDocumentation\n- Improve documentation about config by adding tox environment description at start - by :user:`stephenfin`.\n\nv3.14.6 (2020-03-25)\n--------------------\n\nBugfixes\n- Exclude virtualenv dependency versions with known\n regressions (20.0.[0-7]) - by :user:`webknjaz`.\n- Fix ``tox -h`` and ``tox --hi`` shows an error when run outside a directory with tox support files by :user:`nkpro2000sr`.\n- Fix ValueError on ``tox -l`` for a ``tox.ini`` file that does not contain an\n ``envlist`` definition. - by :user:`jquast`.\n\nv3.14.5 (2020-02-16)\n--------------------\n\nFeatures\n- Add ``--discover`` (fallback to ``TOX_DISCOVER`` environment variable via path separator) to inject python executables\n to try as first step of a discovery - note the executable still needs to match the environment by :user:`gaborbernat`.\n\nv3.14.4 (2020-02-13)\n--------------------\n\nBugfixes\n- Bump minimal six version needed to avoid using one incompatible with newer\n virtualenv. - by :user:`ssbarnea`\n- Avoid pypy test failure due to undefined printout var. - by :user:`ssbarnea`\n\nFeatures\n- Add ``interrupt_timeout`` and ``terminate_timeout`` that configure delay between SIGINT, SIGTERM and SIGKILL when tox is interrupted. - by :user:`sileht`\n- Add ``HTTP_PROXY``, ``HTTPS_PROXY`` and ``NO_PROXY`` to default passenv. - by :user:`pfmoore`\n\nv3.14.3 (2019-12-27)\n--------------------\n\nBugfixes\n- Relax importlib requirement to allow either version 0 or 1 - by :user:`chyzzqo2`\n\nMiscellaneous\n- Clarify legacy setup.py error message: python projects should commit to a strong consistency of message regarding packaging. We no-longer tell people to add a setup.py to their already configured pep-517 project, otherwise it could imply that pyproject.toml isn't as well supported and recommended as it truly is - by :user:`graingert`\n\nv3.14.2 (2019-12-02)\n--------------------\n\nBugfixes\n- Fix fallback to global configuration when running in Jenkins. - by :user:`daneah`\n- Fix colouring on windows: colorama is a dep. - by :user:`1138-4EB`\n\nMiscellaneous\n- improve performance with internal lookup of Python version information - by :user:`blueyed`\n- Use latest version of importlib_metadata package - by :user:`kammala`\n- Mark poetry related tests as xfail since its dependency pyrsistent won't install in ci due to missing wheels/build deps. - by :user:`RonnyPfannschmidt`\n\nv3.14.1 (2019-11-13)\n--------------------\n\nBugfixes\n- fix reporting of exiting due to (real) signals - by :user:`blueyed`\n- Bump minimal virtualenv to 16.0.0 to improve own transitive\n deps handling in some ancient envs. â\x80\x94 by :user:`webknjaz`\n- Adds ``CURL_CA_BUNDLE``, ``REQUESTS_CA_BUNDLE``, ``SSL_CERT_FILE`` to the default passenv values. - by :user:`ssbarnea`\n- Fix nested tox execution in the parallel mode by separating the environment\n variable that let's tox know it is invoked in the parallel mode\n (``_TOX_PARALLEL_ENV``) from the variable that informs the tests that tox is\n running in parallel mode (``TOX_PARALLEL_ENV``).\n- Fix provisioning from a pyvenv interpreter. â\x80\x94 by :user:`kentzo`\n\nDeprecations (removal in next major release)\n- Python ``3.4`` is no longer supported. â\x80\x94 by :user:`gaborbernat`\n\nv3.14.0 (2019-09-03)\n--------------------\n\nBugfixes\n- Fix ``PythonSpec`` detection of ``python3.10`` - by :user:`asottile`\n- Fix regression failing to detect future and past ``py##`` factors - by :user:`asottile`\n- Fix ``current_tox_py`` for ``pypy`` / ``pypy3`` - by :user:`asottile`\n- Honor environment markers in ``requires`` list - by :user:`asottile`\n- improve recreate check by allowing directories containing ``.tox-config1`` (the marker file created by tox) - by :user:`asottile`\n- Recognize correctly interpreters that have suffixes (like python3.7-dbg).\n\nFeatures\n- Add support for minor versions with multiple digits ``tox -e py310`` works for ``python3.10`` - by :user:`asottile`\n- Remove dependence on ``md5`` hashing algorithm - by :user:`asottile`\n\nDocumentation\n- clarify behaviour if recreate is set to false - by :user:`PJCampi`\n\nMiscellaneous\n- Fix relative URLs to files in the repo in ``.github/PULL_REQUEST_TEMPLATE.md`` â\x80\x94 by :user:`webknjaz`\n- Replace ``importlib_metadata`` backport with ``importlib.metadata``\n from the standard library on Python ``3.8+`` - by :user:`hroncok`\n- Render the change fragment help on the ``docs/changelog/`` directory view on GitHub\n" module: pkgsrc subject: 'CVS commit: pkgsrc/devel/py-tox' unixtime: '1603839835' user: adam