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:   wiz
Date:           Tue Apr 20 16:43:04 UTC 2021

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

Log Message:
py-hypothesis: update to 6.10.0.

6.10.0 - 2021-04-17

This release teaches the Ghostwriter to read parameter types from
Sphinx, Google, or Numpy-style structured docstrings, and improves
some related heuristics about how to test scientific and numerical
programs.

6.9.2 - 2021-04-15

This release improves the Ghostwriter’s handling of exceptions, by
reading :raises ...: entries in function docstrings and ensuring
that we don’t suppresss the error raised by test assertions.

6.9.1 - 2021-04-12

This patch updates our autoformatting tools, improving our code
style without any API changes.

6.9.0 - 2021-04-11

This release teaches from_type() how to see through typing.Annotated.
Thanks to Vytautas Strimaitis for reporting and fixing issue #2919!

6.8.12 - 2021-04-11

If rich is installed, the hypothesis write command will use it to
syntax-highlight the Ghostwritten code.

6.8.11 - 2021-04-11

This patch improves an error message from from_type() when builds()
would be more suitable (issue #2930).

6.8.10 - 2021-04-11

This patch updates the type annotations for arrays() to reflect
that shape: SearchStrategy[int] is supported.

6.8.9 - 2021-04-07

This patch fixes from_type() with abstract types which have either
required but non-type-annotated arguments to __init__, or where
from_type() can handle some concrete subclasses but not others.

6.8.8 - 2021-04-07

This patch teaches hypothesis write to check for possible roundtrips
in several more cases, such as by looking for an inverse in the
module which defines the function to test.

6.8.7 - 2021-04-07

This patch adds a more helpful error message if you try to call
sampled_from() on an Enum which has no members, but does have
dataclass()-style annotations (issue #2923).


To generate a diff of this commit:
cvs rdiff -u -r1.98 -r1.99 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.95 -r1.96 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.98 pkgsrc/devel/py-hypothesis/Makefile:1.99
--- pkgsrc/devel/py-hypothesis/Makefile:1.98    Wed Apr  7 06:23:52 2021
+++ pkgsrc/devel/py-hypothesis/Makefile Tue Apr 20 16:43:04 2021
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.98 2021/04/07 06:23:52 adam Exp $
+# $NetBSD: Makefile,v 1.99 2021/04/20 16:43:04 wiz Exp $
 #
 # Changelog: https://hypothesis.readthedocs.io/en/latest/changes.html
 
-DISTNAME=      hypothesis-6.8.6
+DISTNAME=      hypothesis-6.10.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.95 pkgsrc/devel/py-hypothesis/distinfo:1.96
--- pkgsrc/devel/py-hypothesis/distinfo:1.95    Wed Apr  7 06:23:52 2021
+++ pkgsrc/devel/py-hypothesis/distinfo Tue Apr 20 16:43:04 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.95 2021/04/07 06:23:52 adam Exp $
+$NetBSD: distinfo,v 1.96 2021/04/20 16:43:04 wiz Exp $
 
-SHA1 (hypothesis-6.8.6.tar.gz) = 597b21493e24ebcfca465a97e3db7b001ac76c91
-RMD160 (hypothesis-6.8.6.tar.gz) = 1442c2fcacf4d2a255ab03556fac464956d56f7f
-SHA512 (hypothesis-6.8.6.tar.gz) = 3c244cb25e9959267bdc6e1e30ed2de598679b73289d3659a4a35c0338fa5455779bab7e08fb15c83623759139e4ce39600c225c15a9538d0d1531c095142847
-Size (hypothesis-6.8.6.tar.gz) = 294428 bytes
+SHA1 (hypothesis-6.10.0.tar.gz) = f9356fd9cc719dfac8d2939f9b20dcf939a8bea0
+RMD160 (hypothesis-6.10.0.tar.gz) = f12865b2b6fb6daf4d5f13a8a835b1faf5913318
+SHA512 (hypothesis-6.10.0.tar.gz) = 1f39cfe02505a79764aba89c63c6aea2702f9036abcd1b7ded3d8065c8cc064219dfcf00e92737f7b24408be2b5dc60274f7f442bec5cad4b0ed6eec32c6446d
+Size (hypothesis-6.10.0.tar.gz) = 297203 bytes



Home | Main Index | Thread Index | Old Index