pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-hypothesis



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Feb 17 18:51:48 UTC 2024

Modified Files:
        pkgsrc/devel/py-hypothesis: Makefile distinfo

Log Message:
py-hypothesis: updated to 6.98.6

6.98.6

This patch clarifies the documentation on stateful testing.

6.98.5

This patch improves argument-to-json conversion for observability output. Checking for a .to_json() method on the object before a few other options like dataclass support allows better user control 
of the process.

6.98.4

This patch updates our vendored list of top-level domains, which is used by the provisional domains() strategy.


To generate a diff of this commit:
cvs rdiff -u -r1.136 -r1.137 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.131 -r1.132 pkgsrc/devel/py-hypothesis/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-hypothesis/Makefile
diff -u pkgsrc/devel/py-hypothesis/Makefile:1.136 pkgsrc/devel/py-hypothesis/Makefile:1.137
--- pkgsrc/devel/py-hypothesis/Makefile:1.136   Fri Feb  9 12:50:10 2024
+++ pkgsrc/devel/py-hypothesis/Makefile Sat Feb 17 18:51:47 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.136 2024/02/09 12:50:10 adam Exp $
+# $NetBSD: Makefile,v 1.137 2024/02/17 18:51:47 adam Exp $
 #
 # Changelog: https://hypothesis.readthedocs.io/en/latest/changes.html
 
-DISTNAME=      hypothesis-6.98.3
+DISTNAME=      hypothesis-6.98.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hypothesis/}

Index: pkgsrc/devel/py-hypothesis/distinfo
diff -u pkgsrc/devel/py-hypothesis/distinfo:1.131 pkgsrc/devel/py-hypothesis/distinfo:1.132
--- pkgsrc/devel/py-hypothesis/distinfo:1.131   Fri Feb  9 12:50:10 2024
+++ pkgsrc/devel/py-hypothesis/distinfo Sat Feb 17 18:51:47 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.131 2024/02/09 12:50:10 adam Exp $
+$NetBSD: distinfo,v 1.132 2024/02/17 18:51:47 adam Exp $
 
-BLAKE2s (hypothesis-6.98.3.tar.gz) = cbe36efffd745107f5dd9c38cf3128fd1ee0e98960f3441b00109fadd5f5c8de
-SHA512 (hypothesis-6.98.3.tar.gz) = 5381fcdaeb09bee093605fa35bcf21679ec03a612c4696b8501cc8a14c419aa08a1fb8a239cc8b0cc817bcd08331643965d69fd4c069f7ded2634799daaef172
-Size (hypothesis-6.98.3.tar.gz) = 384890 bytes
+BLAKE2s (hypothesis-6.98.6.tar.gz) = 535ae52e4f5c9f46291daf61087420ef1bd1664879c9d2cd36c7bf5aebbfed27
+SHA512 (hypothesis-6.98.6.tar.gz) = e7c1bf91361355c46131e52d27e34ea4b2355ca39cf47777b3db81bb9e021510ab6d08b0cffff00fdd3cc0f35019e8978f452eb9cc32b8d72cd5cfd4ca4aa21d
+Size (hypothesis-6.98.6.tar.gz) = 385385 bytes



Home | Main Index | Thread Index | Old Index