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:           Tue Jan  7 08:48:43 UTC 2020

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

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

1.3.4
Give the threads a name to help debugging.
Changed location to https://github.com/pytest-dev/pytest-timeout because bitbucket is dropping mercurial support.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-test-timeout/Makefile
cvs rdiff -u -r1.6 -r1.7 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.8 pkgsrc/devel/py-test-timeout/Makefile:1.9
--- pkgsrc/devel/py-test-timeout/Makefile:1.8   Mon Nov 19 10:30:28 2018
+++ pkgsrc/devel/py-test-timeout/Makefile       Tue Jan  7 08:48:43 2020
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.8 2018/11/19 10:30:28 adam Exp $
+# $NetBSD: Makefile,v 1.9 2020/01/07 08:48:43 adam Exp $
 
-DISTNAME=      pytest-timeout-1.3.3
+DISTNAME=      pytest-timeout-1.3.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-timeout/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://bitbucket.org/pytest-dev/pytest-timeout/
+HOMEPAGE=      https://github.com/pytest-dev/pytest-timeout
 COMMENT=       Py.test plugin to abort hanging tests
 LICENSE=       mit
 

Index: pkgsrc/devel/py-test-timeout/distinfo
diff -u pkgsrc/devel/py-test-timeout/distinfo:1.6 pkgsrc/devel/py-test-timeout/distinfo:1.7
--- pkgsrc/devel/py-test-timeout/distinfo:1.6   Mon Nov 19 10:30:28 2018
+++ pkgsrc/devel/py-test-timeout/distinfo       Tue Jan  7 08:48:43 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2018/11/19 10:30:28 adam Exp $
+$NetBSD: distinfo,v 1.7 2020/01/07 08:48:43 adam Exp $
 
-SHA1 (pytest-timeout-1.3.3.tar.gz) = 855103ead70755a2af5c50726d543360e9b78bf8
-RMD160 (pytest-timeout-1.3.3.tar.gz) = f04a8a7fac09d418609d73bb0ed18b74e164ed7c
-SHA512 (pytest-timeout-1.3.3.tar.gz) = 633f5aee550d568e403b958f4490ecb828eb322811c9f18cfefb26613be4fc36da14232ecbef8666fcf2dc693a93674c00a853ab546ea8328a07ea34da79fb84
-Size (pytest-timeout-1.3.3.tar.gz) = 11627 bytes
+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



Home | Main Index | Thread Index | Old Index