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:           Wed Sep 14 20:21:16 UTC 2016

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

Log Message:
Update misc/py-anita to 1.40.  Changes from 1.39:

Work around a bug in the urllib library of Python 2.7.12 that causes
FTP transfers to fail with the error message "[Errno ftp error] 200
Type set to I"; see https://bugs.python.org/issue27973.

When halting the child results in an EOF, don't print the exception
since that may be confused with a failure.

Run vmstat -s at the end of the ATF tests to help diagnose issues
like excessive paging due to insufficient memory.

Increase the default of the --test-timeout option from 3 hours to 8
hours, since the sparc tests are now taking more than 5 hours.

Increase the default disk size to 1526M, as 1G is no longer enough
for amd64.

Pass format=raw in the qemu -drive option to suppress warnings in
recent qemu versions.


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/misc/py-anita/Makefile
cvs rdiff -u -r1.30 -r1.31 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.41 pkgsrc/misc/py-anita/Makefile:1.42
--- pkgsrc/misc/py-anita/Makefile:1.41  Sat Jul  9 13:03:56 2016
+++ pkgsrc/misc/py-anita/Makefile       Wed Sep 14 20:21:16 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.41 2016/07/09 13:03:56 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2016/09/14 20:21:16 gson Exp $
 
-DISTNAME=      anita-1.39
+DISTNAME=      anita-1.40
 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.30 pkgsrc/misc/py-anita/distinfo:1.31
--- pkgsrc/misc/py-anita/distinfo:1.30  Fri Dec 25 13:29:16 2015
+++ pkgsrc/misc/py-anita/distinfo       Wed Sep 14 20:21:16 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.30 2015/12/25 13:29:16 ryoon Exp $
+$NetBSD: distinfo,v 1.31 2016/09/14 20:21:16 gson Exp $
 
-SHA1 (anita-1.39.tar.gz) = ec17eb16f95352650cf42db17bc1245bd920e367
-RMD160 (anita-1.39.tar.gz) = 73e439ade0fd4cea1f621d74570ce412b75aeac7
-SHA512 (anita-1.39.tar.gz) = ef1e2055a5c6e4507e5b324b637b53b9885e5348246db4bd81fa63f9574cc1af1b9f59c0091992a0cac30a4acc43ba1e3bf4e20c0ef221882df54c2b81a0b4fb
-Size (anita-1.39.tar.gz) = 29284 bytes
+SHA1 (anita-1.40.tar.gz) = 2199c68aa612a03134ef23431dd4bf4d0b327bd4
+RMD160 (anita-1.40.tar.gz) = acede91e05ce2e749c63ffd061e6de5334671e20
+SHA512 (anita-1.40.tar.gz) = be9e9aee79afe02cc3b7ffcc05f589fab13b513c0aecf2ccd011ef36659a4683677cf0dfca04e8f2fa3fa157137ab50343ec6f0fb20f0b9b1db2c959033454de
+Size (anita-1.40.tar.gz) = 29901 bytes



Home | Main Index | Thread Index | Old Index