pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/py-tornado Update to 4.0.2:
details: https://anonhg.NetBSD.org/pkgsrc/rev/4ce02e0afe39
branches: trunk
changeset: 639513:4ce02e0afe39
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Sep 14 17:58:25 2014 +0000
description:
Update to 4.0.2:
Bug fixes
~~~~~~~~~
* Fixed a bug that could sometimes cause a timeout to fire after being
cancelled.
* `.AsyncTestCase` once again passes along arguments to test methods,
making it compatible with extensions such as Nose's test generators.
* `.StaticFileHandler` can again compress its responses when gzip is enabled.
* ``simple_httpclient`` passes its ``max_buffer_size`` argument to the
underlying stream.
* Fixed a reference cycle that can lead to increased memory consumption.
* `.add_accept_handler` will now limit the number of times it will call
`~socket.socket.accept` per `.IOLoop` iteration, addressing a potential
starvation issue.
* Improved error handling in `.IOStream.connect` (primarily for FreeBSD
systems)
diffstat:
www/py-tornado/Makefile | 4 ++--
www/py-tornado/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (25 lines):
diff -r 3f6423531e14 -r 4ce02e0afe39 www/py-tornado/Makefile
--- a/www/py-tornado/Makefile Sun Sep 14 17:55:47 2014 +0000
+++ b/www/py-tornado/Makefile Sun Sep 14 17:58:25 2014 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2014/08/17 17:41:53 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2014/09/14 17:58:25 wiz Exp $
-DISTNAME= tornado-4.0.1
+DISTNAME= tornado-4.0.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www
MASTER_SITES= http://pypi.python.org/packages/source/t/tornado/
diff -r 3f6423531e14 -r 4ce02e0afe39 www/py-tornado/distinfo
--- a/www/py-tornado/distinfo Sun Sep 14 17:55:47 2014 +0000
+++ b/www/py-tornado/distinfo Sun Sep 14 17:58:25 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2014/08/17 17:41:53 wiz Exp $
+$NetBSD: distinfo,v 1.8 2014/09/14 17:58:25 wiz Exp $
-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
+SHA1 (tornado-4.0.2.tar.gz) = 6152ea61b4cdf9566f3974f30603ff51b527dd87
+RMD160 (tornado-4.0.2.tar.gz) = 57eb05b2fd8c4bedefbff4417e7cf2f0b418c8b3
+Size (tornado-4.0.2.tar.gz) = 315841 bytes
Home |
Main Index |
Thread Index |
Old Index