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:           Fri Apr 13 11:13:32 UTC 2018

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

Log Message:
py-channels: updated to 2.1.0

2.1.0:
* Async HTTP Consumers and WebSocket Consumers both gained new functionality
  (groups, subprotocols, and an async HTTP variant)
* URLRouters now allow nesting
* Async login and logout functions for sessions
* Expiry and groups in the in-memory channel layer
* Improved Live Server test case
* More powerful OriginValidator
* Other small changes and fixes in the full release notes.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/py-channels/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-channels/PLIST
cvs rdiff -u -r1.5 -r1.6 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.7 pkgsrc/www/py-channels/Makefile:1.8
--- pkgsrc/www/py-channels/Makefile:1.7 Wed Feb 14 14:22:33 2018
+++ pkgsrc/www/py-channels/Makefile     Fri Apr 13 11:13:32 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2018/02/14 14:22:33 adam Exp $
+# $NetBSD: Makefile,v 1.8 2018/04/13 11:13:32 adam Exp $
 
-DISTNAME=      channels-2.0.2
+DISTNAME=      channels-2.1.0
 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.2 pkgsrc/www/py-channels/PLIST:1.3
--- pkgsrc/www/py-channels/PLIST:1.2    Wed Feb 14 14:22:33 2018
+++ pkgsrc/www/py-channels/PLIST        Fri Apr 13 11:13:32 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2018/02/14 14:22:33 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2018/04/13 11:13:32 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -25,6 +25,9 @@ ${PYSITELIB}/channels/exceptions.pyo
 ${PYSITELIB}/channels/generic/__init__.py
 ${PYSITELIB}/channels/generic/__init__.pyc
 ${PYSITELIB}/channels/generic/__init__.pyo
+${PYSITELIB}/channels/generic/http.py
+${PYSITELIB}/channels/generic/http.pyc
+${PYSITELIB}/channels/generic/http.pyo
 ${PYSITELIB}/channels/generic/websocket.py
 ${PYSITELIB}/channels/generic/websocket.pyc
 ${PYSITELIB}/channels/generic/websocket.pyo

Index: pkgsrc/www/py-channels/distinfo
diff -u pkgsrc/www/py-channels/distinfo:1.5 pkgsrc/www/py-channels/distinfo:1.6
--- pkgsrc/www/py-channels/distinfo:1.5 Wed Feb 14 14:22:33 2018
+++ pkgsrc/www/py-channels/distinfo     Fri Apr 13 11:13:32 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/02/14 14:22:33 adam Exp $
+$NetBSD: distinfo,v 1.6 2018/04/13 11:13:32 adam Exp $
 
-SHA1 (channels-2.0.2.tar.gz) = d286f3058a45c4526660b0022111e06c2b20d3c6
-RMD160 (channels-2.0.2.tar.gz) = cfcf2d5fb65c1a29a307546af08675136fe5bf54
-SHA512 (channels-2.0.2.tar.gz) = 07dbc471d3dd6ebee611a69e853ec2e41b87823f69f6c5b8ecf30a8ff3d67af0fa6701feb859ab4b8a1ebd170ddf6a3416cddfc857321ee5de97b64e8c7ace58
-Size (channels-2.0.2.tar.gz) = 27057 bytes
+SHA1 (channels-2.1.0.tar.gz) = a403832467a2a767c06c141fff5cab77395f3f53
+RMD160 (channels-2.1.0.tar.gz) = c06827d75d8c4ca8c846ea452c5ac0fc0bea2533
+SHA512 (channels-2.1.0.tar.gz) = 6179f44a39c5009467249ed1bd2a2fe8cc92352ccd49b86fb7ea4c3caf7a7717bb965725edaa402db50cd2e805e98cd1735a8f19f8b5badc28810ef1dd14a3ee
+Size (channels-2.1.0.tar.gz) = 31813 bytes



Home | Main Index | Thread Index | Old Index