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 Oct  8 13:50:04 UTC 2018

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

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

Changes from 1.44:

Support xz compressed distribution sets.

Support NetBSD/vax via simh.  Installing and booting works;
running the ATF tests does not.  From Utkarsh Anand.

Mark the NumberedVersion and Release classes as deprecated.

Remove the obsolete clases DailyBuild and LocalBuild.

Fix a bug that caused the guest OS to unnecessarily boot twice
when entering "interact" mode since version 1.43.

Don't send a spurious "x" at the end of installation.

Log the pexpect version.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/misc/py-anita/Makefile
cvs rdiff -u -r1.34 -r1.35 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.48 pkgsrc/misc/py-anita/Makefile:1.49
--- pkgsrc/misc/py-anita/Makefile:1.48  Tue Jul  3 05:03:25 2018
+++ pkgsrc/misc/py-anita/Makefile       Mon Oct  8 13:50:04 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.48 2018/07/03 05:03:25 adam Exp $
+# $NetBSD: Makefile,v 1.49 2018/10/08 13:50:04 gson Exp $
 
-DISTNAME=      anita-1.44
+DISTNAME=      anita-1.45
 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=  34 35 36 37 # not yet ported as of 1.44
+PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36 37 # not yet ported as of 1.45
 
 SUBST_CLASSES+=                manpath
 SUBST_STAGE.manpath=   pre-configure

Index: pkgsrc/misc/py-anita/distinfo
diff -u pkgsrc/misc/py-anita/distinfo:1.34 pkgsrc/misc/py-anita/distinfo:1.35
--- pkgsrc/misc/py-anita/distinfo:1.34  Thu Mar  8 16:43:40 2018
+++ pkgsrc/misc/py-anita/distinfo       Mon Oct  8 13:50:04 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.34 2018/03/08 16:43:40 gson Exp $
+$NetBSD: distinfo,v 1.35 2018/10/08 13:50:04 gson Exp $
 
-SHA1 (anita-1.44.tar.gz) = 92b3d080302e5f5c62b1479a7aa8e4c148fa68ec
-RMD160 (anita-1.44.tar.gz) = 82fef7ceebb9c4a38878ffba68d6eb83f89913cf
-SHA512 (anita-1.44.tar.gz) = 1fce4dc7ad3d3e312bfb13aac36ba91852965a7ff2e8b00f362850f2f7cc21e1426d08ef3f6be2de1560e4a94d80d849035259d38340efa4094579862749a30c
-Size (anita-1.44.tar.gz) = 33382 bytes
+SHA1 (anita-1.45.tar.gz) = 0d5dba5ee1a60c84bee59e49d0830042f353706c
+RMD160 (anita-1.45.tar.gz) = a08d95e6ece281e9c3885efcb84421996dc4a496
+SHA512 (anita-1.45.tar.gz) = d9b98342d3496bf53c8853320bfcd2b6f845b31bf45a36c793c32fe0107a455d35ab4860fa581f341b345722d9e59dc117a0b0e819ea003603c9b78f02aaa27b
+Size (anita-1.45.tar.gz) = 34688 bytes



Home | Main Index | Thread Index | Old Index