<pre style='margin:0'>
Aaron Madlon-Kay (amake) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/aff816a3c59eb7398afe22bfe128f14ff4f039d6">https://github.com/macports/macports-ports/commit/aff816a3c59eb7398afe22bfe128f14ff4f039d6</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit aff816a3c59eb7398afe22bfe128f14ff4f039d6
</span>Author: Aaron Madlon-Kay <amake@macports.org>
AuthorDate: Tue Feb 1 09:36:47 2022 +0900

<span style='display:block; white-space:pre;color:#404040;'>    yubico-authenticator: use Python 3.10
</span>---
 aqua/yubico-authenticator/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/yubico-authenticator/Portfile b/aqua/yubico-authenticator/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b3ee1d3cb65..c9edfbc902d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/yubico-authenticator/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/yubico-authenticator/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -12,7 +12,7 @@ qt5.depends_component \
</span> 
 name                yubico-authenticator
 github.setup        Yubico yubioath-desktop 5.1.0 yubioath-desktop-
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            2
</span> categories          aqua security
 platforms           darwin
 license             BSD
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -31,7 +31,7 @@ checksums           rmd160  b35ab9626d8eff8eb4cf02bb6a050bac47107ea6 \
</span>                     size    6322358
 
 # Python version must be synced with pyotherside and yubikey-manager ports
<span style='display:block; white-space:pre;background:#ffe0e0;'>-set python.branch   3.9
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+set python.branch   3.10
</span> set python.version  [join [split ${python.branch} "."] ""]
 set python.prefix   ${frameworks_dir}/Python.framework/Versions/${python.branch}
 set python.pkgd     ${python.prefix}/lib/python${python.branch}/site-packages
</pre><pre style='margin:0'>

</pre>