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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/28c72e0457840ab579e4d6bde4ec485cac2a7ca5">https://github.com/macports/macports-ports/commit/28c72e0457840ab579e4d6bde4ec485cac2a7ca5</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 28c72e04578 libpsl:move to python 3.9
</span>28c72e04578 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 28c72e0457840ab579e4d6bde4ec485cac2a7ca5
</span>Author: Jordan Mendelson <jordan@zenzen.org>
AuthorDate: Sat Feb 6 20:45:09 2021 -0800

<span style='display:block; white-space:pre;color:#404040;'>    libpsl:move to python 3.9
</span>---
 net/libpsl/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/libpsl/Portfile b/net/libpsl/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5d50139e0a8..dab5f4ac99e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/libpsl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/libpsl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -8,7 +8,7 @@ github.setup        rockdaboot libpsl 0.21.1
</span> # when incrementing version or revision please check
 # that psl_data_commit and psl_data_date refer to latest
 # publicsuffix/list git master commit
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> license             MIT
 description         A C library and utility to handle the Public Suffix List
 long_description    ${description}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -48,7 +48,7 @@ checksums           ${main_distfile} \
</span> # clang_dependency PortGroup to avoid circular dependencies whilst building.
 # See e.g. https://trac.macports.org/ticket/60419
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-set py_ver          3.8
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+set py_ver          3.9
</span> set py_ver_nodot    [string map {. {}} ${py_ver}]
 
 depends_build-append \
</pre><pre style='margin:0'>

</pre>