refresh packages for Python 3.9

Need to upgrade to manylinux2014 docker to support it as manylinux2010
only has Python 3.8.

The protobuf version lacks the compiled lib as it requires Python <3.8.
When we upgrade to the next major version, that should be fixed.

BUG=None
TEST=CQ apsses

Change-Id: I6dee8873e0d8fd9d63a165b78d05fbcf555fa000
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/infra_virtualenv/+/2808073
Reviewed-by: Sergey Frolov <sfrolov@google.com>
Commit-Queue: Mike Frysinger <vapier@chromium.org>
Tested-by: Mike Frysinger <vapier@chromium.org>
diff --git a/README.md b/README.md
index 02ae0b6..f61af0e 100644
--- a/README.md
+++ b/README.md
@@ -54,15 +54,15 @@
 
 Install Docker:
 
-    https://g3doc.corp.google.com/cloud/containers/g3doc/glinux-docker/install.md?cl=head
+    http://go/installdocker
 
 Add the manylinux Docker image:
 
-    docker pull quay.io/pypa/manylinux2010_x86_64@sha256:6ccd12df1a01003214df0211f16d2de70d17eba35f8e7b0fff2d66c18cb0434e
+    docker pull quay.io/pypa/manylinux2014_x86_64@sha256:cffd074a33992fb7493f727fda59aebd81e54b8a0e016574ceab054691acdfd0
 
 Get the image ID:
 
-    docker image ls quay.io/pypa/manylinux2010_x86_64
+    docker image ls quay.io/pypa/manylinux2014_x86_64
 
 Run the Docker image:
 
@@ -72,7 +72,7 @@
 
     cd /opt/python/cp27-cp27mu
     bin/pip wheel -w /pip_packages foo==1.2.3
-    auditwheel repair --plat manylinux2010_x86_64 -w /pip_packages /pip_packages/foo-1.2.3-cp27-cp27mu-linux_x86_64.whl
+    auditwheel repair --plat manylinux2014_x86_64 -w /pip_packages /pip_packages/foo-1.2.3-cp27-cp27mu-linux_x86_64.whl
 
 Keep the `manylinux` wheel and remove the `linux` wheel.
 
diff --git a/pip_packages/SQLAlchemy-1.0.15-cp39-cp39-manylinux1_x86_64.whl b/pip_packages/SQLAlchemy-1.0.15-cp39-cp39-manylinux1_x86_64.whl
new file mode 100644
index 0000000..270bcc0
--- /dev/null
+++ b/pip_packages/SQLAlchemy-1.0.15-cp39-cp39-manylinux1_x86_64.whl
Binary files differ
diff --git a/pip_packages/coverage-5.1-cp39-cp39-manylinux1_x86_64.whl b/pip_packages/coverage-5.1-cp39-cp39-manylinux1_x86_64.whl
new file mode 100644
index 0000000..35a4fdc
--- /dev/null
+++ b/pip_packages/coverage-5.1-cp39-cp39-manylinux1_x86_64.whl
Binary files differ
diff --git a/pip_packages/grpcio-1.32.0-cp39-cp39-manylinux2014_x86_64.whl b/pip_packages/grpcio-1.32.0-cp39-cp39-manylinux2014_x86_64.whl
new file mode 100644
index 0000000..23a4371
--- /dev/null
+++ b/pip_packages/grpcio-1.32.0-cp39-cp39-manylinux2014_x86_64.whl
Binary files differ
diff --git a/pip_packages/lazy_object_proxy-1.3.1-cp39-cp39-manylinux1_x86_64.whl b/pip_packages/lazy_object_proxy-1.3.1-cp39-cp39-manylinux1_x86_64.whl
new file mode 100644
index 0000000..34995c7
--- /dev/null
+++ b/pip_packages/lazy_object_proxy-1.3.1-cp39-cp39-manylinux1_x86_64.whl
Binary files differ
diff --git a/pip_packages/mysqlclient-1.3.14-cp39-cp39-manylinux2014_x86_64.whl b/pip_packages/mysqlclient-1.3.14-cp39-cp39-manylinux2014_x86_64.whl
new file mode 100644
index 0000000..2650c93
--- /dev/null
+++ b/pip_packages/mysqlclient-1.3.14-cp39-cp39-manylinux2014_x86_64.whl
Binary files differ
diff --git a/pip_packages/numpy-1.16.6-cp39-cp39-manylinux2014_x86_64.whl b/pip_packages/numpy-1.16.6-cp39-cp39-manylinux2014_x86_64.whl
new file mode 100644
index 0000000..7e66e6b
--- /dev/null
+++ b/pip_packages/numpy-1.16.6-cp39-cp39-manylinux2014_x86_64.whl
Binary files differ
diff --git a/pip_packages/pip-21.0.1-py3-none-any.whl b/pip_packages/pip-21.0.1-py3-none-any.whl
new file mode 100644
index 0000000..6d55137
--- /dev/null
+++ b/pip_packages/pip-21.0.1-py3-none-any.whl
Binary files differ
diff --git a/pip_packages/portage-2.3.75-cp39-cp39-manylinux1_x86_64.whl b/pip_packages/portage-2.3.75-cp39-cp39-manylinux1_x86_64.whl
new file mode 100644
index 0000000..038f2b0
--- /dev/null
+++ b/pip_packages/portage-2.3.75-cp39-cp39-manylinux1_x86_64.whl
Binary files differ
diff --git a/pip_packages/protobuf-3.13.0-py2.py3-none-any.whl b/pip_packages/protobuf-3.13.0-py2.py3-none-any.whl
new file mode 100644
index 0000000..c7590b3
--- /dev/null
+++ b/pip_packages/protobuf-3.13.0-py2.py3-none-any.whl
Binary files differ
diff --git a/pip_packages/psutil-4.3.1-cp39-cp39-manylinux2014_x86_64.whl b/pip_packages/psutil-4.3.1-cp39-cp39-manylinux2014_x86_64.whl
new file mode 100644
index 0000000..8244c94
--- /dev/null
+++ b/pip_packages/psutil-4.3.1-cp39-cp39-manylinux2014_x86_64.whl
Binary files differ
diff --git a/pip_packages/setuptools-54.2.0-py3-none-any.whl b/pip_packages/setuptools-54.2.0-py3-none-any.whl
new file mode 100644
index 0000000..b181856
--- /dev/null
+++ b/pip_packages/setuptools-54.2.0-py3-none-any.whl
Binary files differ
diff --git a/pip_packages/six-1.15.0-py2.py3-none-any.whl b/pip_packages/six-1.15.0-py2.py3-none-any.whl
new file mode 100644
index 0000000..89edace
--- /dev/null
+++ b/pip_packages/six-1.15.0-py2.py3-none-any.whl
Binary files differ
diff --git a/pip_packages/wrapt-1.12.1-cp39-cp39-manylinux1_x86_64.whl b/pip_packages/wrapt-1.12.1-cp39-cp39-manylinux1_x86_64.whl
new file mode 100644
index 0000000..2f05204
--- /dev/null
+++ b/pip_packages/wrapt-1.12.1-cp39-cp39-manylinux1_x86_64.whl
Binary files differ