Skip to content

Bump virtualenv from 15.1.0 to 16.3.0#59

Closed
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/virtualenv-16.3.0
Closed

Bump virtualenv from 15.1.0 to 16.3.0#59
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/virtualenv-16.3.0

Conversation

@dependabot-preview

Copy link
Copy Markdown

Bumps virtualenv from 15.1.0 to 16.3.0.

Changelog

Sourced from virtualenv's changelog.

v16.3.0 (2019-01-25)

Bugfixes
^^^^^^^^

  • Use importlib over deprecated imp` in distutils/init.py`` for python 3 - by Anthony Sottile (#955 <https://github-redirect.dependabot.com/pypa/virtualenv/issues/955>_)
  • Preserve cert option defined in pip.conf or environment variable. (#1273 <https://github-redirect.dependabot.com/pypa/virtualenv/issues/1273>_)
  • fixed a ResourceWarning: unclosed file in call_subprocess() - by Mickaël Schoentgen (#1277 <https://github-redirect.dependabot.com/pypa/virtualenv/issues/1277>_)
  • pre-import some built-in modules in site.py on PyPy according to PyPy's site.py - by microdog (#1281 <https://github-redirect.dependabot.com/pypa/virtualenv/issues/1281>_)
  • Copy files from sys.exec_prefix only if it is really different path than
    used prefix, bugfix for #1270 (#1282 <https://github-redirect.dependabot.com/pypa/virtualenv/issues/1282>_)

Features
^^^^^^^^

  • Enable virtualenv to be distributed as a zipapp or to be run as a
    wheel with PYTHONPATH=virtualenv...any.whl python -mvirtualenv - by
    Anthony Sottile (#1092 <https://github-redirect.dependabot.com/pypa/virtualenv/issues/1092>_)
  • bump vendored pip from 18.1 to 19.0.1 (#1291 <https://github-redirect.dependabot.com/pypa/virtualenv/issues/1291>_)

Documentation
^^^^^^^^^^^^^

  • discourage installation as root, including sudo - by altendky (#1061 <https://github-redirect.dependabot.com/pypa/virtualenv/issues/1061>_)

v16.2.0 (2018-12-31)

Bugfixes
^^^^^^^^

  • copyfile handles relative symlinks and symlinks to symlinks, avoiding problems when Python was installed using stow or homebrew. (#268 <https://github-redirect.dependabot.com/pypa/virtualenv/issues/268>_)
  • Fix preserving of original path when using fish and a subshell. (#904 <https://github-redirect.dependabot.com/pypa/virtualenv/issues/904>_)
  • Drop the source layout of the project, going back to how the source was laid out before 16.1.0. (#1241 <https://github-redirect.dependabot.com/pypa/virtualenv/issues/1241>_)
  • Fix bootstrap script generation broken with 16.0.0. Support now both CPython, pypy, jython. (#1244 <https://github-redirect.dependabot.com/pypa/virtualenv/issues/1244>_)
  • lib64 symlink is again relative (as was with < 16.1.0). (#1248 <https://github-redirect.dependabot.com/pypa/virtualenv/issues/1248>_)

Features
^^^^^^^^

  • fish version 3 support for the activation script. (#1275 <https://github-redirect.dependabot.com/pypa/virtualenv/issues/1275>_)
  • powershell activator is no longer signed. (#816 <https://github-redirect.dependabot.com/pypa/virtualenv/issues/816>_)
  • pyproject.toml with PEP-517 and PEP-518 is now provided. tox.ini is now packaged with the sdist. Distributions repackaging the library should use tox -e py to run the test suite on the sdist. (#909 <https://github-redirect.dependabot.com/pypa/virtualenv/issues/909>_)
  • activate_this.py improvements: set VIRTUAL_ENV environment variable; pypy, pypy3 and jython support. (#1057 <https://github-redirect.dependabot.com/pypa/virtualenv/issues/1057>_)
  • The xonsh <http://xon.sh/index.html>_ shell is now supported by generating the xon.sh activation script. (#1206 <https://github-redirect.dependabot.com/pypa/virtualenv/issues/1206>_)
... (truncated)
Commits
  • 591282f release 16.3.0
  • cfd9c81 produce a virtualenv zipapp (#1287)
  • 3532355 avoid packaging non source code
  • 8fe9053 Use importlib over imp in python3.x (#1289)
  • 4729b19 bump vendored pip to 19.0.1 (#1291)
  • a393048 Copy only required files from exec_prefix and only if it is really different ...
  • d683eae Update outdated docs referring to bin/rebuild-script.py (#1286)
  • 685b1af fix documentation, alter faulty examples
  • 59a5ab8 Discourage installation as root, such as with sudo (#1283)
  • 50b6092 Pre-import some built-in modules in PyPy (#1281)
  • Additional commits viewable in compare view

Dependabot compatibility score

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.


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:

  • 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 [virtualenv](https://github.com/pypa/virtualenv) from 15.1.0 to 16.3.0.
- [Release notes](https://github.com/pypa/virtualenv/releases)
- [Changelog](https://github.com/pypa/virtualenv/blob/master/docs/changes.rst)
- [Commits](pypa/virtualenv@15.1.0...16.3.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview

Copy link
Copy Markdown
Author

Superseded by #63.

@dependabot-preview dependabot-preview Bot deleted the dependabot/pip/virtualenv-16.3.0 branch March 1, 2019 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant