<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/3bbcd4ac3f550bacff97e4b38d0d8dfdc415413f">https://github.com/macports/macports-ports/commit/3bbcd4ac3f550bacff97e4b38d0d8dfdc415413f</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 3bbcd4a  py-numpy: Escape periods in regular expressions
</span>3bbcd4a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 3bbcd4ac3f550bacff97e4b38d0d8dfdc415413f
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Tue Mar 24 04:00:10 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    py-numpy: Escape periods in regular expressions
</span>---
 python/py-numpy/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-numpy/Portfile b/python/py-numpy/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d71f495..111b588 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-numpy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-numpy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -48,7 +48,7 @@ if {${name} ne ${subport}} {
</span>         patchfiles-append   patch-numpy_core_setup.py.27.diff \
                             patch-numpy_tests_test_scripts.py.27.diff \
                             patch-fcompiler_g95.27.diff
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        github.livecheck.regex {(1.16.[\d+(?:.\d+)*]+)}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        github.livecheck.regex {(1\.16\.[\d+(?:.\d+)*]+)}
</span>     } else {
         patchfiles-append   patch-numpy_core_setup.py.diff \
                             patch-numpy_tests_test_scripts.py.diff \
</pre><pre style='margin:0'>

</pre>