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:           Thu Jul 20 07:59:05 UTC 2023

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

Log Message:
py-hypothesis: updated to 6.82.0

6.81.2

If the HYPOTHESIS_NO_PLUGINS environment variable is set, we’ll avoid loading plugins such as the old Pydantic integration or HypoFuzz’ CLI options.

This is probably only useful for our own self-tests, but documented in case it might help narrow down any particularly weird bugs in complex environments.

6.81.1

Fixes some lingering issues with inference of recursive types in ~hypothesis.strategies.from_type.

6.81.0

This release further improves our .patch-file support from version 6.75, skipping duplicates, tests which use data() (and don’t support @example()), and various broken edge-cases.

Because libCST has released version 1.0 which uses the native parser by default, we no longer set the LIBCST_PARSER_TYPE=native environment variable. If you are using an older version, you may need 
to upgrade or set this envvar for yourself.

6.80.1

This patch updates some internal code for selftests. There is no user-visible change.

6.80.0

This release drops support for Python 3.7, which reached end of life on 2023-06-27.

6.79.4

Fixes occasional recursion-limit-exceeded errors when validating deeply nested strategies.

6.79.3

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

6.79.2

Improve the type rendered in from_type(), which improves the coverage of Ghostwriter.

6.79.1

We now test against Python 3.12 beta in CI, and this patch fixes some new deprecations.

6.79.0

This release changes register_type_strategy() for compatibility with PEP 585: we now store only a single strategy or resolver function which is used for both the builtin and the typing module version 
of each type.

If you previously relied on registering separate strategies for e.g. list vs typing.List, you may need to use explicit strategies rather than inferring them from types.


To generate a diff of this commit:
cvs rdiff -u -r1.122 -r1.123 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.117 -r1.118 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.122 pkgsrc/devel/py-hypothesis/Makefile:1.123
--- pkgsrc/devel/py-hypothesis/Makefile:1.122   Fri Jun 16 08:40:28 2023
+++ pkgsrc/devel/py-hypothesis/Makefile Thu Jul 20 07:59:05 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.122 2023/06/16 08:40:28 adam Exp $
+# $NetBSD: Makefile,v 1.123 2023/07/20 07:59:05 adam Exp $
 #
 # Changelog: https://hypothesis.readthedocs.io/en/latest/changes.html
 
-DISTNAME=      hypothesis-6.78.3
+DISTNAME=      hypothesis-6.82.0
 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.117 pkgsrc/devel/py-hypothesis/distinfo:1.118
--- pkgsrc/devel/py-hypothesis/distinfo:1.117   Fri Jun 16 08:40:28 2023
+++ pkgsrc/devel/py-hypothesis/distinfo Thu Jul 20 07:59:05 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.117 2023/06/16 08:40:28 adam Exp $
+$NetBSD: distinfo,v 1.118 2023/07/20 07:59:05 adam Exp $
 
-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
+BLAKE2s (hypothesis-6.82.0.tar.gz) = 224fba982069f6f3c4c7f1a575aae4f896057f38f414869a23476d5f4f4a6e26
+SHA512 (hypothesis-6.82.0.tar.gz) = df488f46b5be5539fcd35109f14c5f20dc3e1e206eb8365f9cff739fe9505ed95d72d4ff5f4a8ac36aadbdb1cc46f41e84778be572513d06cef570b42a0be90e
+Size (hypothesis-6.82.0.tar.gz) = 352906 bytes



Home | Main Index | Thread Index | Old Index