pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-sanic



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Aug  3 07:48:52 UTC 2017

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-sanic/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-sanic/PLIST \
    pkgsrc/www/py-sanic/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-sanic/Makefile
diff -u pkgsrc/www/py-sanic/Makefile:1.2 pkgsrc/www/py-sanic/Makefile:1.3
--- pkgsrc/www/py-sanic/Makefile:1.2    Fri Jul  7 08:48:27 2017
+++ pkgsrc/www/py-sanic/Makefile        Thu Aug  3 07:48:52 2017
@@ -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/}

Index: pkgsrc/www/py-sanic/PLIST
diff -u pkgsrc/www/py-sanic/PLIST:1.1 pkgsrc/www/py-sanic/PLIST:1.2
--- pkgsrc/www/py-sanic/PLIST:1.1       Fri Jul  7 07:27:15 2017
+++ pkgsrc/www/py-sanic/PLIST   Thu Aug  3 07:48:52 2017
@@ -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/constants.pyo
 ${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
Index: pkgsrc/www/py-sanic/distinfo
diff -u pkgsrc/www/py-sanic/distinfo:1.1 pkgsrc/www/py-sanic/distinfo:1.2
--- pkgsrc/www/py-sanic/distinfo:1.1    Fri Jul  7 07:27:15 2017
+++ pkgsrc/www/py-sanic/distinfo        Thu Aug  3 07:48:52 2017
@@ -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