Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 8, 2020

Bumps virtualenv from 20.0.16 to 20.0.26.

Changelog

Sourced from virtualenv's changelog.

v20.0.26 (2020-07-07)

Bugfixes - 20.0.26

- Bump dependency ``distutils >= 0.3.1`` - by :user:`gaborbernat`. (`[#1880](https://github.com/pypa/virtualenv/issues/1880) <https://github.com/pypa/virtualenv/issues/1880>`_)
- Improve periodic update handling:
  • better logging output while running and enable logging on background process call ( _VIRTUALENV_PERIODIC_UPDATE_INLINE may be used to debug behaviour inline)
  • fallback to unverified context when querying the PyPi for release date,
  • stop downloading wheels once we reach the embedded version,

by :user:gaborbernat. ([#1883](https://github.com/pypa/virtualenv/issues/1883) &lt;https://github.com/pypa/virtualenv/issues/1883&gt;_)

  • Do not print error message if the application exists with SystemExit(0) - by :user:gaborbernat. ([#1885](https://github.com/pypa/virtualenv/issues/1885) &lt;https://github.com/pypa/virtualenv/issues/1885&gt;_)
  • Upgrade embedded setuptools from 47.3.1 to 49.1.0 for Python 3.5+ - by :user:gaborbernat. ([#1887](https://github.com/pypa/virtualenv/issues/1887) &lt;https://github.com/pypa/virtualenv/issues/1887&gt;_)

v20.0.25 (2020-06-23)

Bugfixes - 20.0.25

  • Fix that when the app-data seeders image creation fails the exception is silently ignored. Avoid two virtual environment creations to step on each others toes by using a lock while creating the base images. By :user:gaborbernat. ([#1869](https://github.com/pypa/virtualenv/issues/1869) <https://github.com/pypa/virtualenv/issues/1869>_)

v20.0.24 (2020-06-22)

Features - 20.0.24

- Ensure that the seeded packages do not get too much out of date:
  • add a CLI flag that triggers upgrade of embedded wheels under :option:upgrade-embed-wheels
  • periodically (once every 14 days) upgrade the embedded wheels in a background process, and use them if they have been released for more than 28 days (can be disabled via :option:no-periodic-update)

More details under :ref:wheels - by :user:gaborbernat. ([#1821](https://github.com/pypa/virtualenv/issues/1821) &lt;https://github.com/pypa/virtualenv/issues/1821&gt;_)

  • Upgrade embed wheel content:

    • ship wheels for Python 3.9 and 3.10
    • upgrade setuptools for Python 3.5+ from 47.1.1 to 47.3.1

    by :user:gaborbernat. ([#1841](https://github.com/pypa/virtualenv/issues/1841) &lt;https://github.com/pypa/virtualenv/issues/1841&gt;_)

  • Display the installed seed package versions in the final summary output, for example:

    .. code-block:: console

    created virtual environment CPython3.8.3.final.0-64 in 350ms
      creator CPython3Posix(dest=/x, clear=True, global=False)
    

</tr></table> ... (truncated)

Commits

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 squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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 dependabot bot added the dependencies Pull requests that update a dependency file label Jul 8, 2020
@jtrh
Copy link
Contributor

jtrh commented Jul 10, 2020

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/pip/virtualenv-20.0.26 branch from e84cf4e to d39151b Compare July 10, 2020 03:14
@jtrh jtrh self-assigned this Jul 10, 2020
@jtrh jtrh requested a review from glarrain July 10, 2020 16:18
@jtrh jtrh merged commit b98c5ae into develop Jul 10, 2020
@jtrh jtrh deleted the dependabot/pip/virtualenv-20.0.26 branch July 10, 2020 16:36
@jtrh jtrh mentioned this pull request Sep 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants