<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/aac698d21828edaba636319628a8f8fcf22c6840">https://github.com/macports/macports-ports/commit/aac698d21828edaba636319628a8f8fcf22c6840</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 aac698d2182 poetry: update to 1.8.3
</span>aac698d2182 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit aac698d21828edaba636319628a8f8fcf22c6840
</span>Author: David Gilman <davidgilman1@gmail.com>
AuthorDate: Sat Mar 16 17:47:39 2024 -0400

<span style='display:block; white-space:pre;color:#404040;'>    poetry: update to 1.8.3
</span>---
 python/poetry/Portfile | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/poetry/Portfile b/python/poetry/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a54e2140906..f420c97a780 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/poetry/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/poetry/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,7 +4,7 @@ PortSystem              1.0
</span> PortGroup               python 1.0
 
 name                    poetry
<span style='display:block; white-space:pre;background:#ffe0e0;'>-version                 1.8.1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+version                 1.8.2
</span> revision                0
 categories-append       devel
 platforms               {darwin any}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -23,15 +23,15 @@ long_description        Poetry: Dependency Management for Python. \
</span> 
 homepage                https://python-poetry.org/
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums               rmd160  ba5ebd7411fb53f3d36b33a951a6910db3212023 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        sha256  23519cc45eb3cf48e899145bc762425a141e3afd52ecc53ec443ca635122327f \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        size    1514978
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums               rmd160  fbcb2be0303defbb4e3710b64c5b811387c48c62 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        sha256  49cceb3838104647c3e1021f3a4f13c6053704cc18d33f849a90fe687a29cb73 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        size    1516966
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python38 conflicts python39 python310 python311 description {Use Python 3.8} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python39 conflicts python38 python310 python311 description {Use Python 3.9} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python310 conflicts python38 python39 python311 description {Use Python 3.10} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python311 conflicts python38 python39 python310 description {Use Python 3.11} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python312 conflicts python38 python39 python310 description {Use Python 3.12} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python38 conflicts python39 python310 python311 python312 description {Use Python 3.8} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python39 conflicts python38 python310 python311 python312 description {Use Python 3.9} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python310 conflicts python38 python39 python311 python312 description {Use Python 3.10} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python311 conflicts python38 python39 python310 python312 description {Use Python 3.11} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python312 conflicts python38 python39 python310 python311 description {Use Python 3.12} {}
</span> 
 if {![variant_isset python38] && ![variant_isset python39] && ![variant_isset python310] && ![variant_isset python311]} {
     default_variants +python312
</pre><pre style='margin:0'>

</pre>