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:           Tue Aug 27 10:26:19 UTC 2024

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

Log Message:
py-hypothesis: updated to 6.111.2

6.111.2

This patch contains some internal code cleanup. There is no user-visible change.

6.111.1

This patch improves shrinking in cases involving ‘slips’ from one strategy to another. Highly composite strategies are the most likely to benefit from this change.

This patch also reduces the range of datetime.datetime generated by from_model() in order to avoid https://code.djangoproject.com/ticket/35683.

6.111.0

Alternative backends for Hypothesis can now implement .observe_test_case() and observe_information_message() methods, to record backend-specific metadata and messages in our observability output.

6.110.2

Support __default__ field of TypeVar and support the same from typing_extensions in from_type().

6.110.1

Add better error message for ~python:typing.TypeIs types in from_type().

6.110.0

Support LiteralString in from_type().


To generate a diff of this commit:
cvs rdiff -u -r1.142 -r1.143 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.137 -r1.138 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.142 pkgsrc/devel/py-hypothesis/Makefile:1.143
--- pkgsrc/devel/py-hypothesis/Makefile:1.142   Sun Aug  4 06:39:33 2024
+++ pkgsrc/devel/py-hypothesis/Makefile Tue Aug 27 10:26:19 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.142 2024/08/04 06:39:33 adam Exp $
+# $NetBSD: Makefile,v 1.143 2024/08/27 10:26:19 adam Exp $
 #
 # Changelog: https://hypothesis.readthedocs.io/en/latest/changes.html
 
-DISTNAME=      hypothesis-6.108.6
+DISTNAME=      hypothesis-6.111.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hypothesis/}
@@ -19,8 +19,6 @@ DEPENDS+=     ${PYPKGPREFIX}-sortedcontainer
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/pyversion.mk"
 .if ${PYTHON_VERSION} < 311
 DEPENDS+=      ${PYPKGPREFIX}-exceptiongroup>=1.0.0:../../devel/py-exceptiongroup

Index: pkgsrc/devel/py-hypothesis/distinfo
diff -u pkgsrc/devel/py-hypothesis/distinfo:1.137 pkgsrc/devel/py-hypothesis/distinfo:1.138
--- pkgsrc/devel/py-hypothesis/distinfo:1.137   Sun Aug  4 06:39:33 2024
+++ pkgsrc/devel/py-hypothesis/distinfo Tue Aug 27 10:26:19 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.137 2024/08/04 06:39:33 adam Exp $
+$NetBSD: distinfo,v 1.138 2024/08/27 10:26:19 adam Exp $
 
-BLAKE2s (hypothesis-6.108.6.tar.gz) = 79504b00ce220a10c227f775a88a25a892117b9609544327ea8ed5cf78c5c62e
-SHA512 (hypothesis-6.108.6.tar.gz) = 2a7a92d6e7282e7ef01845dc5917c0d45f0c646c7a0d8415662e99e2303e565a1e433349004b17970ee1fdc1bb003b496d71979a18de839166cc3ea8c4ca9d91
-Size (hypothesis-6.108.6.tar.gz) = 404565 bytes
+BLAKE2s (hypothesis-6.111.2.tar.gz) = 199d2fbb501f29ecfad0f43290317877d4244173f77afa693515ddbc50d8bfa2
+SHA512 (hypothesis-6.111.2.tar.gz) = 86d3084ab93a4c1169f9020af35de244ee0b8a518b0ca79f0bef94e0368a0913ef0dbec1eeb08f309e699351b33c17551de563fa625926d9aef95ed47839e7fa
+Size (hypothesis-6.111.2.tar.gz) = 406687 bytes



Home | Main Index | Thread Index | Old Index