pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-sanic 0.6.0:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/478493d17129
branches:  trunk
changeset: 366116:478493d17129
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Aug 03 07:48:52 2017 +0000

description:
0.6.0:
Fix error where transport.get_extra_info returned None
Remove uvloop requirement for gunicorn worker
Fix error where request.token() would fail if Authorization headers were not provided
Added an abort function to easily exit out of route handlers
Added a file_stream response handler
Add support for streaming large static files
Added streaming requests
Added websocket max_size and max_queue configuration
Fixed test client not working with HTTP2
Added match_info property to request class
Added support for recycling the gunicorn worker
Added an Unauthorized exception
Added a Forbidden exception
Added a graceful timeout when shutdown

diffstat:

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

diffs (46 lines):

diff -r f5dc70d798e0 -r 478493d17129 www/py-sanic/Makefile
--- a/www/py-sanic/Makefile     Thu Aug 03 07:46:12 2017 +0000
+++ b/www/py-sanic/Makefile     Thu Aug 03 07:48:52 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2017/07/07 08:48:27 adam Exp $
+# $NetBSD: Makefile,v 1.3 2017/08/03 07:48:52 adam Exp $
 
-DISTNAME=      sanic-0.5.4
+DISTNAME=      sanic-0.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sanic/}
diff -r f5dc70d798e0 -r 478493d17129 www/py-sanic/PLIST
--- a/www/py-sanic/PLIST        Thu Aug 03 07:46:12 2017 +0000
+++ b/www/py-sanic/PLIST        Thu Aug 03 07:48:52 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2017/07/07 07:27:15 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2017/08/03 07:48:52 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -25,9 +25,6 @@
 ${PYSITELIB}/sanic/cookies.py
 ${PYSITELIB}/sanic/cookies.pyc
 ${PYSITELIB}/sanic/cookies.pyo
-${PYSITELIB}/sanic/defaultFilter.py
-${PYSITELIB}/sanic/defaultFilter.pyc
-${PYSITELIB}/sanic/defaultFilter.pyo
 ${PYSITELIB}/sanic/exceptions.py
 ${PYSITELIB}/sanic/exceptions.pyc
 ${PYSITELIB}/sanic/exceptions.pyo
diff -r f5dc70d798e0 -r 478493d17129 www/py-sanic/distinfo
--- a/www/py-sanic/distinfo     Thu Aug 03 07:46:12 2017 +0000
+++ b/www/py-sanic/distinfo     Thu Aug 03 07:48:52 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/07/07 07:27:15 adam Exp $
+$NetBSD: distinfo,v 1.2 2017/08/03 07:48:52 adam Exp $
 
-SHA1 (sanic-0.5.4.tar.gz) = 4703ee202febb32cf8af68f6ad5488d42f7a1ce7
-RMD160 (sanic-0.5.4.tar.gz) = 4d8cdd82e0bcc4716a2360335e2373b27baa90e3
-SHA512 (sanic-0.5.4.tar.gz) = 7cc413d9f42bfbf15507d88bfb5c17186b8d9e57f976d9099463ef204359fc1a52f25785f687384d5a9cac6b4b871a0d047e382319243d36b39ab185881f9efc
-Size (sanic-0.5.4.tar.gz) = 35059 bytes
+SHA1 (sanic-0.6.0.tar.gz) = 3414b034921ffb4438fc852a6910a4afdc1805d5
+RMD160 (sanic-0.6.0.tar.gz) = dc2fe2653e3f8a380709e6367c23efdd39ff0fd1
+SHA512 (sanic-0.6.0.tar.gz) = bb4afd1bd1529216d428c0a14f5780e54232c94b906e031c03f43e80189b0b3b0fb840c1766fc309afbe52b1e5e7009125b57adb7061aba7b17c7c5951db81c3
+Size (sanic-0.6.0.tar.gz) = 38065 bytes



Home | Main Index | Thread Index | Old Index