pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-websocket-client



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Feb 22 08:56:35 UTC 2018

Modified Files:
        pkgsrc/www/py-websocket-client: Makefile distinfo

Log Message:
py-websocket-client: updated to 0.47.0

0.47.0:
- Fix socket constructor in _open_socket to use all relevant variables from getaddrinfo.
- .send() method is very slow
- cross-platform aync multi-client solution
- Fix detecting timeouts with SSL in recv
- Fix WebSocketApp does not poll for data correctly when using SSL
- Fix Infinite ping/pong timeouts in WebSocketApp.run_forever
- Added status message when HTTP can't be upgraded to WS


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-websocket-client/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-websocket-client/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-websocket-client/Makefile
diff -u pkgsrc/www/py-websocket-client/Makefile:1.3 pkgsrc/www/py-websocket-client/Makefile:1.4
--- pkgsrc/www/py-websocket-client/Makefile:1.3 Tue Jan  2 08:14:01 2018
+++ pkgsrc/www/py-websocket-client/Makefile     Thu Feb 22 08:56:35 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2018/01/02 08:14:01 adam Exp $
+# $NetBSD: Makefile,v 1.4 2018/02/22 08:56:35 adam Exp $
 
-DISTNAME=      websocket_client-0.46.0
+DISTNAME=      websocket_client-0.47.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=w/websocket-client/}

Index: pkgsrc/www/py-websocket-client/distinfo
diff -u pkgsrc/www/py-websocket-client/distinfo:1.2 pkgsrc/www/py-websocket-client/distinfo:1.3
--- pkgsrc/www/py-websocket-client/distinfo:1.2 Tue Jan  2 08:14:01 2018
+++ pkgsrc/www/py-websocket-client/distinfo     Thu Feb 22 08:56:35 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2018/01/02 08:14:01 adam Exp $
+$NetBSD: distinfo,v 1.3 2018/02/22 08:56:35 adam Exp $
 
-SHA1 (websocket_client-0.46.0.tar.gz) = 7ec6b3ba1416460c401467ac0a2251cc4598848a
-RMD160 (websocket_client-0.46.0.tar.gz) = 6c341db163ed9fb1274a5f2594209ab6af23287b
-SHA512 (websocket_client-0.46.0.tar.gz) = 8ec13770c56475d8cd0559a84a827cf13c73f79c2b3b14b7f7eec71a938896c691393fe86df5b227aa046fecf34cbdf88974ee870d89c2e66018b1ac91761ccf
-Size (websocket_client-0.46.0.tar.gz) = 203950 bytes
+SHA1 (websocket_client-0.47.0.tar.gz) = 02489d12626360e0b9b4be3d961355890ec4205c
+RMD160 (websocket_client-0.47.0.tar.gz) = 7144cd8aa81b79ebd130ee6a7e39dbf4d7d651ed
+SHA512 (websocket_client-0.47.0.tar.gz) = 0d384e96be66877ba0c24e7194e2f3d554f818c2e2f107b054e07034fa7678946738c2b08c68cd71ebe0237fa507fade319273c492871fbd0ad7085b87cf0a54
+Size (websocket_client-0.47.0.tar.gz) = 202611 bytes



Home | Main Index | Thread Index | Old Index