pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/py-anita misc/py-anita: update to 2.9.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ee63f15f5603
branches:  trunk
changeset: 458964:ee63f15f5603
user:      gson <gson%pkgsrc.org@localhost>
date:      Mon Sep 27 17:16:04 2021 +0000

description:
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:

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

diffs (27 lines):

diff -r 57d58ba0369b -r ee63f15f5603 misc/py-anita/Makefile
--- a/misc/py-anita/Makefile    Mon Sep 27 16:13:26 2021 +0000
+++ b/misc/py-anita/Makefile    Mon Sep 27 17:16:04 2021 +0000
@@ -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 -r 57d58ba0369b -r ee63f15f5603 misc/py-anita/distinfo
--- a/misc/py-anita/distinfo    Mon Sep 27 16:13:26 2021 +0000
+++ b/misc/py-anita/distinfo    Mon Sep 27 17:16:04 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index