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 Oct 24 05:18:41 UTC 2024

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

Log Message:
py-hypothesis: updated to 6.115.5

6.115.5

This patch restores diversity to the outputs of from_type(type).

6.115.4

This release improves pretty printing of nested classes to include the outer class name in their printed representation.

6.115.3

This patch fixes a regression from version 6.115.2 where generating values from integers() with certain values for min_value and max_value would error.

6.115.2

This release improves integer shrinking by folding the endpoint upweighting for integers() into the weights parameter of our IR.

If you maintain an alternative backend as part of our (for now explicitly unstable) Alternative backends for Hypothesis, this release changes the type of the weights parameter to draw_integer and may 
be a breaking change for you.

6.115.1

This patch improves the performance of from_type() with pydantic.types.condate.

6.115.0

This improves the formatting of dataclasses and attrs classes when printing falsifying examples.


To generate a diff of this commit:
cvs rdiff -u -r1.144 -r1.145 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.139 -r1.140 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.144 pkgsrc/devel/py-hypothesis/Makefile:1.145
--- pkgsrc/devel/py-hypothesis/Makefile:1.144   Mon Sep 16 11:11:25 2024
+++ pkgsrc/devel/py-hypothesis/Makefile Thu Oct 24 05:18:41 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.144 2024/09/16 11:11:25 adam Exp $
+# $NetBSD: Makefile,v 1.145 2024/10/24 05:18:41 adam Exp $
 #
 # Changelog: https://hypothesis.readthedocs.io/en/latest/changes.html
 
-DISTNAME=      hypothesis-6.112.1
+DISTNAME=      hypothesis-6.115.5
 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.139 pkgsrc/devel/py-hypothesis/distinfo:1.140
--- pkgsrc/devel/py-hypothesis/distinfo:1.139   Mon Sep 16 11:11:26 2024
+++ pkgsrc/devel/py-hypothesis/distinfo Thu Oct 24 05:18:41 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.139 2024/09/16 11:11:26 adam Exp $
+$NetBSD: distinfo,v 1.140 2024/10/24 05:18:41 adam Exp $
 
-BLAKE2s (hypothesis-6.112.1.tar.gz) = b4e48f24106cfced4c537b7ed0836ada6fe0158c7f162beaa316b6e592d1e7a9
-SHA512 (hypothesis-6.112.1.tar.gz) = 4ca41a002b0e11b327df5d9c9778f28f2655db1e5bf2369541650489ad1f96010d3c83cbd21a439f3a9e1bf1fd1427b30b02df7c8c7db74d3cb8e79d8f5d7c7d
-Size (hypothesis-6.112.1.tar.gz) = 406705 bytes
+BLAKE2s (hypothesis-6.115.5.tar.gz) = c1850d3845b7c7dbdf04f216509ea4ad92fa2ac07ce9dcee9a85d65d211e57a4
+SHA512 (hypothesis-6.115.5.tar.gz) = 4d6bc74d6ed30d786048d4aad745838ba243091bf942aca7788e83c1157cc1b4087664e82f98e6dad86c35ac4581d29ddff3c6268bdcbf269782ed05df9dd35e
+Size (hypothesis-6.115.5.tar.gz) = 407845 bytes



Home | Main Index | Thread Index | Old Index