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:           Tue Nov 11 14:14:56 UTC 2025

Modified Files:
        pkgsrc/devel/py-test-codspeed: Makefile PLIST distinfo

Log Message:
py-test-codspeed: updated to 4.2.0

4.2.0

Features

Support python 3.14

Bug Fixes

Throw error when instrument hooks failed to initialize under codspeed env


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-test-codspeed/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-test-codspeed/PLIST
cvs rdiff -u -r1.5 -r1.6 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.7 pkgsrc/devel/py-test-codspeed/Makefile:1.8
--- pkgsrc/devel/py-test-codspeed/Makefile:1.7  Thu Oct  9 08:07:28 2025
+++ pkgsrc/devel/py-test-codspeed/Makefile      Tue Nov 11 14:14:56 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2025/10/09 08:07:28 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2025/11/11 14:14:56 adam Exp $
 
-DISTNAME=      pytest_codspeed-4.0.0
+DISTNAME=      pytest_codspeed-4.2.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.3 pkgsrc/devel/py-test-codspeed/PLIST:1.4
--- pkgsrc/devel/py-test-codspeed/PLIST:1.3     Wed Aug 13 09:53:57 2025
+++ pkgsrc/devel/py-test-codspeed/PLIST Tue Nov 11 14:14:56 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2025/08/13 09:53:57 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2025/11/11 14:14:56 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -25,6 +25,9 @@ ${PYSITELIB}/pytest_codspeed/instruments
 ${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/hooks/instrument-hooks/scripts/release.py
+${PYSITELIB}/pytest_codspeed/instruments/hooks/instrument-hooks/scripts/release.pyc
+${PYSITELIB}/pytest_codspeed/instruments/hooks/instrument-hooks/scripts/release.pyo
 ${PYSITELIB}/pytest_codspeed/instruments/valgrind.py
 ${PYSITELIB}/pytest_codspeed/instruments/valgrind.pyc
 ${PYSITELIB}/pytest_codspeed/instruments/valgrind.pyo

Index: pkgsrc/devel/py-test-codspeed/distinfo
diff -u pkgsrc/devel/py-test-codspeed/distinfo:1.5 pkgsrc/devel/py-test-codspeed/distinfo:1.6
--- pkgsrc/devel/py-test-codspeed/distinfo:1.5  Wed Aug 13 09:53:57 2025
+++ pkgsrc/devel/py-test-codspeed/distinfo      Tue Nov 11 14:14:56 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2025/08/13 09:53:57 adam Exp $
+$NetBSD: distinfo,v 1.6 2025/11/11 14:14:56 adam Exp $
 
-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
+BLAKE2s (pytest_codspeed-4.2.0.tar.gz) = bed7b8ba603abfa80048ccf5d4786c778653e6e06589d12416ce931c9228521f
+SHA512 (pytest_codspeed-4.2.0.tar.gz) = 920ecf218f344fb68d83372dfbb0c773bf9c29513ed01f6d3453e0eb2d9ec7e0b1395bdee63eefecd6e19a95e55dfb0c5dde6cc32f5a41dccb5e27f9cb0a4d52
+Size (pytest_codspeed-4.2.0.tar.gz) = 113263 bytes



Home | Main Index | Thread Index | Old Index