pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-tornado What's new in Tornado 4.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a8451129f342
branches:  trunk
changeset: 362067:a8451129f342
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu May 04 09:50:21 2017 +0000

description:
What's new in Tornado 4.5

`tornado.log`
- Improved detection of libraries for colorized logging.

`tornado.httputil`
- `.url_concat` once again treats None as equivalent to an empty sequence.

diffstat:

 www/py-tornado/Makefile |   4 ++--
 www/py-tornado/PLIST    |   8 +++++++-
 www/py-tornado/distinfo |  10 +++++-----
 3 files changed, 14 insertions(+), 8 deletions(-)

diffs (56 lines):

diff -r 2b58b142b36a -r a8451129f342 www/py-tornado/Makefile
--- a/www/py-tornado/Makefile   Thu May 04 07:48:27 2017 +0000
+++ b/www/py-tornado/Makefile   Thu May 04 09:50:21 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2017/04/05 18:23:26 adam Exp $
+# $NetBSD: Makefile,v 1.22 2017/05/04 09:50:21 adam Exp $
 
-DISTNAME=      tornado-4.4.3
+DISTNAME=      tornado-4.5.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tornado/}
diff -r 2b58b142b36a -r a8451129f342 www/py-tornado/PLIST
--- a/www/py-tornado/PLIST      Thu May 04 07:48:27 2017 +0000
+++ b/www/py-tornado/PLIST      Thu May 04 09:50:21 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2017/04/05 18:23:26 adam Exp $
+@comment $NetBSD: PLIST,v 1.14 2017/05/04 09:50:21 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -103,6 +103,9 @@
 ${PYSITELIB}/tornado/queues.py
 ${PYSITELIB}/tornado/queues.pyc
 ${PYSITELIB}/tornado/queues.pyo
+${PYSITELIB}/tornado/routing.py
+${PYSITELIB}/tornado/routing.pyc
+${PYSITELIB}/tornado/routing.pyo
 ${PYSITELIB}/tornado/simple_httpclient.py
 ${PYSITELIB}/tornado/simple_httpclient.pyc
 ${PYSITELIB}/tornado/simple_httpclient.pyo
@@ -192,6 +195,9 @@
 ${PYSITELIB}/tornado/test/resolve_test_helper.py
 ${PYSITELIB}/tornado/test/resolve_test_helper.pyc
 ${PYSITELIB}/tornado/test/resolve_test_helper.pyo
+${PYSITELIB}/tornado/test/routing_test.py
+${PYSITELIB}/tornado/test/routing_test.pyc
+${PYSITELIB}/tornado/test/routing_test.pyo
 ${PYSITELIB}/tornado/test/runtests.py
 ${PYSITELIB}/tornado/test/runtests.pyc
 ${PYSITELIB}/tornado/test/runtests.pyo
diff -r 2b58b142b36a -r a8451129f342 www/py-tornado/distinfo
--- a/www/py-tornado/distinfo   Thu May 04 07:48:27 2017 +0000
+++ b/www/py-tornado/distinfo   Thu May 04 09:50:21 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2017/04/05 18:23:26 adam Exp $
+$NetBSD: distinfo,v 1.15 2017/05/04 09:50:21 adam Exp $
 
-SHA1 (tornado-4.4.3.tar.gz) = 5f2441f8277fb522b2e06919c064dd808ee0608e
-RMD160 (tornado-4.4.3.tar.gz) = 0f093dbeb5b7bd72e60db5e10b1414aabf827941
-SHA512 (tornado-4.4.3.tar.gz) = bcb20ff1b277d47ccd6efe4fd64de6949699fd50bdcb29439a9ddcc3aaa51abfaa0dd1b28710da99cabe8677c623bc23a4b637cf754ee5b6ae864708ce02ee19
-Size (tornado-4.4.3.tar.gz) = 463471 bytes
+SHA1 (tornado-4.5.1.tar.gz) = 1c5d43e86aeb901cc53e4e50db50eae841c52cf2
+RMD160 (tornado-4.5.1.tar.gz) = 592ece258cd5758419a77b3c0149b7987a4db9af
+SHA512 (tornado-4.5.1.tar.gz) = b31b3572bf58df8b758694c32b2233c547d6600b0c27f56cff3521abaad38a1646a528d2c2dfcf13214159bf5ba0f59470ba3d538edf16dc014a8b03f0d3bb87
+Size (tornado-4.5.1.tar.gz) = 483225 bytes



Home | Main Index | Thread Index | Old Index