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 Jun 16 08:40:28 UTC 2023

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

Log Message:
py-hypothesis: updated to 6.78.3

6.78.3

This release ensures that Ghostwriter does not use the deprecated aliases for the collections.abc classes in collections.

6.78.2

This patch improves Ghostwriter’s use of qualified names for re-exported functions and classes, and avoids importing useless TypeVars.

6.78.1

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

6.78.0

New input validation for recursive() will raise an error rather than hanging indefinitely if passed invalid max_leaves= arguments.

6.77.0

from_type() now handles numpy array types: np.typing.ArrayLike, np.typing.NDArray, and parameterized versions including np.ndarray[shape, elem_type].

6.76.0

Warn in from_type() if the inferred strategy has no variation (always returning default instances). Also handles numpy data types by calling from_dtype() on the corresponding dtype, thus ensuring 
proper variation for these types.


To generate a diff of this commit:
cvs rdiff -u -r1.121 -r1.122 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.116 -r1.117 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.121 pkgsrc/devel/py-hypothesis/Makefile:1.122
--- pkgsrc/devel/py-hypothesis/Makefile:1.121   Sun May  7 08:35:49 2023
+++ pkgsrc/devel/py-hypothesis/Makefile Fri Jun 16 08:40:28 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.121 2023/05/07 08:35:49 wiz Exp $
+# $NetBSD: Makefile,v 1.122 2023/06/16 08:40:28 adam Exp $
 #
 # Changelog: https://hypothesis.readthedocs.io/en/latest/changes.html
 
-DISTNAME=      hypothesis-6.75.2
+DISTNAME=      hypothesis-6.78.3
 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.116 pkgsrc/devel/py-hypothesis/distinfo:1.117
--- pkgsrc/devel/py-hypothesis/distinfo:1.116   Sun May  7 08:35:49 2023
+++ pkgsrc/devel/py-hypothesis/distinfo Fri Jun 16 08:40:28 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.116 2023/05/07 08:35:49 wiz Exp $
+$NetBSD: distinfo,v 1.117 2023/06/16 08:40:28 adam Exp $
 
-BLAKE2s (hypothesis-6.75.2.tar.gz) = aa129b4d0adafb0bad3d0fec6ae948eb873e4c28e216834fdff416f98a191410
-SHA512 (hypothesis-6.75.2.tar.gz) = 38b148ad0a317d6c753e3b453aa498a2b90c170a47e6a046d298e7363c9201149701db088e8d7a978a03798bbc98307f97f87beef03c269574b47ac53c816178
-Size (hypothesis-6.75.2.tar.gz) = 351356 bytes
+BLAKE2s (hypothesis-6.78.3.tar.gz) = 0d5f7fa1a1da721e537c03948bb1565aefb61d298fa435f8dcc1a31c1e4fd059
+SHA512 (hypothesis-6.78.3.tar.gz) = 275bdc828e4d566d4037cd0e0fed6c9d0678d95dd57e56a32d2ec48525b197516852222c9338f24037b3b0d2b82f38209089456b8c6e3a36a58ce9cf4aa4d869
+Size (hypothesis-6.78.3.tar.gz) = 354588 bytes



Home | Main Index | Thread Index | Old Index