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

herohde pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from b34b180  [BEAM-5427] Fix and update sample code for CombineFn. (#6439)
     add c19c9c1  Move SDK dependencies from Dockerfile to 
base_image_requirements.txt
     add ffce353  Sort the dependencies alphabetically.
     add e2e4819  Update the versions of SDK dependencies to be installed into 
the container. Remove avro dependency, since avro package name depends on the 
version of the Python interpreter. Correct package will be installed when SDK 
is installed into the container.
     add e9f1f13  Add a Python container based on Python 3 interpreter.
     new 6ef5087  Add a Python container with a Python 3 interpreter.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 sdks/python/container/Dockerfile                   | 62 ++++-----------------
 sdks/python/container/base_image_requirements.txt  | 64 ++++++++++++++++++++++
 sdks/python/container/build.gradle                 | 22 +++++---
 sdks/python/container/py3/Dockerfile               | 54 ++++++++++++++++++
 .../python/container/py3}/build.gradle             | 30 ++++------
 settings.gradle                                    |  2 +
 6 files changed, 156 insertions(+), 78 deletions(-)
 create mode 100644 sdks/python/container/base_image_requirements.txt
 create mode 100644 sdks/python/container/py3/Dockerfile
 copy {runners/flink/job-server-container => 
sdks/python/container/py3}/build.gradle (55%)

Reply via email to