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:           Tue Apr  4 11:24:42 UTC 2023

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

Log Message:
py-hypothesis: updated to 6.70.2

6.70.2 - 2023-04-03¶

This patch clarifies the reporting of time spent generating data. A simple arithmetic mean of the percentage of time spent can be misleading; reporting the actual time spent avoids misunderstandings.

6.70.1 - 2023-03-27¶

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

6.70.0 - 2023-03-16¶

This release adds an optional domains= parameter to the emails() strategy, and excludes the special-use .arpa domain from the default strategy.

6.69.0 - 2023-03-15¶

This release turns HealthCheck.return_value and HealthCheck.not_a_test_method into unconditional errors. Passing them to suppress_health_check= is therefore a deprecated no-op.

Separately, GraalPy can now run and pass most of the hypothesis test suite.

6.68.3 - 2023-03-15¶

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

6.68.2 - 2023-02-17¶

This patch fixes missing imports of the re module, when ghostwriting tests which include compiled patterns or regex flags. Thanks to Jens Heinrich for reporting and promptly fixing this bug!

6.68.1 - 2023-02-12¶

This patch adds some private hooks for use in research on Schemathesis (see our preprint here).

6.68.0 - 2023-02-09¶

This release adds support for the Array API’s 2022.12 release via the api_version argument in make_strategies_namespace(). Concretely this involves complex support in its existing strategies, plus an 
introduced xps.complex_dtypes() strategy.

Additionally this release now treats hypothesis.extra.array_api as stable, meaning breaking changes should only happen with major releases of Hypothesis.


To generate a diff of this commit:
cvs rdiff -u -r1.118 -r1.119 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.113 -r1.114 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.118 pkgsrc/devel/py-hypothesis/Makefile:1.119
--- pkgsrc/devel/py-hypothesis/Makefile:1.118   Wed Mar 29 09:34:07 2023
+++ pkgsrc/devel/py-hypothesis/Makefile Tue Apr  4 11:24:42 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.118 2023/03/29 09:34:07 wiz Exp $
+# $NetBSD: Makefile,v 1.119 2023/04/04 11:24:42 adam Exp $
 #
 # Changelog: https://hypothesis.readthedocs.io/en/latest/changes.html
 
-DISTNAME=      hypothesis-6.67.1
+DISTNAME=      hypothesis-6.70.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.113 pkgsrc/devel/py-hypothesis/distinfo:1.114
--- pkgsrc/devel/py-hypothesis/distinfo:1.113   Wed Feb  8 10:31:14 2023
+++ pkgsrc/devel/py-hypothesis/distinfo Tue Apr  4 11:24:42 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.113 2023/02/08 10:31:14 adam Exp $
+$NetBSD: distinfo,v 1.114 2023/04/04 11:24:42 adam Exp $
 
-BLAKE2s (hypothesis-6.67.1.tar.gz) = 4df1df9f01b70dae2b3e37ee266e3815eed9844a5a1fa380c213d256e42dda53
-SHA512 (hypothesis-6.67.1.tar.gz) = febbee7855c0206f144b2a742a0f910294060042c418a6cae8485723057c454a3b809040a858a610dc5924b339b1b924e6a02b96d367ff484dde97f76e863a26
-Size (hypothesis-6.67.1.tar.gz) = 340840 bytes
+BLAKE2s (hypothesis-6.70.2.tar.gz) = cd608c844e4b4d3dd8e1a5c98fb65fa3f02daad9d458bedaadee9c8f0035d8f8
+SHA512 (hypothesis-6.70.2.tar.gz) = 1804b6acb8e43f89a8b54ccd3e5b79b25eda1b93d4898d6fc757d030fa0001f128fab0fe9deeb5dc7cdb8351607015f7fc73dff2f7e25e44c651d8af3703fb37
+Size (hypothesis-6.70.2.tar.gz) = 341236 bytes



Home | Main Index | Thread Index | Old Index