Changelog
*Sourced from [tox's changelog](https://github.com/tox-dev/tox/blob/master/docs/changelog.rst).*
> v3.5.3 (2018-10-28)
> -------------------
>
> Bugfixes
> ^^^^^^^^
>
> - Fix bug with incorrectly defactorized dependencies - by :user:`bartsanchez` (`#706 `_)
> - do the same transformation to ``egg_info`` folders that ``pkg_resources`` does;
> this makes it possible for hyphenated names to use the ``develop-inst-noop`` optimization (cf. 910),
> which previously only worked with non-hyphenated egg names - by
> :user:`hashbrowncipher` (`#1051 `_)
> - previously, if a project's ``setup.py --name`` emitted extra information to
> stderr, tox would capture it and consider it part of the project's name; now,
> emissions to stderr are printed to the console - by :user:`hashbrowncipher` (`#1052 `_)
> - change the way we acquire interpreter information to make it compatible with ``jython`` interpreter, note to create jython envs one needs ``virtualenv > 16.0`` which will be released later :user:`gaborbernat` (`#1073 `_)
>
>
> Documentation
> ^^^^^^^^^^^^^
>
> - document substitutions with additional content starting with a space cannot be alone on a line inside the ini file - by :user:`gaborbernat` (`#437 `_)
> - change the spelling of a single word from contrains to the proper word, constraints - by :user:`metasyn` (`#1061 `_)
> - Mention the minimum version required for ``commands_pre``/``commands_post`` support. (`#1071 `_)
Commits
- [`cf1dcfc`](https://github.com/tox-dev/tox/commit/cf1dcfcb465e32fb641b69701482b455fc2902b8) release 3.5.3
- [`1b9f960`](https://github.com/tox-dev/tox/commit/1b9f960a577bb8daa3fd168453f844e944cfe0e6) fix changelog
- [`955621a`](https://github.com/tox-dev/tox/commit/955621adea95b70dd635281ccfe10baa1d8eec22) allow creation of jython envs ([#1074](https://github-redirect.dependabot.com/tox-dev/tox/issues/1074))
- [`d6410eb`](https://github.com/tox-dev/tox/commit/d6410eba534a8acd9b51501b3c6cfdcf6d8a6391) Fix `commands_pre`/`commands_post` documentation. ([#1071](https://github-redirect.dependabot.com/tox-dev/tox/issues/1071))
- [`b7b1615`](https://github.com/tox-dev/tox/commit/b7b1615a975e9868e9af0d99d9ae6c52948b0125) Documentation fixes ([#1070](https://github-redirect.dependabot.com/tox-dev/tox/issues/1070))
- [`4c03d41`](https://github.com/tox-dev/tox/commit/4c03d419fb686975e04cb12405980a579dfb44f4) Split up packaging for better separation of concerns ([#1069](https://github-redirect.dependabot.com/tox-dev/tox/issues/1069))
- [`c0ef1b3`](https://github.com/tox-dev/tox/commit/c0ef1b3b36fa426d548d9085047d860144fa8730) Don't capture stderr when doing `setup.py --name` (closes [#1052](https://github-redirect.dependabot.com/tox-dev/tox/issues/1052)) ([#1068](https://github-redirect.dependabot.com/tox-dev/tox/issues/1068))
- [`c611a16`](https://github.com/tox-dev/tox/commit/c611a16afe653e7e96bda5da1949f630cbe37656) Fix bug with incorrectly defactorized dependencies [#706](https://github-redirect.dependabot.com/tox-dev/tox/issues/706) ([#1058](https://github-redirect.dependabot.com/tox-dev/tox/issues/1058))
- [`104b911`](https://github.com/tox-dev/tox/commit/104b9118362fbb98558be607f3797672fd63efb9) simplify setting GIT_BRANCH and GIT_COMMIT_SHA ([#1067](https://github-redirect.dependabot.com/tox-dev/tox/issues/1067))
- [`457b8e6`](https://github.com/tox-dev/tox/commit/457b8e6e737baeb90a1093356318996c47623c6d) Upgrade pre-commit hooks ([#1065](https://github-redirect.dependabot.com/tox-dev/tox/issues/1065))
- Additional commits viewable in [compare view](https://github.com/tox-dev/tox/compare/3.5.2...3.5.3)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
If all status checks pass Dependabot will automatically merge this pull request.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps tox from 3.5.2 to 3.5.3.
Changelog
*Sourced from [tox's changelog](https://github.com/tox-dev/tox/blob/master/docs/changelog.rst).* > v3.5.3 (2018-10-28) > ------------------- > > Bugfixes > ^^^^^^^^ > > - Fix bug with incorrectly defactorized dependencies - by :user:`bartsanchez` (`#706Commits
- [`cf1dcfc`](https://github.com/tox-dev/tox/commit/cf1dcfcb465e32fb641b69701482b455fc2902b8) release 3.5.3 - [`1b9f960`](https://github.com/tox-dev/tox/commit/1b9f960a577bb8daa3fd168453f844e944cfe0e6) fix changelog - [`955621a`](https://github.com/tox-dev/tox/commit/955621adea95b70dd635281ccfe10baa1d8eec22) allow creation of jython envs ([#1074](https://github-redirect.dependabot.com/tox-dev/tox/issues/1074)) - [`d6410eb`](https://github.com/tox-dev/tox/commit/d6410eba534a8acd9b51501b3c6cfdcf6d8a6391) Fix `commands_pre`/`commands_post` documentation. ([#1071](https://github-redirect.dependabot.com/tox-dev/tox/issues/1071)) - [`b7b1615`](https://github.com/tox-dev/tox/commit/b7b1615a975e9868e9af0d99d9ae6c52948b0125) Documentation fixes ([#1070](https://github-redirect.dependabot.com/tox-dev/tox/issues/1070)) - [`4c03d41`](https://github.com/tox-dev/tox/commit/4c03d419fb686975e04cb12405980a579dfb44f4) Split up packaging for better separation of concerns ([#1069](https://github-redirect.dependabot.com/tox-dev/tox/issues/1069)) - [`c0ef1b3`](https://github.com/tox-dev/tox/commit/c0ef1b3b36fa426d548d9085047d860144fa8730) Don't capture stderr when doing `setup.py --name` (closes [#1052](https://github-redirect.dependabot.com/tox-dev/tox/issues/1052)) ([#1068](https://github-redirect.dependabot.com/tox-dev/tox/issues/1068)) - [`c611a16`](https://github.com/tox-dev/tox/commit/c611a16afe653e7e96bda5da1949f630cbe37656) Fix bug with incorrectly defactorized dependencies [#706](https://github-redirect.dependabot.com/tox-dev/tox/issues/706) ([#1058](https://github-redirect.dependabot.com/tox-dev/tox/issues/1058)) - [`104b911`](https://github.com/tox-dev/tox/commit/104b9118362fbb98558be607f3797672fd63efb9) simplify setting GIT_BRANCH and GIT_COMMIT_SHA ([#1067](https://github-redirect.dependabot.com/tox-dev/tox/issues/1067)) - [`457b8e6`](https://github.com/tox-dev/tox/commit/457b8e6e737baeb90a1093356318996c47623c6d) Upgrade pre-commit hooks ([#1065](https://github-redirect.dependabot.com/tox-dev/tox/issues/1065)) - Additional commits viewable in [compare view](https://github.com/tox-dev/tox/compare/3.5.2...3.5.3)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.If all status checks pass Dependabot will automatically merge this pull request.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.