pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-channels



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jun 14 07:57:32 UTC 2018

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

Log Message:
py-channels: updated to 2.1.2

2.1.2:
* AsyncHttpConsumer now has a disconnect() method you can override
* Session and authentication middleware is now non-blocking.
* URL routing context now includes default arguments from the URLconf.
* The FORCE_SCRIPT_NAME setting is now respected in ASGI mode.
* ALLOWED_HOSTS is now set correctly during LiveServerTests.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/py-channels/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-channels/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/py-channels/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-channels/Makefile
diff -u pkgsrc/www/py-channels/Makefile:1.9 pkgsrc/www/py-channels/Makefile:1.10
--- pkgsrc/www/py-channels/Makefile:1.9 Mon Apr 30 07:37:24 2018
+++ pkgsrc/www/py-channels/Makefile     Thu Jun 14 07:57:32 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2018/04/30 07:37:24 adam Exp $
+# $NetBSD: Makefile,v 1.10 2018/06/14 07:57:32 adam Exp $
 
-DISTNAME=      channels-2.1.1
+DISTNAME=      channels-2.1.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/channels/}

Index: pkgsrc/www/py-channels/PLIST
diff -u pkgsrc/www/py-channels/PLIST:1.3 pkgsrc/www/py-channels/PLIST:1.4
--- pkgsrc/www/py-channels/PLIST:1.3    Fri Apr 13 11:13:32 2018
+++ pkgsrc/www/py-channels/PLIST        Thu Jun 14 07:57:32 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2018/04/13 11:13:32 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2018/06/14 07:57:32 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -55,6 +55,9 @@ ${PYSITELIB}/channels/management/command
 ${PYSITELIB}/channels/management/commands/runworker.py
 ${PYSITELIB}/channels/management/commands/runworker.pyc
 ${PYSITELIB}/channels/management/commands/runworker.pyo
+${PYSITELIB}/channels/middleware.py
+${PYSITELIB}/channels/middleware.pyc
+${PYSITELIB}/channels/middleware.pyo
 ${PYSITELIB}/channels/routing.py
 ${PYSITELIB}/channels/routing.pyc
 ${PYSITELIB}/channels/routing.pyo

Index: pkgsrc/www/py-channels/distinfo
diff -u pkgsrc/www/py-channels/distinfo:1.7 pkgsrc/www/py-channels/distinfo:1.8
--- pkgsrc/www/py-channels/distinfo:1.7 Mon Apr 30 07:37:24 2018
+++ pkgsrc/www/py-channels/distinfo     Thu Jun 14 07:57:32 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2018/04/30 07:37:24 adam Exp $
+$NetBSD: distinfo,v 1.8 2018/06/14 07:57:32 adam Exp $
 
-SHA1 (channels-2.1.1.tar.gz) = 5c65c75af4730085028d4497be77cc4dee9d4f6a
-RMD160 (channels-2.1.1.tar.gz) = 51f785af3cdfaf21ca347524f48c307d30c31a4f
-SHA512 (channels-2.1.1.tar.gz) = e45b9072213e8121f79955545018e536cd845961013653a25d14660ae290226d37d424aad4e5cc6070586823c3ab676294ce233a509ac3ebd6e05a2d7f89bd41
-Size (channels-2.1.1.tar.gz) = 31853 bytes
+SHA1 (channels-2.1.2.tar.gz) = e0f53e349ee266dcc5606c395281bac103f4da9a
+RMD160 (channels-2.1.2.tar.gz) = 7b3a5834998d2da29501b7686818c6360ba06c19
+SHA512 (channels-2.1.2.tar.gz) = d83361713ae2d0942df7e505760ecb0ec0b63aea3cbbca732bf314dabea815243b8cc5de06f0489cd3b376de8d849fa53c49a91fc47a92f7eb13fce3a44f62d1
+Size (channels-2.1.2.tar.gz) = 32652 bytes



Home | Main Index | Thread Index | Old Index