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:           Fri Jun  7 18:54:51 UTC 2019

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

Log Message:
misc/py-anita: update to 1.48

Changes from 1.47:

When sysinst offers a choice of partitioning schemes, anita now uses
the one listed first.  Therefore, i386 and amd64 installs of versions
where sysinst offers GPT as the first choice will use GPT rather than
MBR as was previously the case.

Add support for NetBSD/hppa targets.

Support some upcoming sysinst UI changes.

The structured log file is now flushed after each line so that
it can be used to debug a hung installation without waiting for
it to time out first.

Move the automatic determination of the type of the URL argument
(e.g., distribution directory vs. installation ISO) into a new library
function anita.distribution() so that it can be used not only from the
command line but also by Python programs calling anita as a library.

When using a pre-installed image, "anita install" will now boot it to
let it resize itself, rather than postponing the resize to when the
image is later booted in another mode such as "anita test".


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/misc/py-anita/Makefile
cvs rdiff -u -r1.37 -r1.38 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.53 pkgsrc/misc/py-anita/Makefile:1.54
--- pkgsrc/misc/py-anita/Makefile:1.53  Fri Apr 26 14:12:42 2019
+++ pkgsrc/misc/py-anita/Makefile       Fri Jun  7 18:54:51 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.53 2019/04/26 14:12:42 maya Exp $
+# $NetBSD: Makefile,v 1.54 2019/06/07 18:54:51 gson Exp $
 
-DISTNAME=      anita-1.47
+DISTNAME=      anita-1.48
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    misc
 MASTER_SITES=  http://www.gson.org/netbsd/anita/download/
@@ -15,7 +15,7 @@ DEPENDS+=     ${PYPKGPREFIX}-pexpect>=2.1:..
 
 USE_LANGUAGES= #none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  36 37 # not yet ported as of 1.47
+PYTHON_VERSIONS_INCOMPATIBLE=  36 37 # not yet ported as of 1.48
 
 SUBST_CLASSES+=                manpath
 SUBST_STAGE.manpath=   pre-configure

Index: pkgsrc/misc/py-anita/distinfo
diff -u pkgsrc/misc/py-anita/distinfo:1.37 pkgsrc/misc/py-anita/distinfo:1.38
--- pkgsrc/misc/py-anita/distinfo:1.37  Sun Jan 27 14:28:48 2019
+++ pkgsrc/misc/py-anita/distinfo       Fri Jun  7 18:54:51 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.37 2019/01/27 14:28:48 gson Exp $
+$NetBSD: distinfo,v 1.38 2019/06/07 18:54:51 gson Exp $
 
-SHA1 (anita-1.47.tar.gz) = 21c460d36a447d447d92e9c079bc80cf440fb1b2
-RMD160 (anita-1.47.tar.gz) = a888e9b28a7fa384685b5b75c2eb93a35e5a9d01
-SHA512 (anita-1.47.tar.gz) = f115cf37f2913b9aa2e6d61ea3a0422aa88f4e0ebfc02ce512534df6a154c17c17e52d18364ab404c4beaf196424d7aa4265ea3e1a66ce9520698b7530862b4c
-Size (anita-1.47.tar.gz) = 35917 bytes
+SHA1 (anita-1.48.tar.gz) = aa4eda6ec67f258b01db03cccf8485d87660dada
+RMD160 (anita-1.48.tar.gz) = 57d6e0bb2779a56c189d66913be072abfe6e0359
+SHA512 (anita-1.48.tar.gz) = afac9a6b2b65673d343a3de4ca007e5fb17fdc73c354803af33ddcfbac536d0619a5930b9955d38f3398f7c089d0ca047c365c51488f43cbaef2293c87cf533a
+Size (anita-1.48.tar.gz) = 37039 bytes



Home | Main Index | Thread Index | Old Index