pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-test py-test: updated to 6.1.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6f177d5dd215
branches:  trunk
changeset: 441208:6f177d5dd215
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Oct 29 08:19:38 2020 +0000

description:
py-test: updated to 6.1.2

pytest 6.1.2

Bug Fixes
* Fixed an issue where some files in packages are getting lost from --lf even though they contain tests that failed. Regressed in pytest 5.4.0.
* Directories created by tmpdir are now considered stale after 3 days without modification (previous value was 3 hours) to avoid deleting directories still in use in long running test suites.

Improved Documentation
* Improve deprecation warning message for pytest._fillfuncargs().

diffstat:

 devel/py-test/Makefile |   4 ++--
 devel/py-test/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 6b2a9237650b -r 6f177d5dd215 devel/py-test/Makefile
--- a/devel/py-test/Makefile    Thu Oct 29 07:48:03 2020 +0000
+++ b/devel/py-test/Makefile    Thu Oct 29 08:19:38 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.96 2020/10/22 09:45:20 adam Exp $
+# $NetBSD: Makefile,v 1.97 2020/10/29 08:19:38 adam Exp $
 
-DISTNAME=      pytest-6.1.1
+DISTNAME=      pytest-6.1.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest/}
diff -r 6b2a9237650b -r 6f177d5dd215 devel/py-test/distinfo
--- a/devel/py-test/distinfo    Thu Oct 29 07:48:03 2020 +0000
+++ b/devel/py-test/distinfo    Thu Oct 29 08:19:38 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.83 2020/10/22 09:45:20 adam Exp $
+$NetBSD: distinfo,v 1.84 2020/10/29 08:19:38 adam Exp $
 
-SHA1 (pytest-6.1.1.tar.gz) = 0a758b320a1f9f6d017c9da530acd4e61460b1bb
-RMD160 (pytest-6.1.1.tar.gz) = 62bcbfd179efa5de06c827dfcc5f059bbecab5c1
-SHA512 (pytest-6.1.1.tar.gz) = fc61028a01187f6161061a0c2fc392dd719586780a49eec037a72878de00bc33a81c1bc0e2be01be52b30c7eeea2c590d1a4ec08cb14a955bc624478118889b0
-Size (pytest-6.1.1.tar.gz) = 1084076 bytes
+SHA1 (pytest-6.1.2.tar.gz) = aef7f0b5a3a5be7dc8c4a65b95d000f95df8b525
+RMD160 (pytest-6.1.2.tar.gz) = 9aff532c77af8e73891b59325ceaae7173d35377
+SHA512 (pytest-6.1.2.tar.gz) = 6335e994c5273881c8d1c334fe6bfa9cd0a3e5c251f3d6a9332f7f7c1427e6560ff48d8f235b307ea5eb53491072daf30c41f566bb67b304354fd88d286c61b1
+Size (pytest-6.1.2.tar.gz) = 1084943 bytes



Home | Main Index | Thread Index | Old Index