pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/py-anita Update misc/py-anita to 1.40. Changes f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3dfde286d86e
branches:  trunk
changeset: 352442:3dfde286d86e
user:      gson <gson%pkgsrc.org@localhost>
date:      Wed Sep 14 20:21:16 2016 +0000

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

diffstat:

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

diffs (27 lines):

diff -r 2fa40e1d791c -r 3dfde286d86e misc/py-anita/Makefile
--- a/misc/py-anita/Makefile    Wed Sep 14 18:20:30 2016 +0000
+++ b/misc/py-anita/Makefile    Wed Sep 14 20:21:16 2016 +0000
@@ -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/
diff -r 2fa40e1d791c -r 3dfde286d86e misc/py-anita/distinfo
--- a/misc/py-anita/distinfo    Wed Sep 14 18:20:30 2016 +0000
+++ b/misc/py-anita/distinfo    Wed Sep 14 20:21:16 2016 +0000
@@ -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