<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/fb91bc5fdf64141b6aeeb0f1e7121cca20a1e5a9">https://github.com/macports/macports-ports/commit/fb91bc5fdf64141b6aeeb0f1e7121cca20a1e5a9</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new fb91bc5fdf6 py-tensorflow-addons: Use bazel 3.1 to build to match py-tensorflow Closes: https://trac.macports.org/ticket/62685
</span>fb91bc5fdf6 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit fb91bc5fdf64141b6aeeb0f1e7121cca20a1e5a9
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Mon Apr 12 19:52:23 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    py-tensorflow-addons: Use bazel 3.1 to build to match py-tensorflow
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/62685
</span>---
 python/py-tensorflow-addons/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-tensorflow-addons/Portfile b/python/py-tensorflow-addons/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2e94fcdc10e..0f3378c9e41 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-tensorflow-addons/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-tensorflow-addons/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -29,7 +29,8 @@ python.versions     37 38 39
</span> if {${name} ne ${subport}} {
     PortGroup       bazel 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    bazel.version   3.7
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # Should match the version required by main tensorflow port
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    bazel.version   3.1
</span> 
     # Conflicts with tensorflow_macos
     if {${python.version} eq 38} {
</pre><pre style='margin:0'>

</pre>