Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 38AEB84D05 for ; Sun, 6 Aug 2023 07:17:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Z-OaFqBaL_UW for ; Sun, 6 Aug 2023 07:17:09 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id A9E6A84CF4 for ; Sun, 6 Aug 2023 07:17:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A3B27FBDB; Sun, 6 Aug 2023 07:17:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1691306229202410" MIME-Version: 1.0 Date: Sun, 6 Aug 2023 07:17:09 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-hypothesis To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230806071709.A3B27FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1691306229202410 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: adam Date: Sun Aug 6 07:17:09 UTC 2023 Modified Files: pkgsrc/devel/py-hypothesis: Makefile distinfo Log Message: py-hypothesis: updated to 6.82.1 6.82.1 Improve shrinking of floats in narrow regions that don’t cross an integer boundary. To generate a diff of this commit: cvs rdiff -u -r1.123 -r1.124 pkgsrc/devel/py-hypothesis/Makefile cvs rdiff -u -r1.119 -r1.120 pkgsrc/devel/py-hypothesis/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1691306229202410 Content-Disposition: inline Content-Length: 1778 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.123 pkgsrc/devel/py-hypothesis/Makefile:1.124 --- pkgsrc/devel/py-hypothesis/Makefile:1.123 Thu Jul 20 07:59:05 2023 +++ pkgsrc/devel/py-hypothesis/Makefile Sun Aug 6 07:17:09 2023 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.123 2023/07/20 07:59:05 adam Exp $ +# $NetBSD: Makefile,v 1.124 2023/08/06 07:17:09 adam Exp $ # # Changelog: https://hypothesis.readthedocs.io/en/latest/changes.html -DISTNAME= hypothesis-6.82.0 +DISTNAME= hypothesis-6.82.1 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.119 pkgsrc/devel/py-hypothesis/distinfo:1.120 --- pkgsrc/devel/py-hypothesis/distinfo:1.119 Sat Jul 29 15:36:28 2023 +++ pkgsrc/devel/py-hypothesis/distinfo Sun Aug 6 07:17:09 2023 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.119 2023/07/29 15:36:28 adam Exp $ +$NetBSD: distinfo,v 1.120 2023/08/06 07:17:09 adam Exp $ -BLAKE2s (hypothesis-6.82.0.tar.gz) = 224fba982069f6f3c4c7f1a575aae4f896057f38f414869a23476d5f4f4a6e26 -SHA512 (hypothesis-6.82.0.tar.gz) = df488f46b5be5539fcd35109f14c5f20dc3e1e206eb8365f9cff739fe9505ed95d72d4ff5f4a8ac36aadbdb1cc46f41e84778be572513d06cef570b42a0be90e -Size (hypothesis-6.82.0.tar.gz) = 352906 bytes +BLAKE2s (hypothesis-6.82.1.tar.gz) = 12307fee11b4d393d531feb7ba525a7d97fcf59ccbda7677d8421b6d5fc6abd5 +SHA512 (hypothesis-6.82.1.tar.gz) = feab58f54a776d01b23d43c86c95661a992d8d601e9d3ab7601bde314406b2fe14e00df144ab37f8cbfe929434f165dddea15f5bf537de758449f485b52f1d10 +Size (hypothesis-6.82.1.tar.gz) = 353171 bytes SHA1 (patch-setup.py) = 6784b6eb802938f266c1c7c683757fb2be8a9119 --_----------=_1691306229202410--