Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 41D0B84F65 for ; Fri, 25 Aug 2023 11:08:49 +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 4xR-93z4yuic for ; Fri, 25 Aug 2023 11:08:48 +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 AEF8C84E88 for ; Fri, 25 Aug 2023 11:08:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AC513FBDB; Fri, 25 Aug 2023 11:08:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1692961728175040" MIME-Version: 1.0 Date: Fri, 25 Aug 2023 11:08:48 +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: <20230825110848.AC513FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1692961728175040 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: adam Date: Fri Aug 25 11:08:48 UTC 2023 Modified Files: pkgsrc/devel/py-hypothesis: Makefile distinfo Log Message: py-hypothesis: updated to 6.82.6 6.82.6 This patch enables and fixes many more of ruff‘s lint rules. 6.82.5 Fixes the error message for missing [cli] extra. 6.82.4 This patch ensures that we always close the download connection in GitHubArtifactDatabase. 6.82.3 We can now pretty-print combinations of zero enum.Flag values, like SomeFlag(0), which has never worked before. To generate a diff of this commit: cvs rdiff -u -r1.125 -r1.126 pkgsrc/devel/py-hypothesis/Makefile cvs rdiff -u -r1.121 -r1.122 pkgsrc/devel/py-hypothesis/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1692961728175040 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.125 pkgsrc/devel/py-hypothesis/Makefile:1.126 --- pkgsrc/devel/py-hypothesis/Makefile:1.125 Mon Aug 7 05:22:59 2023 +++ pkgsrc/devel/py-hypothesis/Makefile Fri Aug 25 11:08:48 2023 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.125 2023/08/07 05:22:59 adam Exp $ +# $NetBSD: Makefile,v 1.126 2023/08/25 11:08:48 adam Exp $ # # Changelog: https://hypothesis.readthedocs.io/en/latest/changes.html -DISTNAME= hypothesis-6.82.2 +DISTNAME= hypothesis-6.82.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.121 pkgsrc/devel/py-hypothesis/distinfo:1.122 --- pkgsrc/devel/py-hypothesis/distinfo:1.121 Mon Aug 7 05:22:59 2023 +++ pkgsrc/devel/py-hypothesis/distinfo Fri Aug 25 11:08:48 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.121 2023/08/07 05:22:59 adam Exp $ +$NetBSD: distinfo,v 1.122 2023/08/25 11:08:48 adam Exp $ -BLAKE2s (hypothesis-6.82.2.tar.gz) = e0192a8e5b6e0931bffd2b702c0aa944b91afd6c1ad42703509f85511b7556b3 -SHA512 (hypothesis-6.82.2.tar.gz) = e315fbc8deec427ab6ecbc2c047108890712857773500996df8fb7a4a4f836907b4ffa84f27b22011a21b5349e78b9026262621c441d2cd2dfe05b11f7d538d0 -Size (hypothesis-6.82.2.tar.gz) = 353212 bytes +BLAKE2s (hypothesis-6.82.6.tar.gz) = 7fdb186ba4fea1731a76694460bb9f6f58ddde53d955af914e3b2b3814fda096 +SHA512 (hypothesis-6.82.6.tar.gz) = 9c940b9025d3a92d65b112c2cf004ae30175660aeb0f24a17fcc5c260393831663f2ff9da1d889bc8a9a99d58af64a8cdc1266d3d5595c43daabbfbc56f41cc5 +Size (hypothesis-6.82.6.tar.gz) = 353353 bytes --_----------=_1692961728175040--