Received: by mail.netbsd.org (Postfix, from userid 605) id B3F6184F43; Tue, 16 Jan 2024 06:08:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E306284D36 for ; Tue, 16 Jan 2024 06:08:43 +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 IZjyngjst8mX for ; Tue, 16 Jan 2024 06:08:43 +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 59CCD84D0C for ; Tue, 16 Jan 2024 06:08:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 49C16FA42; Tue, 16 Jan 2024 06:08:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1705385323144950" MIME-Version: 1.0 Date: Tue, 16 Jan 2024 06:08:43 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-hypothesmith To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240116060843.49C16FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1705385323144950 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Jan 16 06:08:43 UTC 2024 Modified Files: pkgsrc/devel/py-hypothesmith: Makefile distinfo Log Message: py-hypothesmith: updated to 0.3.2 0.3.2 - 2024-01-13 - Performance improvements based on [Hypothesis 6.93.0](https://hypothesis.readthedocs.io/en/latest/changes.html#v6-93-0) To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-hypothesmith/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-hypothesmith/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1705385323144950 Content-Disposition: inline Content-Length: 2165 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-hypothesmith/Makefile diff -u pkgsrc/devel/py-hypothesmith/Makefile:1.4 pkgsrc/devel/py-hypothesmith/Makefile:1.5 --- pkgsrc/devel/py-hypothesmith/Makefile:1.4 Mon Dec 11 20:52:02 2023 +++ pkgsrc/devel/py-hypothesmith/Makefile Tue Jan 16 06:08:43 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2023/12/11 20:52:02 adam Exp $ +# $NetBSD: Makefile,v 1.5 2024/01/16 06:08:43 adam Exp $ -DISTNAME= hypothesmith-0.3.1 +DISTNAME= hypothesmith-0.3.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=h/hypothesmith/} @@ -12,7 +12,7 @@ LICENSE= mpl-2.0 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel -DEPENDS+= ${PYPKGPREFIX}-hypothesis>=6.84.1:../../devel/py-hypothesis +DEPENDS+= ${PYPKGPREFIX}-hypothesis>=6.93.0:../../devel/py-hypothesis DEPENDS+= ${PYPKGPREFIX}-lark-parser-[0-9]*:../../lang/py-lark-parser DEPENDS+= ${PYPKGPREFIX}-libcst>=1.0.1:../../lang/py-libcst TEST_DEPENDS+= ${PYPKGPREFIX}-black-[0-9]*:../../textproc/py-black Index: pkgsrc/devel/py-hypothesmith/distinfo diff -u pkgsrc/devel/py-hypothesmith/distinfo:1.3 pkgsrc/devel/py-hypothesmith/distinfo:1.4 --- pkgsrc/devel/py-hypothesmith/distinfo:1.3 Mon Dec 11 20:48:39 2023 +++ pkgsrc/devel/py-hypothesmith/distinfo Tue Jan 16 06:08:43 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2023/12/11 20:48:39 adam Exp $ +$NetBSD: distinfo,v 1.4 2024/01/16 06:08:43 adam Exp $ -BLAKE2s (hypothesmith-0.3.1.tar.gz) = a1095a84ff2f045df0208f7e1309816d6aef42a48bc7b167782f8c18c4a40c13 -SHA512 (hypothesmith-0.3.1.tar.gz) = 4d78fde4d16be68476302a6bef6e51b741dcd4cca2807572ba10b05f5fcb11aee124bab5d30dbeaf0d9f5d344100100b89e978fcc34732d192a253dfc727fbc0 -Size (hypothesmith-0.3.1.tar.gz) = 25600 bytes +BLAKE2s (hypothesmith-0.3.2.tar.gz) = e684b8425d4e554e98aff89fdf95d43460e2c06353f5b3d0ae3b85c68c1a443a +SHA512 (hypothesmith-0.3.2.tar.gz) = 8e84eaa02fd86a9fe2b446c516b8dccb5f5f3ec84035f70c09fd88fcbbb3cfdc5bc36d95a22734d9d9d6a841d17d8f0198ec08daf3331f39c96c7b687fe2f22a +Size (hypothesmith-0.3.2.tar.gz) = 25480 bytes --_----------=_1705385323144950--