pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Oct 23 12:15:55 UTC 2020

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

Log Message:
py-test-forked: updated to 1.3.0

v1.3.0
* Add support for pytest 6
* Replace `@pytest.mark.tryfirst` with newer `@pytest.hookimpl`
* Invoke `pytest_runtest_logstart` and `pytest_runtest_logfinish` hooks in `runtest_protocol`

v1.2.0
* Add limited support for xfail marker
* Fix support for pytest 5.4.0+
* Drop support for Python 3.4 as it is EOL


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-test-forked/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-test-forked/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-forked/Makefile
diff -u pkgsrc/devel/py-test-forked/Makefile:1.6 pkgsrc/devel/py-test-forked/Makefile:1.7
--- pkgsrc/devel/py-test-forked/Makefile:1.6    Sat May 16 09:15:09 2020
+++ pkgsrc/devel/py-test-forked/Makefile        Fri Oct 23 12:15:55 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2020/05/16 09:15:09 adam Exp $
+# $NetBSD: Makefile,v 1.7 2020/10/23 12:15:55 adam Exp $
 
-DISTNAME=      pytest-forked-1.1.3
+DISTNAME=      pytest-forked-1.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-forked/}

Index: pkgsrc/devel/py-test-forked/distinfo
diff -u pkgsrc/devel/py-test-forked/distinfo:1.4 pkgsrc/devel/py-test-forked/distinfo:1.5
--- pkgsrc/devel/py-test-forked/distinfo:1.4    Thu Oct 24 12:48:54 2019
+++ pkgsrc/devel/py-test-forked/distinfo        Fri Oct 23 12:15:55 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2019/10/24 12:48:54 adam Exp $
+$NetBSD: distinfo,v 1.5 2020/10/23 12:15:55 adam Exp $
 
-SHA1 (pytest-forked-1.1.3.tar.gz) = ed4bf384929a20b0d19d3a0dffbb961b41de6e90
-RMD160 (pytest-forked-1.1.3.tar.gz) = c258336833de93fcdae641ad6c84e8ad737ff98f
-SHA512 (pytest-forked-1.1.3.tar.gz) = 2086884b0e78841b3cdf8eb2b144b8fa60ba95e4be79bc58a2b5775a5f997dddef59377f7c993e54974fbbe13e73fe8688eed4d035e85293e35a143c5f0180f3
-Size (pytest-forked-1.1.3.tar.gz) = 7308 bytes
+SHA1 (pytest-forked-1.3.0.tar.gz) = e42f924de467dd0f485139d8ef3baaad75c7017c
+RMD160 (pytest-forked-1.3.0.tar.gz) = 98a3298258979cc2ec39134b7ba74e0cda9cc205
+SHA512 (pytest-forked-1.3.0.tar.gz) = 25d639aa43380155d7744f1d05a95e0144f5fe7dea42ff3c2bba3803a07d73b5eb008525469330c5dda14800fe4b611241691be197132f31f88f66930c3ecac0
+Size (pytest-forked-1.3.0.tar.gz) = 9850 bytes



Home | Main Index | Thread Index | Old Index