Skip to content
This repository was archived by the owner on Jun 26, 2022. It is now read-only.

Bump pip from 20.0.2 to 20.1.1#24

Merged
ctalkington merged 1 commit into
masterfrom
dependabot/pip/pip-20.1.1
Jul 18, 2020
Merged

Bump pip from 20.0.2 to 20.1.1#24
ctalkington merged 1 commit into
masterfrom
dependabot/pip/pip-20.1.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jul 18, 2020

Bumps pip from 20.0.2 to 20.1.1.

Changelog

Sourced from pip's changelog.

20.1.1 (2020-05-19)

Deprecations and Removals

  • Revert building of local directories in place, restoring the pre-20.1 behaviour of copying to a temporary directory. ([#7555](https://github.com/pypa/pip/issues/7555) <https://github.com/pypa/pip/issues/7555>_)
  • Drop parallelization from pip list --outdated. ([#8167](https://github.com/pypa/pip/issues/8167) <https://github.com/pypa/pip/issues/8167>_)

Bug Fixes

  • Fix metadata permission issues when umask has the executable bit set. ([#8164](https://github.com/pypa/pip/issues/8164) <https://github.com/pypa/pip/issues/8164>_)
  • Avoid unnecessary message about the wheel package not being installed when a wheel would not have been built. Additionally, clarify the message. ([#8178](https://github.com/pypa/pip/issues/8178) <https://github.com/pypa/pip/issues/8178>_)

20.1 (2020-04-28)

Process

  • Document that pip 21.0 will drop support for Python 2.7.

Features

  • Add pip cache dir to show the cache directory. ([#7350](https://github.com/pypa/pip/issues/7350) <https://github.com/pypa/pip/issues/7350>_)

Bug Fixes

  • Abort pip cache commands early when cache is disabled. ([#8124](https://github.com/pypa/pip/issues/8124) <https://github.com/pypa/pip/issues/8124>_)
  • Correctly set permissions on metadata files during wheel installation, to permit non-privileged users to read from system site-packages. ([#8139](https://github.com/pypa/pip/issues/8139) <https://github.com/pypa/pip/issues/8139>_)

20.1b1 (2020-04-21)

Deprecations and Removals

  • Remove emails from AUTHORS.txt to prevent usage for spamming, and only populate names in AUTHORS.txt at time of release ([#5979](https://github.com/pypa/pip/issues/5979) <https://github.com/pypa/pip/issues/5979>_)
  • Remove deprecated --skip-requirements-regex option. ([#7297](https://github.com/pypa/pip/issues/7297) <https://github.com/pypa/pip/issues/7297>_)
  • Building of local directories is now done in place, instead of a temporary location containing a copy of the directory tree. ([#7555](https://github.com/pypa/pip/issues/7555) <https://github.com/pypa/pip/issues/7555>_)
  • Remove unused tests/scripts/test_all_pip.py test script and the tests/scripts folder. ([#7680](https://github.com/pypa/pip/issues/7680) <https://github.com/pypa/pip/issues/7680>_)
Commits
  • 8356bc5 Bump for release
  • bfe6336 NEWS: in-tree builds revert is a removal, not bugfix
  • ab6ac9d Merge pull request #8221 from pradyunsg/revert-in-place-builds
  • 4a063b7 Merge pull request #8167 from pradyunsg/drop-list-parallelization
  • a526f93 Merge pull request #8180 from sbidoul/wheel-absent-warning-sbi
  • c5150d4 Merge pull request #8166 from deveshks/fix-generated-file-mode
  • c513c72 Merge pull request #8173 from hugovk/document-pip-cache-dir
  • 5ce941c Bump for release
  • 7090f80 Update AUTHORS.txt
  • 371d6f5 Merge pull request #8157 from pradyunsg/cache/ignore-require-venv
  • 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 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 dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 18, 2020
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Jul 18, 2020

Codecov Report

Merging #24 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #24   +/-   ##
=======================================
  Coverage   99.68%   99.68%           
=======================================
  Files           5        5           
  Lines         320      320           
=======================================
  Hits          319      319           
  Misses          1        1           
Flag Coverage Δ
#unittests 99.68% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 30d905a...5913e68. Read the comment docs.

Bumps [pip](https://github.com/pypa/pip) from 20.0.2 to 20.1.1.
- [Release notes](https://github.com/pypa/pip/releases)
- [Changelog](https://github.com/pypa/pip/blob/master/NEWS.rst)
- [Commits](pypa/pip@20.0.2...20.1.1)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/pip-20.1.1 branch from 2d6e375 to 5913e68 Compare July 18, 2020 21:58
@ctalkington ctalkington merged commit 5c92a71 into master Jul 18, 2020
@ctalkington ctalkington deleted the dependabot/pip/pip-20.1.1 branch July 18, 2020 22:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants