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 Jan  6 11:48:04 UTC 2020

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

Log Message:
misc/py-anita: update to 2.2.

Changes from 2.1:

Clean up some b'' quoting that appeared around strings in the log
output under python3.

New command line option --image-format for selecting the guest disk
image format.  Supported values are "dense" (the default) and
"sparse".

Reset the install timeout whenever a new set extraction or other
command is started by sysinst, and reduce the timeout to 1 hour.
This allows hangs in the install phase to be detected more quickly.

Reset the test timeout whenever a new test program is started by ATF,
and reduce the default timeout to 2 hours.  If you are passing a
non-default test timeout with the --test-timeout option, it can also
be reduced.  This allows hangs during test runs to be detected more
quickly.

Fix the sparc64 CD install which was broken in 2.1, by adding an
index=2 attribute to the virtual CD drive.

Make NetBSD-current/macppc boot by passing "-prom-env qemu_boot_hack=y"
to qemu-system-ppc.  From Joerg Sonnenberger.


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/misc/py-anita/Makefile
cvs rdiff -u -r1.41 -r1.42 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.58 pkgsrc/misc/py-anita/Makefile:1.59
--- pkgsrc/misc/py-anita/Makefile:1.58  Mon Nov 18 08:00:49 2019
+++ pkgsrc/misc/py-anita/Makefile       Mon Jan  6 11:48:03 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.58 2019/11/18 08:00:49 gson Exp $
+# $NetBSD: Makefile,v 1.59 2020/01/06 11:48:03 gson Exp $
 
-DISTNAME=      anita-2.1
+DISTNAME=      anita-2.2
 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.41 pkgsrc/misc/py-anita/distinfo:1.42
--- pkgsrc/misc/py-anita/distinfo:1.41  Mon Nov 18 08:00:49 2019
+++ pkgsrc/misc/py-anita/distinfo       Mon Jan  6 11:48:03 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.41 2019/11/18 08:00:49 gson Exp $
+$NetBSD: distinfo,v 1.42 2020/01/06 11:48:03 gson Exp $
 
-SHA1 (anita-2.1.tar.gz) = aa3968e69a11164a2cb14b7822126e8b878a8706
-RMD160 (anita-2.1.tar.gz) = 3c814232ca90277ad6e7671741bb050fa4fb5ead
-SHA512 (anita-2.1.tar.gz) = 0b026e8010fbcd13be7cc94b9c071674a24e8e6487e22ddd32b4eca874909edf916f742086a77dbcee8a86c7996103d084e5162420d4f6946314ac8a5aa7ce58
-Size (anita-2.1.tar.gz) = 40295 bytes
+SHA1 (anita-2.2.tar.gz) = aa74bffda7d3fa6adae23e1aa09d4cb6b2c3809d
+RMD160 (anita-2.2.tar.gz) = 87fc1064023720a204e93f2b27705145a1a1a1f6
+SHA512 (anita-2.2.tar.gz) = b39ff3e3d8d1bf9c5db138fddb2f45de3202b2d79298078249365437274414d8192df0828a39aa39ea5b9f0541ed493e0386b6af3c91ed4458b505bfbd3a6ccc
+Size (anita-2.2.tar.gz) = 41097 bytes



Home | Main Index | Thread Index | Old Index