You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ha...@apache.org on 2020/04/03 03:48:08 UTC

[beam] branch master updated (e6b37c4 -> 65db744)

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

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


    from e6b37c4  Merge pull request #11294 from lukecwik/beam9677
     add 65db744  [BEAM-9136]Add licenses for dependencies for Python (#11067)

No new revisions were added by this update.

Summary of changes:
 .test-infra/jenkins/README.md                      |   1 +
 ...ovy => job_PreCommit_Python_DockerBuild.groovy} |   7 +-
 build.gradle                                       |   7 +
 release/src/main/scripts/verify_release_build.sh   |   1 +
 sdks/python/container/Dockerfile                   |   8 +-
 .../container/license_scripts/dep_urls_py.yaml     | 120 +++++++++++++++++
 .../manual_licenses/singledispatch/LICENSE         |  19 +++
 .../manual_licenses/termcolor/LICENSE              |   7 +
 .../container/license_scripts/pull_licenses_py.py  | 147 +++++++++++++++++++++
 sdks/python/container/py2/build.gradle             |   6 +
 sdks/python/container/py35/build.gradle            |   6 +
 sdks/python/container/py36/build.gradle            |   6 +
 sdks/python/container/py37/build.gradle            |   7 +-
 13 files changed, 337 insertions(+), 5 deletions(-)
 copy .test-infra/jenkins/{job_PreCommit_PythonLint.groovy => job_PreCommit_Python_DockerBuild.groovy} (87%)
 create mode 100644 sdks/python/container/license_scripts/dep_urls_py.yaml
 create mode 100644 sdks/python/container/license_scripts/manual_licenses/singledispatch/LICENSE
 create mode 100644 sdks/python/container/license_scripts/manual_licenses/termcolor/LICENSE
 create mode 100644 sdks/python/container/license_scripts/pull_licenses_py.py