pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-test-codspeed
Module Name: pkgsrc
Committed By: adam
Date: Wed Aug 13 09:53:57 UTC 2025
Modified Files:
pkgsrc/devel/py-test-codspeed: Makefile PLIST distinfo
Log Message:
py-test-codspeed: updated to 4.0.0
4.0.0
This release introduces profiling to the walltime instrument and includes several key improvements to the existing benchmark fixture API!
Warning
Since we're now using CodSpeedHQ/instrument-hooks to control the instrument state, the performance may slightly change in tiny microbenchmarks when upgrading.
Features
Support perf profiling in Python walltime instrument
Support pytest-benchmark marker attributes
Support the pedantic API
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-test-codspeed/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-test-codspeed/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-test-codspeed/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-codspeed/Makefile
diff -u pkgsrc/devel/py-test-codspeed/Makefile:1.5 pkgsrc/devel/py-test-codspeed/Makefile:1.6
--- pkgsrc/devel/py-test-codspeed/Makefile:1.5 Sat Feb 1 18:33:03 2025
+++ pkgsrc/devel/py-test-codspeed/Makefile Wed Aug 13 09:53:57 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2025/02/01 18:33:03 adam Exp $
+# $NetBSD: Makefile,v 1.6 2025/08/13 09:53:57 adam Exp $
-DISTNAME= pytest_codspeed-3.2.0
+DISTNAME= pytest_codspeed-4.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//:S/_/-/}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-codspeed/}
Index: pkgsrc/devel/py-test-codspeed/PLIST
diff -u pkgsrc/devel/py-test-codspeed/PLIST:1.2 pkgsrc/devel/py-test-codspeed/PLIST:1.3
--- pkgsrc/devel/py-test-codspeed/PLIST:1.2 Tue Dec 10 06:29:19 2024
+++ pkgsrc/devel/py-test-codspeed/PLIST Wed Aug 13 09:53:57 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2024/12/10 06:29:19 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2025/08/13 09:53:57 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -7,21 +7,27 @@ ${PYSITELIB}/${WHEEL_INFODIR}/top_level.
${PYSITELIB}/pytest_codspeed/__init__.py
${PYSITELIB}/pytest_codspeed/__init__.pyc
${PYSITELIB}/pytest_codspeed/__init__.pyo
+${PYSITELIB}/pytest_codspeed/config.py
+${PYSITELIB}/pytest_codspeed/config.pyc
+${PYSITELIB}/pytest_codspeed/config.pyo
${PYSITELIB}/pytest_codspeed/instruments/__init__.py
${PYSITELIB}/pytest_codspeed/instruments/__init__.pyc
${PYSITELIB}/pytest_codspeed/instruments/__init__.pyo
-${PYSITELIB}/pytest_codspeed/instruments/valgrind/__init__.py
-${PYSITELIB}/pytest_codspeed/instruments/valgrind/__init__.pyc
-${PYSITELIB}/pytest_codspeed/instruments/valgrind/__init__.pyo
-${PYSITELIB}/pytest_codspeed/instruments/valgrind/_wrapper/__init__.py
-${PYSITELIB}/pytest_codspeed/instruments/valgrind/_wrapper/__init__.pyc
-${PYSITELIB}/pytest_codspeed/instruments/valgrind/_wrapper/__init__.pyo
-${PYSITELIB}/pytest_codspeed/instruments/valgrind/_wrapper/build.py
-${PYSITELIB}/pytest_codspeed/instruments/valgrind/_wrapper/build.pyc
-${PYSITELIB}/pytest_codspeed/instruments/valgrind/_wrapper/build.pyo
-${PYSITELIB}/pytest_codspeed/instruments/valgrind/_wrapper/wrapper.c
-${PYSITELIB}/pytest_codspeed/instruments/valgrind/_wrapper/wrapper.h
-${PYSITELIB}/pytest_codspeed/instruments/valgrind/_wrapper/wrapper.pyi
+${PYSITELIB}/pytest_codspeed/instruments/hooks/__init__.py
+${PYSITELIB}/pytest_codspeed/instruments/hooks/__init__.pyc
+${PYSITELIB}/pytest_codspeed/instruments/hooks/__init__.pyo
+${PYSITELIB}/pytest_codspeed/instruments/hooks/build.py
+${PYSITELIB}/pytest_codspeed/instruments/hooks/build.pyc
+${PYSITELIB}/pytest_codspeed/instruments/hooks/build.pyo
+${PYSITELIB}/pytest_codspeed/instruments/hooks/dist_instrument_hooks.pyi
+${PYSITELIB}/pytest_codspeed/instruments/hooks/instrument-hooks/dist/core.c
+${PYSITELIB}/pytest_codspeed/instruments/hooks/instrument-hooks/includes/callgrind.h
+${PYSITELIB}/pytest_codspeed/instruments/hooks/instrument-hooks/includes/core.h
+${PYSITELIB}/pytest_codspeed/instruments/hooks/instrument-hooks/includes/valgrind.h
+${PYSITELIB}/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h
+${PYSITELIB}/pytest_codspeed/instruments/valgrind.py
+${PYSITELIB}/pytest_codspeed/instruments/valgrind.pyc
+${PYSITELIB}/pytest_codspeed/instruments/valgrind.pyo
${PYSITELIB}/pytest_codspeed/instruments/walltime.py
${PYSITELIB}/pytest_codspeed/instruments/walltime.pyc
${PYSITELIB}/pytest_codspeed/instruments/walltime.pyo
Index: pkgsrc/devel/py-test-codspeed/distinfo
diff -u pkgsrc/devel/py-test-codspeed/distinfo:1.4 pkgsrc/devel/py-test-codspeed/distinfo:1.5
--- pkgsrc/devel/py-test-codspeed/distinfo:1.4 Sat Feb 1 18:33:03 2025
+++ pkgsrc/devel/py-test-codspeed/distinfo Wed Aug 13 09:53:57 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2025/02/01 18:33:03 adam Exp $
+$NetBSD: distinfo,v 1.5 2025/08/13 09:53:57 adam Exp $
-BLAKE2s (pytest_codspeed-3.2.0.tar.gz) = 668c0c71e3ec1fa1596985973dc22701ab319fea48f1f8b0bebeedfd77b24bde
-SHA512 (pytest_codspeed-3.2.0.tar.gz) = 57f70d016e3410eb40ef994808c033020c109c642f477581f9f46eb1fbd78921b23f4f8bcbaf01b5d1bae651010256d65ae6d33c8016e9fdcbd30048de9d43bc
-Size (pytest_codspeed-3.2.0.tar.gz) = 18409 bytes
+BLAKE2s (pytest_codspeed-4.0.0.tar.gz) = 8ec7267da28ea4c542a2b7be17e4d8539e16628ee1e68037a400adaaaa8df9c9
+SHA512 (pytest_codspeed-4.0.0.tar.gz) = 6d7fb0a5aca77c57baf804fc2f03a0d6fe148ab02ce6fbdf136f7767805f0125aa3bc5e2968c536ecb398be25f63183fd671466fc28c4cbd12b58edd91cc87a8
+Size (pytest_codspeed-4.0.0.tar.gz) = 107630 bytes
Home |
Main Index |
Thread Index |
Old Index