pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Oct  8 08:28:38 UTC 2020

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

Log Message:
py-test-timeout: updated to 1.4.2

1.4.2
Fix compatibility when run with pytest pre-releases, thanks Bruno Oliveira,
Fix detection of third-party debuggers, thanks Bruno Oliveira.

1.4.1
Fix coverage compatibility which was broken by 1.4.0.

1.4.0
Better detection of when we are debugging, thanks Mattwmaster58.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-test-timeout/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-test-timeout/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-timeout/Makefile
diff -u pkgsrc/devel/py-test-timeout/Makefile:1.10 pkgsrc/devel/py-test-timeout/Makefile:1.11
--- pkgsrc/devel/py-test-timeout/Makefile:1.10  Sat May 16 17:38:40 2020
+++ pkgsrc/devel/py-test-timeout/Makefile       Thu Oct  8 08:28:38 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2020/05/16 17:38:40 adam Exp $
+# $NetBSD: Makefile,v 1.11 2020/10/08 08:28:38 adam Exp $
 
-DISTNAME=      pytest-timeout-1.3.4
+DISTNAME=      pytest-timeout-1.4.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-timeout/}

Index: pkgsrc/devel/py-test-timeout/distinfo
diff -u pkgsrc/devel/py-test-timeout/distinfo:1.7 pkgsrc/devel/py-test-timeout/distinfo:1.8
--- pkgsrc/devel/py-test-timeout/distinfo:1.7   Tue Jan  7 08:48:43 2020
+++ pkgsrc/devel/py-test-timeout/distinfo       Thu Oct  8 08:28:38 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2020/01/07 08:48:43 adam Exp $
+$NetBSD: distinfo,v 1.8 2020/10/08 08:28:38 adam Exp $
 
-SHA1 (pytest-timeout-1.3.4.tar.gz) = 491e28a170bfc8c111219a42c9d5e76cadcb9336
-RMD160 (pytest-timeout-1.3.4.tar.gz) = 3c608c468dc8d628c145e832e2a59fbba93d2066
-SHA512 (pytest-timeout-1.3.4.tar.gz) = 29af25f3c3776d9ef63c6b7217ffc6b0cedd873b8cc96be742a642da84d12c8988bb9b409e00850246e554b21908d6fd2207692650b154cf6831f38c4395bc80
-Size (pytest-timeout-1.3.4.tar.gz) = 12255 bytes
+SHA1 (pytest-timeout-1.4.2.tar.gz) = 56df6d5116a97976f2cfb896b13708999c614332
+RMD160 (pytest-timeout-1.4.2.tar.gz) = ba7eb20e43f9344ef2ad658e927b8ddf9e1755f1
+SHA512 (pytest-timeout-1.4.2.tar.gz) = 3446ecdb5aaad5fbca12df4e7f4f40c6c1a12895d3ed9f3a3ee24800ce36deed3cb8c09a4cc72220c962b06f821cfd55bf7eebbca23664c56abf2d0e5bc8fbea
+Size (pytest-timeout-1.4.2.tar.gz) = 15424 bytes



Home | Main Index | Thread Index | Old Index