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:           Sat Feb  1 18:33:03 UTC 2025

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

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

3.2.0

Features

Increase the min round time to a bigger value (+/- 1ms)

Fix the random seed while measuring with instruments

Bug Fixes

Use time per iteration instead of total round time in stats

Refactor

Replace hardcoded outlier factor for improved readability


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-test-codspeed/Makefile
cvs rdiff -u -r1.3 -r1.4 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.4 pkgsrc/devel/py-test-codspeed/Makefile:1.5
--- pkgsrc/devel/py-test-codspeed/Makefile:1.4  Thu Jan  9 14:22:12 2025
+++ pkgsrc/devel/py-test-codspeed/Makefile      Sat Feb  1 18:33:03 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2025/01/09 14:22:12 adam Exp $
+# $NetBSD: Makefile,v 1.5 2025/02/01 18:33:03 adam Exp $
 
-DISTNAME=      pytest_codspeed-3.1.2
+DISTNAME=      pytest_codspeed-3.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/distinfo
diff -u pkgsrc/devel/py-test-codspeed/distinfo:1.3 pkgsrc/devel/py-test-codspeed/distinfo:1.4
--- pkgsrc/devel/py-test-codspeed/distinfo:1.3  Thu Jan  9 14:22:12 2025
+++ pkgsrc/devel/py-test-codspeed/distinfo      Sat Feb  1 18:33:03 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2025/01/09 14:22:12 adam Exp $
+$NetBSD: distinfo,v 1.4 2025/02/01 18:33:03 adam Exp $
 
-BLAKE2s (pytest_codspeed-3.1.2.tar.gz) = 782e92092d230371f7b73b6e34382399d75834843541624f654f0be85b6ab7d7
-SHA512 (pytest_codspeed-3.1.2.tar.gz) = aa44c2c96780b3f432d268b17ea1426edfd5df8d611d0d0bd33b38837c08f750ce329626b6d3ef300c0c8d09dc1a8f5ac52b21355a91fb91e7b37881dc6411e9
-Size (pytest_codspeed-3.1.2.tar.gz) = 18277 bytes
+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



Home | Main Index | Thread Index | Old Index