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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/b69e68047ec978944718dac2a97bf5fb331b39e8">https://github.com/macports/macports-ports/commit/b69e68047ec978944718dac2a97bf5fb331b39e8</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 b69e68047ec asciidoc: switch to python 3.11
</span>b69e68047ec is described below

<span style='display:block; white-space:pre;color:#808000;'>commit b69e68047ec978944718dac2a97bf5fb331b39e8
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Wed Mar 8 11:01:51 2023 +0000

<span style='display:block; white-space:pre;color:#404040;'>    asciidoc: switch to python 3.11
</span>---
 textproc/asciidoc/Portfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/asciidoc/Portfile b/textproc/asciidoc/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ee9cb96d7bb..a1c6165809e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/asciidoc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/asciidoc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,7 +6,7 @@ PortGroup           github 1.0
</span> PortGroup           python 1.0
 
 github.setup        asciidoc asciidoc-py3 10.2.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> checksums           rmd160  e6369eddc6d72a4ea910f06f320881be105cd348 \
                     sha256  f830cb726d0b1448a451e916a7e60abfd27fce7f4dbce4c0c8f1ff856c1765ee \
                     size    1199960
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -35,9 +35,9 @@ homepage            https://asciidoc-py.github.io/
</span> use_autoreconf      yes
 use_configure       yes
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-python.versions     310
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+python.versions     311
</span> python.default_version \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    310
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    311
</span> depends_build-append \
                     port:py${python.version}-setuptools
 depends_lib         port:python${python.version} \
</pre><pre style='margin:0'>

</pre>