pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-tornado



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Sep 17 10:15:39 UTC 2018

Modified Files:
        pkgsrc/www/py-tornado: Makefile distinfo

Log Message:
py-tornado: updated to 5.1.1

Tornado 5.1.1:

Bug fixes

Fixed an case in which the Future returned by RequestHandler.finish could fail to resolve.
The TwitterMixin.authenticate_redirect method works again.
Improved error handling in the tornado.auth module, fixing hanging requests when a network or other error occurs.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/www/py-tornado/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/py-tornado/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-tornado/Makefile
diff -u pkgsrc/www/py-tornado/Makefile:1.26 pkgsrc/www/py-tornado/Makefile:1.27
--- pkgsrc/www/py-tornado/Makefile:1.26 Fri Aug 31 09:51:06 2018
+++ pkgsrc/www/py-tornado/Makefile      Mon Sep 17 10:15:39 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2018/08/31 09:51:06 adam Exp $
+# $NetBSD: Makefile,v 1.27 2018/09/17 10:15:39 adam Exp $
 
-DISTNAME=      tornado-5.1
+DISTNAME=      tornado-5.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tornado/}

Index: pkgsrc/www/py-tornado/distinfo
diff -u pkgsrc/www/py-tornado/distinfo:1.18 pkgsrc/www/py-tornado/distinfo:1.19
--- pkgsrc/www/py-tornado/distinfo:1.18 Fri Aug 31 09:51:06 2018
+++ pkgsrc/www/py-tornado/distinfo      Mon Sep 17 10:15:39 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2018/08/31 09:51:06 adam Exp $
+$NetBSD: distinfo,v 1.19 2018/09/17 10:15:39 adam Exp $
 
-SHA1 (tornado-5.1.tar.gz) = 8369c3321bce73f79bba4cf18a6416649d168cc4
-RMD160 (tornado-5.1.tar.gz) = 3b5f38b90d5239c656f6f2eccfe3da7bf0f990be
-SHA512 (tornado-5.1.tar.gz) = 8f45e5bbee5453a4225f05840a9fa80dd574c5a9cac9ec4d787f11c3f86f347c66d39c984a8bbe96dbb41f599e25102f1a3dad1c55b479bebee7d856aaca764a
-Size (tornado-5.1.tar.gz) = 516359 bytes
+SHA1 (tornado-5.1.1.tar.gz) = 9dccf2552055fb277d06a6ed321b37bd10d7808f
+RMD160 (tornado-5.1.1.tar.gz) = c5352ef0fe39e4877cab97f2ec7258d455158317
+SHA512 (tornado-5.1.1.tar.gz) = f9ecedb20c055981f482c9a2a8bb30082dcc479674f75f6c8654afcf40f2ce5a45e82c7e2b5a6ce5d1c9da7896e865e78c7d29a64b6b1d28d6e74a718be62dc7
+Size (tornado-5.1.1.tar.gz) = 516819 bytes



Home | Main Index | Thread Index | Old Index