pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-test-benchmark



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Nov 11 13:43:39 UTC 2025

Modified Files:
        pkgsrc/devel/py-test-benchmark: Makefile distinfo

Log Message:
py-test-benchmark: updated to 5.2.3

v5.2.3 (2025-11-09)

* Add support for pytest 9.0.
* Moved the README.rst/CHANGELOG.rst concatenation from setup.py to pyproject.toml.

v5.2.2 (2025-11-07)

* Fixed auto-disable to work with newer xdist (pytest-benchmark auto disables benchmarks if xdist is enabled by design).


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-test-benchmark/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-test-benchmark/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-test-benchmark/Makefile
diff -u pkgsrc/devel/py-test-benchmark/Makefile:1.11 pkgsrc/devel/py-test-benchmark/Makefile:1.12
--- pkgsrc/devel/py-test-benchmark/Makefile:1.11        Wed Nov  5 13:43:48 2025
+++ pkgsrc/devel/py-test-benchmark/Makefile     Tue Nov 11 13:43:39 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2025/11/05 13:43:48 adam Exp $
+# $NetBSD: Makefile,v 1.12 2025/11/11 13:43:39 adam Exp $
 
-DISTNAME=      pytest_benchmark-5.2.1
+DISTNAME=      pytest_benchmark-5.2.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/pytest_/test-/}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-benchmark/}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://github.com/ionelmc/pyt
 COMMENT=       Pytest support for benchmarking
 LICENSE=       2-clause-bsd
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=80:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-cpuinfo-[0-9]*:../../sysutils/py-cpuinfo
 DEPENDS+=      ${PYPKGPREFIX}-test>=8.1:../../devel/py-test
 TEST_DEPENDS+= ${PYPKGPREFIX}-elasticsearch-[0-9]*:../../databases/py-elasticsearch

Index: pkgsrc/devel/py-test-benchmark/distinfo
diff -u pkgsrc/devel/py-test-benchmark/distinfo:1.8 pkgsrc/devel/py-test-benchmark/distinfo:1.9
--- pkgsrc/devel/py-test-benchmark/distinfo:1.8 Wed Nov  5 13:43:48 2025
+++ pkgsrc/devel/py-test-benchmark/distinfo     Tue Nov 11 13:43:39 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2025/11/05 13:43:48 adam Exp $
+$NetBSD: distinfo,v 1.9 2025/11/11 13:43:39 adam Exp $
 
-BLAKE2s (pytest_benchmark-5.2.1.tar.gz) = 2fb2b45d4ff305338e59f7374cbb57eb00c9149d6a725d0852f2b33591217b54
-SHA512 (pytest_benchmark-5.2.1.tar.gz) = e13ef06c05beb16be883d2d0678a269058c728c9b3e2996077224fe982e762b18c20298d1c2f183977431ecfd64b828262b168ae88f431f6fd2d32a29bb864a3
-Size (pytest_benchmark-5.2.1.tar.gz) = 339278 bytes
+BLAKE2s (pytest_benchmark-5.2.3.tar.gz) = 7510c825bd9abbc3ecafb45cb86c604f109e9bf22324a9eed8ffa8d60306b440
+SHA512 (pytest_benchmark-5.2.3.tar.gz) = f1c89e3dae6966ad2d47ab5007b4669517b32d363178d02a84d4d136cb0c947f763faf4ce09febd2e2f1991d40de937e98c299033f0cd10d3d9dfbd0065f5212
+Size (pytest_benchmark-5.2.3.tar.gz) = 341340 bytes



Home | Main Index | Thread Index | Old Index