Received: by mail.netbsd.org (Postfix, from userid 605) id 217E284FF6; Tue, 30 Jan 2024 20:45:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 51EB284FED for ; Tue, 30 Jan 2024 20:45:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 1N3R0biiAmPV for ; Tue, 30 Jan 2024 20:45:45 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B771084EB2 for ; Tue, 30 Jan 2024 20:45:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AE012FA42; Tue, 30 Jan 2024 20:45:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1706647545167790" MIME-Version: 1.0 Date: Tue, 30 Jan 2024 20:45:45 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-hypothesis To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240130204545.AE012FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1706647545167790 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: adam Date: Tue Jan 30 20:45:45 UTC 2024 Modified Files: pkgsrc/devel/py-hypothesis: Makefile distinfo Log Message: py-hypothesis: updated to 6.97.3 6.97.3 Internal test refactoring. 6.97.2 This patch slightly changes how we replay examples from the database: if the behavior of the saved example has changed, we now keep running the test case instead of aborting at the size of the saved example. While we know it’s not the same example, we might as well continue running the test! Because we now finish running a few more examples for affected tests, this might be a slight slowdown - but correspondingly more likely to find a bug. We’ve also applied similar tricks to the target phase, where they are a pure performance improvement for affected tests. 6.97.1 Improves the performance of the arrays() strategy when generating unique values. To generate a diff of this commit: cvs rdiff -u -r1.134 -r1.135 pkgsrc/devel/py-hypothesis/Makefile cvs rdiff -u -r1.129 -r1.130 pkgsrc/devel/py-hypothesis/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1706647545167790 Content-Disposition: inline Content-Length: 1712 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-hypothesis/Makefile diff -u pkgsrc/devel/py-hypothesis/Makefile:1.134 pkgsrc/devel/py-hypothesis/Makefile:1.135 --- pkgsrc/devel/py-hypothesis/Makefile:1.134 Thu Jan 25 10:58:23 2024 +++ pkgsrc/devel/py-hypothesis/Makefile Tue Jan 30 20:45:45 2024 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.134 2024/01/25 10:58:23 adam Exp $ +# $NetBSD: Makefile,v 1.135 2024/01/30 20:45:45 adam Exp $ # # Changelog: https://hypothesis.readthedocs.io/en/latest/changes.html -DISTNAME= hypothesis-6.97.0 +DISTNAME= hypothesis-6.97.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.129 pkgsrc/devel/py-hypothesis/distinfo:1.130 --- pkgsrc/devel/py-hypothesis/distinfo:1.129 Thu Jan 25 10:58:23 2024 +++ pkgsrc/devel/py-hypothesis/distinfo Tue Jan 30 20:45:45 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.129 2024/01/25 10:58:23 adam Exp $ +$NetBSD: distinfo,v 1.130 2024/01/30 20:45:45 adam Exp $ -BLAKE2s (hypothesis-6.97.0.tar.gz) = 5b9d2c9e0c56a3209c1d94bbc708a0ae11067f18e77b5a2e9ace096c0c9f683c -SHA512 (hypothesis-6.97.0.tar.gz) = 2126a0a61c97bc740bd2d0225ed6b50bf4ecc98fe464e19022fc788327a2c67aa4d1072a410e40a6e8374542710453dc8f4ec5a96788b033069f9245983ecd74 -Size (hypothesis-6.97.0.tar.gz) = 375452 bytes +BLAKE2s (hypothesis-6.97.3.tar.gz) = b9d3e4484c31ac8654bdd0b81aad1cbc838b01545d8a7f07e24a11181b3417fd +SHA512 (hypothesis-6.97.3.tar.gz) = ac424767db5f4dc9e137b7000bb3d979a97c6e6adaddf14b1472aa987b044bd00659ab85ab05fa61bb670b3725d9dfd73a802ce67417b31f20c2ffc72dc8774e +Size (hypothesis-6.97.3.tar.gz) = 375883 bytes --_----------=_1706647545167790--