summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorwiz <wiz>2014-08-17 17:41:53 +0000
committerwiz <wiz>2014-08-17 17:41:53 +0000
commit4c7d7640aa2cd80c162f5b63f77bac73eaaa8291 (patch)
treeb6efe5970cf8b0291b589569919597e3ca549ee5 /www
parentdfd7db6b06fdd58ba45eee9b976110e938d49b34 (diff)
downloadpkgsrc-4c7d7640aa2cd80c162f5b63f77bac73eaaa8291.tar.gz
Update to 4.0.1:
The build will now fall back to pure-python mode if the C extension fails to build for any reason (previously it would fall back for some errors but not others). IOLoop.call_at and IOLoop.call_later now always return a timeout handle for use with IOLoop.remove_timeout. If any callback of a PeriodicCallback or IOStream returns a Future, any error raised in that future will now be logged (similar to the behavior of IOLoop.add_callback). Fixed an exception in client-side websocket connections when the connection is closed. simple_httpclient once again correctly handles 204 status codes with no content-length header. Fixed a regression in simple_httpclient that would result in timeouts for certain kinds of errors.
Diffstat (limited to 'www')
-rw-r--r--www/py-tornado/Makefile4
-rw-r--r--www/py-tornado/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/www/py-tornado/Makefile b/www/py-tornado/Makefile
index 1f1cb5c8db8..8d85e31b446 100644
--- a/www/py-tornado/Makefile
+++ b/www/py-tornado/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2014/07/22 12:41:28 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2014/08/17 17:41:53 wiz Exp $
-DISTNAME= tornado-4.0
+DISTNAME= tornado-4.0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www
MASTER_SITES= http://pypi.python.org/packages/source/t/tornado/
diff --git a/www/py-tornado/distinfo b/www/py-tornado/distinfo
index 69335eb2f09..422cae6552a 100644
--- a/www/py-tornado/distinfo
+++ b/www/py-tornado/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2014/07/22 12:41:28 wiz Exp $
+$NetBSD: distinfo,v 1.7 2014/08/17 17:41:53 wiz Exp $
-SHA1 (tornado-4.0.tar.gz) = 466e73db0d9e7a030f6933346e191637ae6ddd8a
-RMD160 (tornado-4.0.tar.gz) = 89dd21f39567d645456d727854be7060e95b7cd0
-Size (tornado-4.0.tar.gz) = 313742 bytes
+SHA1 (tornado-4.0.1.tar.gz) = 3d6c7edee0d7b628f8adaa25dbe3e5120cb34a85
+RMD160 (tornado-4.0.1.tar.gz) = 9fdd3a5a73fc03191990cba84cbd7f61ea249430
+Size (tornado-4.0.1.tar.gz) = 314852 bytes