diff options
author | gson <gson@pkgsrc.org> | 2021-09-27 17:16:04 +0000 |
---|---|---|
committer | gson <gson@pkgsrc.org> | 2021-09-27 17:16:04 +0000 |
commit | 6bd6df3d6d6d14f3a64565d7ef68aed97f04455f (patch) | |
tree | e7081fd27ebd74672d55ee2b51facf7a0e01a003 /misc/py-anita | |
parent | 4c414033fa102a59270eb19e818254c5930cc9ef (diff) | |
download | pkgsrc-6bd6df3d6d6d14f3a64565d7ef68aed97f04455f.tar.gz |
misc/py-anita: update to 2.9.
Changes from 2.8:
Support the new "gpufw" set.
Actually reduce the default test timeout to 1 hour as documented in
version 2.5 when anita is invoked as a program rather than as a
library.
Log a message to the structured log file on timeout so that the time
when the timeout occurred can be determined from the message timestamp.
Define a scratch disk for alpha (wd1c) so that ATF test results can
be exported to the host.
In addition to the plain-text ATF test report printed to the console
as the tests progress, also store a clean copy without other console
output in test.txt and export it to the host. Suggested by
Greg Troxel.
Fix failure to destroy the Xen DomU used by the installation stage
before trying to create the one for the boot stage when running
under Python 3.
Fix failure to log in after reboot when running "anita test" on a
self-resizing image without running a separate "anita install" first.
From Joerg Sonnenberger.
Support coypu's proposed sysinst entropy patch.
Remove extra newline in reponse to entropy prompt.
Diffstat (limited to 'misc/py-anita')
-rw-r--r-- | misc/py-anita/Makefile | 4 | ||||
-rw-r--r-- | misc/py-anita/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/misc/py-anita/Makefile b/misc/py-anita/Makefile index cd9b25b646e..fb696b8d26d 100644 --- a/misc/py-anita/Makefile +++ b/misc/py-anita/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.67 2020/11/11 12:24:52 gson Exp $ +# $NetBSD: Makefile,v 1.68 2021/09/27 17:16:04 gson Exp $ -DISTNAME= anita-2.8 +DISTNAME= anita-2.9 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= misc MASTER_SITES= http://www.gson.org/netbsd/anita/download/ diff --git a/misc/py-anita/distinfo b/misc/py-anita/distinfo index 14794ec1507..81bc463d43d 100644 --- a/misc/py-anita/distinfo +++ b/misc/py-anita/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.48 2020/11/11 12:24:52 gson Exp $ +$NetBSD: distinfo,v 1.49 2021/09/27 17:16:04 gson Exp $ -SHA1 (anita-2.8.tar.gz) = f45ccddbd5b743402560322888a618c4426b8fd4 -RMD160 (anita-2.8.tar.gz) = 2a029abb6b9c6376674466701387ffcc31ffcb4b -SHA512 (anita-2.8.tar.gz) = 80d2d3767fd6464ca92a6f9471293ed6375e1d4cbf4c2cb55a0e948c5af0ab5a976e53db445a8e014a91075dda993cef0cac3a5d8fad09590e5708716948d64d -Size (anita-2.8.tar.gz) = 43812 bytes +SHA1 (anita-2.9.tar.gz) = e51e793b385bcbc0695445adcfa9a73c3b17baa3 +RMD160 (anita-2.9.tar.gz) = 221f05a27abd1c496f378cded553e66d084b4782 +SHA512 (anita-2.9.tar.gz) = 0c90bb4ce07b620e790a5296d2361a6c692205d76f390dfaa407335e30639fee43e44308b8c1f56810794fed64154711648dcf9a3ba22698491bebf79323d308 +Size (anita-2.9.tar.gz) = 44517 bytes |