pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/py-anita



Module Name:    pkgsrc
Committed By:   gson
Date:           Mon Sep 27 17:16:04 UTC 2021

Modified Files:
        pkgsrc/misc/py-anita: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 pkgsrc/misc/py-anita/Makefile
cvs rdiff -u -r1.48 -r1.49 pkgsrc/misc/py-anita/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/py-anita/Makefile
diff -u pkgsrc/misc/py-anita/Makefile:1.67 pkgsrc/misc/py-anita/Makefile:1.68
--- pkgsrc/misc/py-anita/Makefile:1.67  Wed Nov 11 12:24:52 2020
+++ pkgsrc/misc/py-anita/Makefile       Mon Sep 27 17:16:04 2021
@@ -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/

Index: pkgsrc/misc/py-anita/distinfo
diff -u pkgsrc/misc/py-anita/distinfo:1.48 pkgsrc/misc/py-anita/distinfo:1.49
--- pkgsrc/misc/py-anita/distinfo:1.48  Wed Nov 11 12:24:52 2020
+++ pkgsrc/misc/py-anita/distinfo       Mon Sep 27 17:16:04 2021
@@ -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