<pre style='margin:0'>
Nils Breunese (breun) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/cade1c8f400585e44e132a5b9b05248d232162df">https://github.com/macports/macports-ports/commit/cade1c8f400585e44e132a5b9b05248d232162df</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 cade1c8f400 py-bitstring: update to 4.2.3, add subport for Python 3.13 (#26932)
</span>cade1c8f400 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit cade1c8f400585e44e132a5b9b05248d232162df
</span>Author: Nils Breunese <breun@macports.org>
AuthorDate: Sat Dec 7 01:16:20 2024 +0100

<span style='display:block; white-space:pre;color:#404040;'>    py-bitstring: update to 4.2.3, add subport for Python 3.13 (#26932)
</span>---
 python/py-bitstring/Portfile | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-bitstring/Portfile b/python/py-bitstring/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1bce5de1af7..6de8608ffdb 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-bitstring/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-bitstring/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,7 +4,7 @@ PortSystem          1.0
</span> PortGroup           python 1.0
 PortGroup           github 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup        scott-griffiths bitstring 4.1.4 bitstring-
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup        scott-griffiths bitstring 4.2.3 bitstring-
</span> name                py-bitstring
 revision            0
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -19,11 +19,11 @@ long_description    bitstring is a pure Python module that makes the \
</span>                     creation, manipulation and analysis of binary data \
                     as simple and natural as possible.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums           rmd160  1cc74279cafd10aa635df85266f614e32e22c691 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256  645a3742d2c3ed4b3a468bfe96509d7fdcc0490d1a7945e0b68d28396c6ec0e2 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    size    420174
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums           rmd160  1975a158384d88dcef14da0071c19db7b39f82bc \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  33cc5014bcce5cfee26cbd82855424b922530cd58a179ca46c9f296d498c59c2 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    size    443138
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-python.versions     39 310 311 312
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+python.versions     39 310 311 312 313
</span> 
 if {${name} ne ${subport}} {
     depends_lib-append \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -31,7 +31,7 @@ if {${name} ne ${subport}} {
</span> 
     post-destroot {
         xinstall -d ${destroot}${prefix}/share/doc/${subport}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        xinstall -m 0644 -W ${worksrcpath} README.md release_notes.txt \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        xinstall -m 0644 -W ${worksrcpath} README.md release_notes.md \
</span>             LICENSE ${destroot}${prefix}/share/doc/${subport}
    }
 
</pre><pre style='margin:0'>

</pre>