pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-websockets



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Aug 22 08:47:50 UTC 2017

Modified Files:
        pkgsrc/www/py-websockets: Makefile PLIST distinfo
Removed Files:
        pkgsrc/www/py-websockets/patches: patch-setup.py

Log Message:
3.4:
Renamed :func:`~websockets.server.serve()` and :func:`~websockets.client.connect()`'s klass argument to create_protocol to reflect that it can also be a callable. For backwards compatibility, klass 
is still supported.
:func:`~websockets.server.serve` can be used as an asynchronous context manager on Python ≥ 3.5.
Added support for customizing handling of incoming connections with :meth:`~websockets.server.WebSocketServerProtocol.process_request()`.
Made read and write buffer sizes configurable.
Rewrote HTTP handling for simplicity and performance.
Added an optional C extension to speed up low level operations.
An invalid response status code during :func:`~websockets.client.connect` now raises :class:`~websockets.exceptions.InvalidStatusCode` with a code attribute.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-websockets/Makefile \
    pkgsrc/www/py-websockets/PLIST
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-websockets/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/www/py-websockets/patches/patch-setup.py

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-websockets/Makefile
diff -u pkgsrc/www/py-websockets/Makefile:1.2 pkgsrc/www/py-websockets/Makefile:1.3
--- pkgsrc/www/py-websockets/Makefile:1.2       Sat Jul  1 22:13:55 2017
+++ pkgsrc/www/py-websockets/Makefile   Tue Aug 22 08:47:50 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2017/07/01 22:13:55 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2017/08/22 08:47:50 adam Exp $
 
-DISTNAME=      websockets-3.3
+DISTNAME=      websockets-3.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=w/websockets/}
Index: pkgsrc/www/py-websockets/PLIST
diff -u pkgsrc/www/py-websockets/PLIST:1.2 pkgsrc/www/py-websockets/PLIST:1.3
--- pkgsrc/www/py-websockets/PLIST:1.2  Sat Jul  1 22:13:55 2017
+++ pkgsrc/www/py-websockets/PLIST      Tue Aug 22 08:47:50 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2017/07/01 22:13:55 joerg Exp $
+@comment $NetBSD: PLIST,v 1.3 2017/08/22 08:47:50 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -37,9 +37,13 @@ ${PLIST.py35p}${PYSITELIB}/websockets/py
 ${PLIST.py35p}${PYSITELIB}/websockets/py35/client_server.py
 ${PLIST.py35p}${PYSITELIB}/websockets/py35/client_server.pyc
 ${PLIST.py35p}${PYSITELIB}/websockets/py35/client_server.pyo
+${PLIST.py35p}${PYSITELIB}/websockets/py35/server.py
+${PLIST.py35p}${PYSITELIB}/websockets/py35/server.pyc
+${PLIST.py35p}${PYSITELIB}/websockets/py35/server.pyo
 ${PYSITELIB}/websockets/server.py
 ${PYSITELIB}/websockets/server.pyc
 ${PYSITELIB}/websockets/server.pyo
+${PYSITELIB}/websockets/speedups.so
 ${PYSITELIB}/websockets/test_client_server.py
 ${PYSITELIB}/websockets/test_client_server.pyc
 ${PYSITELIB}/websockets/test_client_server.pyo
@@ -55,12 +59,21 @@ ${PYSITELIB}/websockets/test_http.pyo
 ${PYSITELIB}/websockets/test_protocol.py
 ${PYSITELIB}/websockets/test_protocol.pyc
 ${PYSITELIB}/websockets/test_protocol.pyo
+${PYSITELIB}/websockets/test_speedups.py
+${PYSITELIB}/websockets/test_speedups.pyc
+${PYSITELIB}/websockets/test_speedups.pyo
 ${PYSITELIB}/websockets/test_uri.py
 ${PYSITELIB}/websockets/test_uri.pyc
 ${PYSITELIB}/websockets/test_uri.pyo
+${PYSITELIB}/websockets/test_utils.py
+${PYSITELIB}/websockets/test_utils.pyc
+${PYSITELIB}/websockets/test_utils.pyo
 ${PYSITELIB}/websockets/uri.py
 ${PYSITELIB}/websockets/uri.pyc
 ${PYSITELIB}/websockets/uri.pyo
+${PYSITELIB}/websockets/utils.py
+${PYSITELIB}/websockets/utils.pyc
+${PYSITELIB}/websockets/utils.pyo
 ${PYSITELIB}/websockets/version.py
 ${PYSITELIB}/websockets/version.pyc
 ${PYSITELIB}/websockets/version.pyo

Index: pkgsrc/www/py-websockets/distinfo
diff -u pkgsrc/www/py-websockets/distinfo:1.1 pkgsrc/www/py-websockets/distinfo:1.2
--- pkgsrc/www/py-websockets/distinfo:1.1       Sat Jun 24 07:30:18 2017
+++ pkgsrc/www/py-websockets/distinfo   Tue Aug 22 08:47:50 2017
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/06/24 07:30:18 adam Exp $
+$NetBSD: distinfo,v 1.2 2017/08/22 08:47:50 adam Exp $
 
-SHA1 (websockets-3.3.tar.gz) = ab9a51b180e8ff557f49befb673bb5f21778b532
-RMD160 (websockets-3.3.tar.gz) = c97794ae8eace7c19f3b3041337044e6ce1d153b
-SHA512 (websockets-3.3.tar.gz) = 6f73a854bd00e7066c7a167eb218edcbed3eadfbe1f08d6d164192b0b2cd10263666eb55884cd8e1ddba08edf3bf951fc5ddb99fd32aa23ce4e5e2ad69b3ce8a
-Size (websockets-3.3.tar.gz) = 33852 bytes
-SHA1 (patch-setup.py) = 8cecab543470a7b9545d04de589dcd3b4deda7f9
+SHA1 (websockets-3.4.tar.gz) = 98955cea7efc3444c6135128aeca0290fadd2ebb
+RMD160 (websockets-3.4.tar.gz) = ef8aa6cbdfa6886e2c50196c0308fe9fb61eea0a
+SHA512 (websockets-3.4.tar.gz) = 24aacdbd2c9c1bad877d4bf37e45d7a32534d9a33a2bfea27dd8ddb16734dbd685317250c6564b237b86d75bc692fb798c61a7bb9391e693fbe1c00335fd472d
+Size (websockets-3.4.tar.gz) = 41618 bytes



Home | Main Index | Thread Index | Old Index