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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/ab64c24d6bd358f5035255374ec2cadd07be8262">https://github.com/macports/macports-ports/commit/ab64c24d6bd358f5035255374ec2cadd07be8262</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 ab64c24d6bd py-hjson: add python 3.11 subport, drop python 3.9 and below
</span>ab64c24d6bd is described below

<span style='display:block; white-space:pre;color:#808000;'>commit ab64c24d6bd358f5035255374ec2cadd07be8262
</span>Author: Basil Shubin <basil.shubin@gmail.com>
AuthorDate: Sat Dec 31 13:54:36 2022 +0600

<span style='display:block; white-space:pre;color:#404040;'>    py-hjson: add python 3.11 subport, drop python 3.9 and below
</span>---
 python/py-hjson/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-hjson/Portfile b/python/py-hjson/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 022fcc148a5..b40b76720f7 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-hjson/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-hjson/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,7 @@ PortGroup           python 1.0
</span> 
 name                py-hjson
 version             3.1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> 
 categories-append   devel
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -24,7 +24,7 @@ checksums           rmd160  8932f335c23be5f046f62a54219159143c06dfba \
</span>                     sha256  55af475a27cf83a7969c808399d7bccdec8fb836a07ddbd574587593b9cdcf75 \
                     size    40541
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-python.versions     37 38 39 310
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+python.versions     310 311
</span> 
 if {${name} ne ${subport}} {
     depends_build-append \
</pre><pre style='margin:0'>

</pre>