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 Aug 4 06:39:33 UTC 2024
Modified Files:
pkgsrc/devel/py-hypothesis: Makefile distinfo
Log Message:
py-hypothesis: updated to 6.108.6
6.108.6 - 2024-08-04
This patch improves generation speed in some cases by avoiding pretty-printing overhead for non-failing examples.
6.108.5 - 2024-07-28
This patch fixes a rare internal error when using integers() with a high number of examples and certain {min, max}_value parameters.
6.108.4 - 2024-07-22
This patch addresses the issue of hypothesis potentially accessing mocked time.perf_counter during test execution.
6.108.3 - 2024-07-22
Minor internal-only cleanups to some error-handling and reporting code.
To generate a diff of this commit:
cvs rdiff -u -r1.141 -r1.142 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.136 -r1.137 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.141 pkgsrc/devel/py-hypothesis/Makefile:1.142
--- pkgsrc/devel/py-hypothesis/Makefile:1.141 Fri Jul 19 07:07:58 2024
+++ pkgsrc/devel/py-hypothesis/Makefile Sun Aug 4 06:39:33 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.141 2024/07/19 07:07:58 adam Exp $
+# $NetBSD: Makefile,v 1.142 2024/08/04 06:39:33 adam Exp $
#
# Changelog: https://hypothesis.readthedocs.io/en/latest/changes.html
-DISTNAME= hypothesis-6.108.2
+DISTNAME= hypothesis-6.108.6
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.136 pkgsrc/devel/py-hypothesis/distinfo:1.137
--- pkgsrc/devel/py-hypothesis/distinfo:1.136 Fri Jul 19 07:07:58 2024
+++ pkgsrc/devel/py-hypothesis/distinfo Sun Aug 4 06:39:33 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.136 2024/07/19 07:07:58 adam Exp $
+$NetBSD: distinfo,v 1.137 2024/08/04 06:39:33 adam Exp $
-BLAKE2s (hypothesis-6.108.2.tar.gz) = 42a42390579f1625d6df713da5f660e5fb7d404d7bf35fc9186623ca6d77760a
-SHA512 (hypothesis-6.108.2.tar.gz) = d2945708794b0fa981663def64af2d02c41e66420f21bd438f6672d1759afb271af291e75a2ce2401715c0bea90d9a4e8fd1643d3fe8091ab242087741ae859c
-Size (hypothesis-6.108.2.tar.gz) = 404442 bytes
+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
Home |
Main Index |
Thread Index |
Old Index