Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2312884D45 for ; Sun, 27 Aug 2023 20:19:51 +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 fQG9GZFjxajU for ; Sun, 27 Aug 2023 20:19:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9175E84D26 for ; Sun, 27 Aug 2023 20:19:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8EE1DFBDB; Sun, 27 Aug 2023 20:19:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1693167590138410" MIME-Version: 1.0 Date: Sun, 27 Aug 2023 20:19:50 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-test-randomly To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230827201950.8EE1DFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1693167590138410 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Aug 27 20:19:50 UTC 2023 Modified Files: pkgsrc/devel/py-test-randomly: Makefile distinfo Log Message: py-test-randomly: updated to 3.15.0 3.15.0 (2023-08-15) * Support Python 3.12. 3.14.0 (2023-08-15) * Reset the random state for `Model Bakery `__. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-test-randomly/Makefile \ pkgsrc/devel/py-test-randomly/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1693167590138410 Content-Disposition: inline Content-Length: 1958 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-test-randomly/Makefile diff -u pkgsrc/devel/py-test-randomly/Makefile:1.10 pkgsrc/devel/py-test-randomly/Makefile:1.11 --- pkgsrc/devel/py-test-randomly/Makefile:1.10 Mon Jul 24 18:51:09 2023 +++ pkgsrc/devel/py-test-randomly/Makefile Sun Aug 27 20:19:50 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2023/07/24 18:51:09 adam Exp $ +# $NetBSD: Makefile,v 1.11 2023/08/27 20:19:50 adam Exp $ -DISTNAME= pytest_randomly-3.13.0 +DISTNAME= pytest_randomly-3.15.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//:S/_/-/} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-randomly/} @@ -18,7 +18,6 @@ USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 .include "../../lang/python/pyversion.mk" - .if ${PYTHON_VERSION} < 310 DEPENDS+= ${PYPKGPREFIX}-importlib-metadata>=3.6.0:../../devel/py-importlib-metadata .endif Index: pkgsrc/devel/py-test-randomly/distinfo diff -u pkgsrc/devel/py-test-randomly/distinfo:1.10 pkgsrc/devel/py-test-randomly/distinfo:1.11 --- pkgsrc/devel/py-test-randomly/distinfo:1.10 Mon Jul 24 18:51:09 2023 +++ pkgsrc/devel/py-test-randomly/distinfo Sun Aug 27 20:19:50 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2023/07/24 18:51:09 adam Exp $ +$NetBSD: distinfo,v 1.11 2023/08/27 20:19:50 adam Exp $ -BLAKE2s (pytest_randomly-3.13.0.tar.gz) = 0c921203b0128360b33b02a1e954fb946815f457478ab2599d3955f07f9e268d -SHA512 (pytest_randomly-3.13.0.tar.gz) = ae08e12ee2398bd6183ef7b68a5ac83174d026a76c5461836ebf584c8a99c617b6429ceb42505dc2606b43cf3c12026acb3f7f5a2dc508068d4b040bc6244c19 -Size (pytest_randomly-3.13.0.tar.gz) = 21465 bytes +BLAKE2s (pytest_randomly-3.15.0.tar.gz) = 4c87f69edc81abb57a012f2b7b83edd6af123db863432541e8e3b1e35b3ffa4f +SHA512 (pytest_randomly-3.15.0.tar.gz) = b160b5168d11f87946a17fd58dc0b7b4df4ff8ff25fa3b3a6ca5bc97e241bf4d46359898e39aa94f53c12cc531728a548bb1922b0eef7e699ae3d3e2e02c23ad +Size (pytest_randomly-3.15.0.tar.gz) = 21743 bytes --_----------=_1693167590138410--