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 1.48



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0ed4fdd9f991
branches:  trunk
changeset: 334867:0ed4fdd9f991
user:      gson <gson%pkgsrc.org@localhost>
date:      Fri Jun 07 18:54:51 2019 +0000

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

diffstat:

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

diffs (36 lines):

diff -r cfd661f266c2 -r 0ed4fdd9f991 misc/py-anita/Makefile
--- a/misc/py-anita/Makefile    Fri Jun 07 17:54:07 2019 +0000
+++ b/misc/py-anita/Makefile    Fri Jun 07 18:54:51 2019 +0000
@@ -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 @@
 
 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
diff -r cfd661f266c2 -r 0ed4fdd9f991 misc/py-anita/distinfo
--- a/misc/py-anita/distinfo    Fri Jun 07 17:54:07 2019 +0000
+++ b/misc/py-anita/distinfo    Fri Jun 07 18:54:51 2019 +0000
@@ -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