<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/5c45f0733a530a063c1c0d9d107750d73a08b692">https://github.com/macports/macports-ports/commit/5c45f0733a530a063c1c0d9d107750d73a08b692</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 5c45f0733a5 py-yara: update to 4.5.2; update Python branches
</span>5c45f0733a5 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 5c45f0733a530a063c1c0d9d107750d73a08b692
</span>Author: Marius Schamschula <mschamschula@gmail.com>
AuthorDate: Fri May 2 08:19:58 2025 -0500

<span style='display:block; white-space:pre;color:#404040;'>    py-yara: update to 4.5.2; update Python branches
</span>---
 security/yara/Portfile | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/security/yara/Portfile b/security/yara/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index bf7129934c7..d68a5f726fc 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/security/yara/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/security/yara/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -59,7 +59,7 @@ if {${subport} eq ${name}} {
</span>     github.livecheck.regex (\[0-9a-z.\]+)
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-set python.branches [list 3.8 3.9 3.10 3.11 3.12]
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+set python.branches [list 3.9 3.10 3.11 3.12 3.13]
</span> 
 foreach b ${python.branches} {
     set python.branch          ${b}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -68,18 +68,17 @@ foreach b ${python.branches} {
</span>     set python.prefix          ${frameworks_dir}/Python.framework/Versions/${python.branch}
 
     subport py${python.version}-${name} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        github.setup            VirusTotal yara-python 4.5.1 v
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        # Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        github.tarball_from     tarball
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        github.setup            VirusTotal yara-python 4.5.2 v
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        github.tarball_from     archive
</span>         revision                0
         categories              security python
         description             ${name} bindings for python ${python.branch}
         long_description        Malware identification and classification tool. \
                                 This subport provides bindings for python ${python.branch}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        checksums       rmd160  fc2ad545fe5c70cb8c81cde098269fa3621eb0a5 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        sha256  de5cb2d1d289e9d02d320add6cce0359cd5fda2830cf4939aeef066591215bc0 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        size    39436
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        checksums       rmd160  bb7d4a9441101decbcfb516dd818c1b629a1c065 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        sha256  adbf0df0402e5d8da9dc843217938ffcf1c0faebf9856933b16cfdc3c835e58f \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        size    39258
</span> 
         depends_build-append    port:py${python.version}-setuptools
         depends_lib-append      port:${name} \
</pre><pre style='margin:0'>

</pre>