<pre style='margin:0'>
Rainer Müller (raimue) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/abf480cc5edcca7dc703127e4c35c187af83a694">https://github.com/macports/macports-ports/commit/abf480cc5edcca7dc703127e4c35c187af83a694</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 abf480c  py-pygithub: Check for latest stable release only
</span>abf480c is described below

<span style='display:block; white-space:pre;color:#808000;'>commit abf480cc5edcca7dc703127e4c35c187af83a694
</span>Author: Rainer Müller <raimue@macports.org>
AuthorDate: Sun Apr 22 11:37:24 2018 +0200

<span style='display:block; white-space:pre;color:#404040;'>    py-pygithub: Check for latest stable release only
</span>---
 python/py-pygithub/Portfile | 1 +
 1 file changed, 1 insertion(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-pygithub/Portfile b/python/py-pygithub/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5bb5ed0..8bd6d80 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-pygithub/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-pygithub/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,5 +26,6 @@ if {${name} ne ${subport}} {
</span> 
     livecheck.type      none
 } else {
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    livecheck.url       ${github.homepage}/releases/latest
</span>     livecheck.regex     {archive/v(1\.[^"]+)\.tar}
 }
</pre><pre style='margin:0'>

</pre>