<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/6df03f6c8a4d970a1d2c1da914d536f97273bb87">https://github.com/macports/macports-ports/commit/6df03f6c8a4d970a1d2c1da914d536f97273bb87</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 6df03f6c8a4 xonsh: update to 0.9.25
</span>6df03f6c8a4 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 6df03f6c8a4d970a1d2c1da914d536f97273bb87
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Fri Jan 29 15:44:27 2021 -0600

<span style='display:block; white-space:pre;color:#404040;'>    xonsh: update to 0.9.25
</span>---
 shells/xonsh/Portfile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/shells/xonsh/Portfile b/shells/xonsh/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8691b7d5511..592bb3f904d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/shells/xonsh/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/shells/xonsh/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,7 +4,7 @@ PortSystem          1.0
</span> PortGroup           github 1.0
 PortGroup           python 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup        xonsh xonsh 0.9.24
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup        xonsh xonsh 0.9.25
</span> revision            0
 categories          shells
 platforms           darwin
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -14,16 +14,16 @@ license             Permissive
</span> description         Xonsh is a Python-ish, BASHwards-looking shell language \
                     and command prompt.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description    ${description} \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description    {*}${description} \
</span>                     The language is a superset of Python 3.4+ with additional \
                     shell primitives that you are used to from Bash and \
                     IPython. It works on all major systems including Linux, \
                     macOS, and Windows. Xonsh is meant for the daily use of \
                     experts and novices alike.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums           rmd160  174afc915b62ff7dad926788b26fde468c02717d \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256  94372c14a33fa63b0b612af9ac8ebdab42820c79eafbad23952e511a846f682d \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    size    10895489
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums           rmd160  71955254af2e012c5bc0a81a21cb01b9919b3d3b \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  a8d5af893200e326d992fa629fdec54cd9fa6cb2ab0b57c80989adfeae4e3292 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    size    10966915
</span> 
 variant python36 conflicts python37 python38 python39 description {Use Python 3.6} {}
 variant python37 conflicts python36 python38 python39 description {Use Python 3.7} {}
</pre><pre style='margin:0'>

</pre>