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:           Mon Dec 16 05:53:02 UTC 2024

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

Log Message:
py-hypothesis: updated to 6.122.3

6.122.3

This patch improves our error and warning messages.

Add a warning for st.text("ascii") - you probably meant st.text(st.characters(codec="ascii")). Similarly for "utf-8".
Recommend remedies in the error message of Unsatisfiable.
When @given errors because it was given an extra keyword argument, and the keyword matches a setting name like max_examples, recommend @settings(max_examples=...) instead.

6.122.2

This patch updates some outdated external links in our documentation.

6.122.1

Fix from_type() on collections.abc.Callable returning None.

6.122.0

This release adds .span_start() and .span_end() methods to our internal PrimitiveProvider interface, for use by Alternative backends for Hypothesis.


To generate a diff of this commit:
cvs rdiff -u -r1.147 -r1.148 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.141 -r1.142 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.147 pkgsrc/devel/py-hypothesis/Makefile:1.148
--- pkgsrc/devel/py-hypothesis/Makefile:1.147   Wed Nov 27 14:50:08 2024
+++ pkgsrc/devel/py-hypothesis/Makefile Mon Dec 16 05:53:02 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.147 2024/11/27 14:50:08 adam Exp $
+# $NetBSD: Makefile,v 1.148 2024/12/16 05:53:02 adam Exp $
 #
 # Changelog: https://hypothesis.readthedocs.io/en/latest/changes.html
 
-DISTNAME=      hypothesis-6.119.4
+DISTNAME=      hypothesis-6.122.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.141 pkgsrc/devel/py-hypothesis/distinfo:1.142
--- pkgsrc/devel/py-hypothesis/distinfo:1.141   Wed Nov 27 14:50:08 2024
+++ pkgsrc/devel/py-hypothesis/distinfo Mon Dec 16 05:53:02 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.141 2024/11/27 14:50:08 adam Exp $
+$NetBSD: distinfo,v 1.142 2024/12/16 05:53:02 adam Exp $
 
-BLAKE2s (hypothesis-6.119.4.tar.gz) = 9dcc6737d26c73f497f823cc2f4dc17a20ff50438e6b621e1a264aa22c4d44db
-SHA512 (hypothesis-6.119.4.tar.gz) = 44651eeff693efee84b9b9160b3ad29b12500a67d222a413b3bf6efd138d6fb20c424566915424fe344679d67a632f7570467900ad00142abf61df1221e7c467
-Size (hypothesis-6.119.4.tar.gz) = 412508 bytes
+BLAKE2s (hypothesis-6.122.3.tar.gz) = 83156d1ff94e57f614beecaf21e6994223f98a612704a31b5adc3d9b68352d7e
+SHA512 (hypothesis-6.122.3.tar.gz) = b455ddbdc26ffd88154b44fe7de683afdee94afc158460cba3325e0c6b2916eaf06127e429293a2bcd9d9e5e242599f20633735c5b1d2da00dd3e9c9f95eb0bc
+Size (hypothesis-6.122.3.tar.gz) = 414395 bytes



Home | Main Index | Thread Index | Old Index