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 Jan 14 06:45:25 UTC 2025
Modified Files:
pkgsrc/devel/py-hypothesis: Makefile distinfo
Log Message:
py-hypothesis: updated to 6.123.17
6.123.16
Improves an edge case in one of our integer and float shrinking passes.
6.123.15
Improves one of our shrinking passes for integers which require a constant relative difference to trigger the bug.
6.123.14
Avoid realizing symbolic values from Alternative backends for Hypothesis when verbosity is verbose or higher.
6.123.13
More internal code refactoring.
6.123.12
DirectoryBasedExampleDatabase now creates files representing database entries atomically, avoiding a very brief intermediary state where a file could be created but not yet written to.
6.123.11
Internal code refactoring.
6.123.10
Fixes a bug caused by alternative backends raising hypothesis.errors.BackendCannotProceed in certain cases.
6.123.9
Add internal type hints to our pretty printer.
6.123.8
The shrinker contains a pass aimed at integers which are required to sum to a value. This patch extends that pass to floats as well.
6.123.7
Internal type hint additions and refactorings.
6.123.6
@reproduce_failure() now uses a newer internal interface to represent failures. As a reminder, this representation is not intended to be stable across versions or with respect to changes in the test.
6.123.5
Internal code refactoring for the typed choice sequence. May have some neutral effect on shrinking.
6.123.4
This patch improves shrinking involving long strings or byte sequences whose value is not relevant to the failure.
6.123.3
This release further improves shrinking of strategies using one_of(), allowing the shrinker to more reliably move between branches of the strategy.
To generate a diff of this commit:
cvs rdiff -u -r1.149 -r1.150 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.143 -r1.144 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.149 pkgsrc/devel/py-hypothesis/Makefile:1.150
--- pkgsrc/devel/py-hypothesis/Makefile:1.149 Sun Dec 29 09:12:05 2024
+++ pkgsrc/devel/py-hypothesis/Makefile Tue Jan 14 06:45:25 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.149 2024/12/29 09:12:05 adam Exp $
+# $NetBSD: Makefile,v 1.150 2025/01/14 06:45:25 adam Exp $
#
# Changelog: https://hypothesis.readthedocs.io/en/latest/changes.html
-DISTNAME= hypothesis-6.123.2
+DISTNAME= hypothesis-6.123.17
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.143 pkgsrc/devel/py-hypothesis/distinfo:1.144
--- pkgsrc/devel/py-hypothesis/distinfo:1.143 Sun Dec 29 09:12:05 2024
+++ pkgsrc/devel/py-hypothesis/distinfo Tue Jan 14 06:45:25 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.143 2024/12/29 09:12:05 adam Exp $
+$NetBSD: distinfo,v 1.144 2025/01/14 06:45:25 adam Exp $
-BLAKE2s (hypothesis-6.123.2.tar.gz) = a972c7f16ce352671ca1b5b3cad60d543aa9784b97e12109f10ce4bacdd16523
-SHA512 (hypothesis-6.123.2.tar.gz) = 3a37ce2d99a0da4525ab7cf0bea46be6037c571e9d68f15a5414c91dc587404502ba424bfde3d8f8f841a0df855a694b32d4858f0da5502091ad8e23194cb4f5
-Size (hypothesis-6.123.2.tar.gz) = 417823 bytes
+BLAKE2s (hypothesis-6.123.17.tar.gz) = cfcdf633f042c25bcff3e80e9470cb145919d71aaafc7c4cc1f4be979f14f2dd
+SHA512 (hypothesis-6.123.17.tar.gz) = e6464d8a881134c8d94dd076ac29082426a5f7280ceb620c364ab19c98cfcdf0c62586b4f0abb92659733063ccf12dd9261c159935e7853288ff143d8e04ae0d
+Size (hypothesis-6.123.17.tar.gz) = 418572 bytes
Home |
Main Index |
Thread Index |
Old Index