<pre style='margin:0'>
Kurt Hindenburg (kurthindenburg) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/65d433a5a29cc538dc7124a854712cc940e1444f">https://github.com/macports/macports-ports/commit/65d433a5a29cc538dc7124a854712cc940e1444f</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 65d433a5a29cc538dc7124a854712cc940e1444f
</span>Author: Kurt Hindenburg <khindenburg@macports.org>
AuthorDate: Fri Aug 12 18:54:38 2022 -0400

<span style='display:block; white-space:pre;color:#404040;'>    py-hypothesis: update to 6.54.3
</span>---
 python/py-hypothesis/Portfile | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-hypothesis/Portfile b/python/py-hypothesis/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1344a7d09e3..a354ac772d7 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-hypothesis/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-hypothesis/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,7 +4,7 @@ PortSystem          1.0
</span> PortGroup           python 1.0
 
 name                py-hypothesis
<span style='display:block; white-space:pre;background:#ffe0e0;'>-version             6.54.1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+version             6.54.3
</span> revision            0
 categories-append   devel
 platforms           darwin
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -25,9 +25,9 @@ long_description \
</span> 
 homepage            https://pypi.python.org/pypi/hypothesis
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums           rmd160  ae81299d378844d8008d1a661f89511e7e4b41a9 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256  de63c34309181875e71d0f5d1c1051c9320a1fe0517ea6733af8cedf818191f4 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    size    328778
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums           rmd160  624f0c272a84fff39e743009184367af9916331c \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  03749f5e2cb982e54e2a11abcb367b9a260ef8e279387d437145354c080a6bdc \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    size    328966
</span> 
 if {${name} ne ${subport}} {
     depends_build-append  port:py${python.version}-setuptools
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -68,10 +68,13 @@ if {${name} ne ${subport}} {
</span> 
     livecheck.type      none
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    # Leave for next major release
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    if {0} {
</span>     notes "Welcome to the next major version of Hypothesis!\
     If you were running on the last version of Hypothesis 5.x without\
     any Hypothesis deprecation warnings (or using private APIs), this\
     upgrade should cause no issues.\
     See https://hypothesis.readthedocs.io/en/latest/changes.html#v6-0-0\
     for more information."
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    }
</span> }
</pre><pre style='margin:0'>

</pre>