<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/7a710676fb2dcd6d4c36013fecdedf178a6a9b16">https://github.com/macports/macports-ports/commit/7a710676fb2dcd6d4c36013fecdedf178a6a9b16</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 7a71067  py-tensorflow: Fix livecheck regex to ignore 'rc' releases
</span>7a71067 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 7a710676fb2dcd6d4c36013fecdedf178a6a9b16
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Mon Oct 29 14:25:58 2018 +0000

<span style='display:block; white-space:pre;color:#404040;'>    py-tensorflow: Fix livecheck regex to ignore 'rc' releases
</span>---
 python/py-tensorflow/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-tensorflow/Portfile b/python/py-tensorflow/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ed9357d..fb896e7 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-tensorflow/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-tensorflow/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -14,6 +14,7 @@ revision            2
</span> github.setup        tensorflow tensorflow ${version} v
 platforms           darwin
 supported_archs     x86_64
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> license             Apache-2
 maintainers         {emcrisostomo @emcrisostomo} {jonesc @cjones051073} openmaintainer
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -22,6 +23,8 @@ long_description    ${description}
</span> 
 homepage            https://www.tensorflow.org/
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.regex     v(\[0-9.\]+)${extract.suffix}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> checksums           rmd160  2d04a8f1c0b0796d4a817f82f5743929bc9a6fb9 \
                     sha256  55833b40782b636994ef85a875306fc5a4301335342af58eaeb6c37971c68f26 \
                     size    25030426
</pre><pre style='margin:0'>

</pre>