You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by gi...@apache.org on 2021/03/31 03:29:37 UTC

[impala] branch dependabot/pip/infra/python/deps/urllib3-1.24.2 updated (7b2a323 -> 78b0589)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/pip/infra/python/deps/urllib3-1.24.2
in repository https://gitbox.apache.org/repos/asf/impala.git.


 discard 7b2a323  Bump urllib3 from 1.21.1 to 1.24.2 in /infra/python/deps
     add 45fb0fb  IMPALA-10397: De-flake test_single_workload
     add 1142c7b  IMPALA-10606: Simplify impala-python virtualenv bootstrapping
     add 9670c14  IMPALA-10606 (part 2): Clean up ordering of requirements.txt
     add e7fc18c  IMPALA-10608: Update kudu-python version and remove some unused packages
     add 78b0589  Bump urllib3 from 1.21.1 to 1.24.2 in /infra/python/deps

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (7b2a323)
            \
             N -- N -- N   refs/heads/dependabot/pip/infra/python/deps/urllib3-1.24.2 (78b0589)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 bin/compare_branches.py                            |   5 +-
 bin/impala-ipython                                 |  23 ----
 infra/python/bootstrap_virtualenv.py               | 118 +++++++++------------
 infra/python/deps/compiled-requirements.txt        |  31 ------
 infra/python/deps/kudu-requirements.txt            |   2 +-
 infra/python/deps/pip_download.py                  |   5 +-
 infra/python/deps/requirements.txt                 |  47 ++++----
 .../python/deps/setuptools-requirements.txt        |   8 +-
 infra/python/deps/stage2-requirements.txt          |  40 -------
 tests/comparison/cluster.py                        |   2 +-
 tests/custom_cluster/test_auto_scaling.py          |  26 +----
 11 files changed, 88 insertions(+), 219 deletions(-)
 delete mode 100755 bin/impala-ipython
 delete mode 100644 infra/python/deps/compiled-requirements.txt
 copy bin/impala-flake8 => infra/python/deps/setuptools-requirements.txt (86%)
 mode change 100755 => 100644
 delete mode 100644 infra/python/deps/stage2-requirements.txt