1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

devel/py-pytest-timeout: Update to 1.4.2

- Update to 1.4.2
- Project homepage moved to GitHub

Approved by:	koobs (mentor, implicit)
MFH:		No (catch up with upstream new release)
This commit is contained in:
Fukang Chen 2021-04-10 02:59:24 +00:00
parent 38802465b6
commit e11b1bc94d
3 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# Created by: Fukang Chen <loader@FreeBSD.org>
PORTNAME= pytest-timeout
PORTVERSION= 1.3.4
PORTVERSION= 1.4.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1579776551
SHA256 (pytest-timeout-1.3.4.tar.gz) = 80faa19cd245a42b87a51699d640c00d937c02b749052bfca6bae8bdbe12c48e
SIZE (pytest-timeout-1.3.4.tar.gz) = 12255
TIMESTAMP = 1611645002
SHA256 (pytest-timeout-1.4.2.tar.gz) = 20b3113cf6e4e80ce2d403b6fb56e9e1b871b510259206d40ff8d609f48bda76
SIZE (pytest-timeout-1.4.2.tar.gz) = 15424

View File

@ -3,4 +3,4 @@ When doing so it will show a stack dump of all threads running at the
time. This is useful when running tests under a continuous integration
server or simply if you don't know why the test suite hangs.
WWW: https://bitbucket.org/pytest-dev/pytest-timeout
WWW: https://github.com/pytest-dev/pytest-timeout