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:           Thu May  4 09:50:21 UTC 2017

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/www/py-tornado/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/py-tornado/PLIST
cvs rdiff -u -r1.14 -r1.15 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.21 pkgsrc/www/py-tornado/Makefile:1.22
--- pkgsrc/www/py-tornado/Makefile:1.21 Wed Apr  5 18:23:26 2017
+++ pkgsrc/www/py-tornado/Makefile      Thu May  4 09:50:21 2017
@@ -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/}

Index: pkgsrc/www/py-tornado/PLIST
diff -u pkgsrc/www/py-tornado/PLIST:1.13 pkgsrc/www/py-tornado/PLIST:1.14
--- pkgsrc/www/py-tornado/PLIST:1.13    Wed Apr  5 18:23:26 2017
+++ pkgsrc/www/py-tornado/PLIST Thu May  4 09:50:21 2017
@@ -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/process.pyo
 ${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/queues_test.py
 ${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

Index: pkgsrc/www/py-tornado/distinfo
diff -u pkgsrc/www/py-tornado/distinfo:1.14 pkgsrc/www/py-tornado/distinfo:1.15
--- pkgsrc/www/py-tornado/distinfo:1.14 Wed Apr  5 18:23:26 2017
+++ pkgsrc/www/py-tornado/distinfo      Thu May  4 09:50:21 2017
@@ -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