<pre style='margin:0'>
Aljaž Srebrnič (g5pw) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/11be2b24f8a1c295564f7d0c6a0711a63a3d1383">https://github.com/macports/macports-ports/commit/11be2b24f8a1c295564f7d0c6a0711a63a3d1383</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 11be2b24f8a1c295564f7d0c6a0711a63a3d1383
</span>Author: Ivan Larionov <xeron.oskom@gmail.com>
AuthorDate: Sat Oct 26 12:59:14 2019 -0700

<span style='display:block; white-space:pre;color:#404040;'>    py-sqlparse: add python 3.8
</span>---
 python/py-sqlparse/Portfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-sqlparse/Portfile b/python/py-sqlparse/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e4de07f..651743c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-sqlparse/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-sqlparse/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,8 @@ PortGroup           python 1.0
</span> 
 name                py-sqlparse
 version             0.3.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> license             BSD
 platforms           darwin
 supported_archs     noarch
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -13,7 +15,7 @@ description         Non-validating SQL parser
</span> long_description    ${description} that provides support for parsing, splitting \
                     and formatting SQL statements.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-python.versions     27 34 35 36 37
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+python.versions     27 34 35 36 37 38
</span> 
 categories-append   textproc
 
</pre><pre style='margin:0'>

</pre>