<pre style='margin:0'>
Marius Schamschula (Schamschula) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/aa3f1b856919832a49257b6b46e012891fefe079">https://github.com/macports/macports-ports/commit/aa3f1b856919832a49257b6b46e012891fefe079</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 aa3f1b85691 hatch: update to 1.9.2; set python312 as default
</span>aa3f1b85691 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit aa3f1b856919832a49257b6b46e012891fefe079
</span>Author: Marius Schamschula <mschamschula@gmail.com>
AuthorDate: Sun Jan 21 10:17:11 2024 -0600
<span style='display:block; white-space:pre;color:#404040;'> hatch: update to 1.9.2; set python312 as default
</span>---
python/hatch/Portfile | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/hatch/Portfile b/python/hatch/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ddb61e1b1ee..b9ea7e001f5 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/hatch/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/hatch/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,7 +4,7 @@ PortSystem 1.0
</span> PortGroup python 1.0
name hatch
<span style='display:block; white-space:pre;background:#ffe0e0;'>-version 1.9.1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+version 1.9.2
</span> revision 0
categories-append devel
license MIT
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -15,9 +15,9 @@ supported_archs noarch
</span> platforms {darwin any}
homepage https://github.com/ofek/hatch
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums rmd160 e466431d31e2523a0189ff73c967ecdc2c60344b \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- sha256 77462d9f1fd3c161ebaa7afc51f62b3f1392375e1d3a0cd23dba4cd996bd1cec \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- size 689488
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums rmd160 6da683f8978d396b1ed9b9d06d9ba5c9f6035fd1 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ sha256 1f4bc595cc30b86792e8058cc48cbe2ff9773bdd1dc53eb95d88d2b74b6f6ee1 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ size 689507
</span>
variant python37 conflicts python38 python39 python310 python311 python312 description {Use Python 3.7} {}
variant python38 conflicts python37 python39 python310 python311 python312 description {Use Python 3.8} {}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,8 +26,8 @@ variant python310 conflicts python37 python38 python39 python311 python312 descr
</span> variant python311 conflicts python37 python38 python39 python310 python312 description {Use Python 3.11} {}
variant python312 conflicts python37 python38 python39 python310 python311 description {Use Python 3.12} {}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python37] && ![variant_isset python38] && ![variant_isset python39] && ![variant_isset python310] && ![variant_isset python312]} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- default_variants +python311
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python37] && ![variant_isset python38] && ![variant_isset python39] && ![variant_isset python310] && ![variant_isset python311]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ default_variants +python312
</span> }
foreach pv {312 311 310 39 38 37} {
</pre><pre style='margin:0'>
</pre>