pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Jan 19 10:51:30 UTC 2024

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

Log Message:
py-test-check: updated to 2.3.1

2.3.1

Modified
- Documentation Update, README.md
  - Turn help function list into a table with param lists
  - Show an alternative method of creating a helper function using `check.fail()`


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-test-check/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-test-check/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-check/Makefile
diff -u pkgsrc/devel/py-test-check/Makefile:1.9 pkgsrc/devel/py-test-check/Makefile:1.10
--- pkgsrc/devel/py-test-check/Makefile:1.9     Thu Jan 18 18:06:59 2024
+++ pkgsrc/devel/py-test-check/Makefile Fri Jan 19 10:51:30 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2024/01/18 18:06:59 adam Exp $
+# $NetBSD: Makefile,v 1.10 2024/01/19 10:51:30 adam Exp $
 
-DISTNAME=      pytest_check-2.3.0
+DISTNAME=      pytest_check-2.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//:S/_/-/}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-check/}

Index: pkgsrc/devel/py-test-check/distinfo
diff -u pkgsrc/devel/py-test-check/distinfo:1.8 pkgsrc/devel/py-test-check/distinfo:1.9
--- pkgsrc/devel/py-test-check/distinfo:1.8     Thu Jan 18 18:06:59 2024
+++ pkgsrc/devel/py-test-check/distinfo Fri Jan 19 10:51:30 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2024/01/18 18:06:59 adam Exp $
+$NetBSD: distinfo,v 1.9 2024/01/19 10:51:30 adam Exp $
 
-BLAKE2s (pytest_check-2.3.0.tar.gz) = 38c9733ab90642c8e52fe568b02b6004a1f4beb4955fcae297fad6c83663ac91
-SHA512 (pytest_check-2.3.0.tar.gz) = 9d511202d32964f440d7c6a9c00be24b81751e8d66516f2ae405e99d64e7946a25351b165ffc8849c737ccbda0e11f76073e250bc52b9b3f1efc2d45f35eb2bb
-Size (pytest_check-2.3.0.tar.gz) = 27737 bytes
+BLAKE2s (pytest_check-2.3.1.tar.gz) = 4702d6dac06bb3f13b55eb62999945c0e14ceff20091dd44b3d98e8ae29c85ef
+SHA512 (pytest_check-2.3.1.tar.gz) = b4a2805b7dc3dfe9f56db6f27a9e4927de070d57bf3906f303c611021081d7b638d9ee58de744491005e10541f527f1bfddaf51be64f2def8a1190cfd1abd43a
+Size (pytest_check-2.3.1.tar.gz) = 28674 bytes



Home | Main Index | Thread Index | Old Index