You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by al...@apache.org on 2018/05/22 22:12:22 UTC

[beam] branch master updated (f53d272 -> 15600d6)

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

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


    from f53d272  Merge pull request #5339 from Fematich/options
     add f46f440  Futurize internal subpackage
     new 15600d6  Merge pull request #5334 from RobbeSneyders/internal

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/apache_beam/internal/__init__.py          |  2 ++
 sdks/python/apache_beam/internal/gcp/__init__.py      |  2 ++
 sdks/python/apache_beam/internal/gcp/auth.py          |  6 ++++--
 sdks/python/apache_beam/internal/gcp/json_value.py    | 19 +++++++++++++------
 .../apache_beam/internal/gcp/json_value_test.py       |  2 ++
 sdks/python/apache_beam/internal/module_test.py       |  3 +++
 sdks/python/apache_beam/internal/pickler.py           |  2 ++
 sdks/python/apache_beam/internal/pickler_test.py      |  2 ++
 sdks/python/apache_beam/internal/util.py              |  6 ++++++
 sdks/python/apache_beam/internal/util_test.py         |  1 +
 sdks/python/tox.ini                                   |  1 +
 11 files changed, 38 insertions(+), 8 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
altay@apache.org.

[beam] 01/01: Merge pull request #5334 from RobbeSneyders/internal

Posted by al...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 15600d612e9f7dcc060fd2ad88e7f0ee2167eeb1
Merge: f53d272 f46f440
Author: Ahmet Altay <aa...@gmail.com>
AuthorDate: Tue May 22 15:12:18 2018 -0700

    Merge pull request #5334 from RobbeSneyders/internal
    
    [BEAM-3999] Futurize internal subpackage

 sdks/python/apache_beam/internal/__init__.py          |  2 ++
 sdks/python/apache_beam/internal/gcp/__init__.py      |  2 ++
 sdks/python/apache_beam/internal/gcp/auth.py          |  6 ++++--
 sdks/python/apache_beam/internal/gcp/json_value.py    | 19 +++++++++++++------
 .../apache_beam/internal/gcp/json_value_test.py       |  2 ++
 sdks/python/apache_beam/internal/module_test.py       |  3 +++
 sdks/python/apache_beam/internal/pickler.py           |  2 ++
 sdks/python/apache_beam/internal/pickler_test.py      |  2 ++
 sdks/python/apache_beam/internal/util.py              |  6 ++++++
 sdks/python/apache_beam/internal/util_test.py         |  1 +
 sdks/python/tox.ini                                   |  1 +
 11 files changed, 38 insertions(+), 8 deletions(-)

diff --cc sdks/python/tox.ini
index 82e8d07,481c5f9..3b33437
--- a/sdks/python/tox.ini
+++ b/sdks/python/tox.ini
@@@ -99,8 -99,8 +99,9 @@@ deps 
    flake8==3.5.0
  modules =
    apache_beam/coders
+   apache_beam/internal
    apache_beam/metrics
 +  apache_beam/options
  commands =
    python --version
    pip --version

-- 
To stop receiving notification emails like this one, please contact
altay@apache.org.