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

[beam-site] branch asf-site updated (93669c9 -> 9441be0)

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

mergebot-role pushed a change to branch asf-site
in repository https://gitbox.apache.org/repos/asf/beam-site.git.


    from 93669c9  Prepare repository for deployment.
     add 649ede6  Add a Python 3 entry to the list of ongoing projects.
     add 59bd643  This closes #441
     new 9441be0  Prepare repository for deployment.

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:
 content/contribute/index.html | 13 +++++++++++++
 src/contribute/index.md       | 10 ++++++++++
 2 files changed, 23 insertions(+)

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

[beam-site] 01/01: Prepare repository for deployment.

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

mergebot-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/beam-site.git

commit 9441be0661371da5d16b6aeaa70de20856e64212
Author: Mergebot <me...@apache.org>
AuthorDate: Tue May 15 19:49:05 2018 -0700

    Prepare repository for deployment.
---
 content/contribute/index.html | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/content/contribute/index.html b/content/contribute/index.html
index ff9877d..50797e9 100644
--- a/content/contribute/index.html
+++ b/content/contribute/index.html
@@ -142,6 +142,7 @@
       <li><a href="#mapreduce-runner">MapReduce Runner</a></li>
       <li><a href="#tez-runner">Tez Runner</a></li>
       <li><a href="#go-sdk">Go SDK</a></li>
+      <li><a href="#python-3-support">Python 3 Support</a></li>
     </ul>
   </li>
   <li><a href="#stale-pull-requests">Stale pull requests</a></li>
@@ -344,6 +345,18 @@ across Java, Python, and Go, and every Beam runner.</p>
   <li>Contact: <a href="mailto:herohde@google.com">Henning Rohde</a></li>
 </ul>
 
+<h3 id="python-3-support">Python 3 Support</h3>
+
+<p>Work is in progress to add Python 3 support to Beam.  Current goal is to make Beam codebase compatible both with Python 2.7 and Python 3.4.</p>
+
+<ul>
+  <li><a href="https://docs.google.com/document/d/1xDG0MWVlDKDPu_IW9gtMvxi2S9I0GB0VDTkPhjXT0nE">Proposal</a></li>
+  <li><a href="https://issues.apache.org/jira/secure/RapidBoard.jspa?rapidView=245&amp;view=detail">Kanban Board</a></li>
+</ul>
+
+<p>Contributions are welcome! If you are interested to help, you can select a subpackage to port and assign yourself the corresponding issue. Comment on the issue if you cannot assign it yourself.
+When submitting a new PR, please tag @RobbeSneyders, @aaltay, and @tvalentyn.</p>
+
 <h2 id="stale-pull-requests">Stale pull requests</h2>
 
 <p>The community will close stale pull requests in order to keep the project

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