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:           Fri Feb  7 07:51:56 UTC 2025

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

Log Message:
py-hypothesis: updated to 6.125.2

6.125.2

Optimize performance (improves speed by ~5%) and clarify the wording in an error message.

6.125.1

Fixes a bug since around version 6.124.4 where we might have generated -0.0 for st.floats(min_value=0.0), which is unsound.

6.125.0

Add 2024.12 to the list of recognized Array API versions in hypothesis.extra.array_api.


To generate a diff of this commit:
cvs rdiff -u -r1.151 -r1.152 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.145 -r1.146 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.151 pkgsrc/devel/py-hypothesis/Makefile:1.152
--- pkgsrc/devel/py-hypothesis/Makefile:1.151   Sun Jan 26 11:42:19 2025
+++ pkgsrc/devel/py-hypothesis/Makefile Fri Feb  7 07:51:56 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.151 2025/01/26 11:42:19 adam Exp $
+# $NetBSD: Makefile,v 1.152 2025/02/07 07:51:56 adam Exp $
 #
 # Changelog: https://hypothesis.readthedocs.io/en/latest/changes.html
 
-DISTNAME=      hypothesis-6.124.7
+DISTNAME=      hypothesis-6.125.2
 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.145 pkgsrc/devel/py-hypothesis/distinfo:1.146
--- pkgsrc/devel/py-hypothesis/distinfo:1.145   Sun Jan 26 11:42:19 2025
+++ pkgsrc/devel/py-hypothesis/distinfo Fri Feb  7 07:51:56 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.145 2025/01/26 11:42:19 adam Exp $
+$NetBSD: distinfo,v 1.146 2025/02/07 07:51:56 adam Exp $
 
-BLAKE2s (hypothesis-6.124.7.tar.gz) = 29d1bbf17f79f425d9c692fa563b1f27c2044c82a3c2a270837d4a3feb6e01d6
-SHA512 (hypothesis-6.124.7.tar.gz) = c8659e548acac2345d16d23488b47736667ad3abc4aa2f0e0fc9a0f622f71bb564528c2c02a368291a681ee8a1bf50d89e62b95a9c6e49141a838b1cc77aa475
-Size (hypothesis-6.124.7.tar.gz) = 416938 bytes
+BLAKE2s (hypothesis-6.125.2.tar.gz) = f485f77e61f07b1dea7501bac23f8273cb1da9f05c28ee4e35cd56611352649e
+SHA512 (hypothesis-6.125.2.tar.gz) = be9ec10a3135709a775644ab9a06b59c32519d598ef627c4eea07a935c8b34028045713aec851cf1dc3747a210de097241ceed33973c23358964ad1d420dc47b
+Size (hypothesis-6.125.2.tar.gz) = 417961 bytes



Home | Main Index | Thread Index | Old Index