diff options
author | wiz <wiz@pkgsrc.org> | 2014-09-14 17:58:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-09-14 17:58:25 +0000 |
commit | be68642ffbaf49cd6c21738712ab1081c1731168 (patch) | |
tree | 708faad2e004411a46e77bee319f4d2e1cb4089e /www | |
parent | c7bc70638388e51902d5736d4572c4eac605924f (diff) | |
download | pkgsrc-be68642ffbaf49cd6c21738712ab1081c1731168.tar.gz |
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 (limited to 'www')
-rw-r--r-- | www/py-tornado/Makefile | 4 | ||||
-rw-r--r-- | www/py-tornado/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/py-tornado/Makefile b/www/py-tornado/Makefile index 8d85e31b446..fbcc83f86ac 100644 --- a/www/py-tornado/Makefile +++ b/www/py-tornado/Makefile @@ -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 --git a/www/py-tornado/distinfo b/www/py-tornado/distinfo index 422cae6552a..29d149b7d37 100644 --- a/www/py-tornado/distinfo +++ b/www/py-tornado/distinfo @@ -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 |