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 2017/03/13 21:50:16 UTC

[1/2] beam git commit: Filling up TBDs in setup.py

Repository: beam
Updated Branches:
  refs/heads/master de40c14ff -> ebd2ee01e


Filling up TBDs in setup.py


Project: http://git-wip-us.apache.org/repos/asf/beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/b3cb505d
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/b3cb505d
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/b3cb505d

Branch: refs/heads/master
Commit: b3cb505d8e937e9b0ac916f2108f1cc17bc2c0a9
Parents: de40c14
Author: Ahmet Altay <al...@google.com>
Authored: Mon Mar 13 14:08:50 2017 -0700
Committer: Ahmet Altay <al...@google.com>
Committed: Mon Mar 13 14:49:22 2017 -0700

----------------------------------------------------------------------
 sdks/python/setup.py | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/b3cb505d/sdks/python/setup.py
----------------------------------------------------------------------
diff --git a/sdks/python/setup.py b/sdks/python/setup.py
index 8b3e468..3b44b82 100644
--- a/sdks/python/setup.py
+++ b/sdks/python/setup.py
@@ -38,12 +38,15 @@ PACKAGE_NAME = 'apache-beam'
 PACKAGE_VERSION = get_version()
 PACKAGE_DESCRIPTION = 'Apache Beam SDK for Python'
 PACKAGE_URL = 'https://beam.apache.org'
-PACKAGE_DOWNLOAD_URL = 'TBD'
+PACKAGE_DOWNLOAD_URL = 'https://pypi.python.org/pypi/apache-beam'
 PACKAGE_AUTHOR = 'Apache Software Foundation'
 PACKAGE_EMAIL = 'dev@beam.apache.org'
 PACKAGE_KEYWORDS = 'apache beam'
 PACKAGE_LONG_DESCRIPTION = '''
-TBD
+Apache Beam is a unified programming model for both batch and streaming
+data processing, enabling efficient execution across diverse distributed
+execution engines and providing extensibility points for connecting to
+different technologies and user communities.
 '''
 
 REQUIRED_PIP_VERSION = '7.0.0'


[2/2] beam git commit: This closes #2236

Posted by al...@apache.org.
This closes #2236


Project: http://git-wip-us.apache.org/repos/asf/beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/ebd2ee01
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/ebd2ee01
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/ebd2ee01

Branch: refs/heads/master
Commit: ebd2ee01ef9300c0783d100fb09a36d4712343bb
Parents: de40c14 b3cb505
Author: Ahmet Altay <al...@google.com>
Authored: Mon Mar 13 14:49:58 2017 -0700
Committer: Ahmet Altay <al...@google.com>
Committed: Mon Mar 13 14:49:58 2017 -0700

----------------------------------------------------------------------
 sdks/python/setup.py | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------