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:           Sun Dec 18 16:18:53 UTC 2022

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

Log Message:
py-hypothesis: updated to 6.61.0

6.61.0

This release improves our treatment of database keys, which based on (among other things) the source code of your test function. We now post-process this source to ignore decorators, comments, 
trailing whitespace, and blank lines - so that you can add @example()s or make some small no-op edits to your code without preventing replay of any known failing or covering examples.

6.60.1

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

6.60.0

This release improves Hypothesis’ ability to resolve forward references in type annotations. It fixes a bug that prevented builds() from being used with pydantic models that possess updated forward 
references.

6.59.0

The @example(...) decorator now has a .via() method, which future tools will use to track automatically-added covering examples.

6.58.2

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

6.58.1

This patch shifts hypothesis[lark] from depending on the old lark-parser package to the new lark package. There are no code changes in Hypothesis, it’s just that Lark got a new name on PyPI for 
version 1.0 onwards.

6.58.0

register_random() has used weakref since 6.27.1 - 2021-11-22, allowing the Random-compatible objects to be garbage-collected when there are no other references remaining in order to avoid memory 
leaks. We now raise an error or emit a warning when this seems likely to happen immediately.

The type annotation of register_random() was also widened so that structural subtypes of Random are accepted by static typecheckers.


To generate a diff of this commit:
cvs rdiff -u -r1.115 -r1.116 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.111 -r1.112 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.115 pkgsrc/devel/py-hypothesis/Makefile:1.116
--- pkgsrc/devel/py-hypothesis/Makefile:1.115   Mon Nov 14 08:33:57 2022
+++ pkgsrc/devel/py-hypothesis/Makefile Sun Dec 18 16:18:53 2022
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.115 2022/11/14 08:33:57 adam Exp $
+# $NetBSD: Makefile,v 1.116 2022/12/18 16:18:53 adam Exp $
 #
 # Changelog: https://hypothesis.readthedocs.io/en/latest/changes.html
 
-DISTNAME=      hypothesis-6.57.1
+DISTNAME=      hypothesis-6.61.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.111 pkgsrc/devel/py-hypothesis/distinfo:1.112
--- pkgsrc/devel/py-hypothesis/distinfo:1.111   Mon Nov 14 08:33:57 2022
+++ pkgsrc/devel/py-hypothesis/distinfo Sun Dec 18 16:18:53 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.111 2022/11/14 08:33:57 adam Exp $
+$NetBSD: distinfo,v 1.112 2022/12/18 16:18:53 adam Exp $
 
-BLAKE2s (hypothesis-6.57.1.tar.gz) = 86454ceec3a0fdea0444752156b465783a05961a5864d24e63764d4a35478552
-SHA512 (hypothesis-6.57.1.tar.gz) = 44b9c95d68025b6fe35405ae146a189af8c9474b4c51cdb645b23f52f3b3e9cfc3da884e48ab5440137fc858195986f6174b0205353ce8f26b86b5f8b16b49d5
-Size (hypothesis-6.57.1.tar.gz) = 333817 bytes
+BLAKE2s (hypothesis-6.61.0.tar.gz) = 0dfb99c6670de063bde0d48daaa4da605fd6a1285c8d1175c236fbc84f960443
+SHA512 (hypothesis-6.61.0.tar.gz) = db0b71375e9af58a716d62180107066e40e772e64609baf3ab63dbb777d89e9f72444b035d0384de20a2181926bd4c8698549d2525b9c8da153f2b62018e325d
+Size (hypothesis-6.61.0.tar.gz) = 336664 bytes



Home | Main Index | Thread Index | Old Index