pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-websocket-client py-websocket-client: updated t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a5a4aa68b8dd
branches:  trunk
changeset: 375815:a5a4aa68b8dd
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Feb 22 08:56:35 2018 +0000

description:
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

diffstat:

 www/py-websocket-client/Makefile |   4 ++--
 www/py-websocket-client/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 0d0c9d72dc50 -r a5a4aa68b8dd www/py-websocket-client/Makefile
--- a/www/py-websocket-client/Makefile  Thu Feb 22 08:54:28 2018 +0000
+++ b/www/py-websocket-client/Makefile  Thu Feb 22 08:56:35 2018 +0000
@@ -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/}
diff -r 0d0c9d72dc50 -r a5a4aa68b8dd www/py-websocket-client/distinfo
--- a/www/py-websocket-client/distinfo  Thu Feb 22 08:54:28 2018 +0000
+++ b/www/py-websocket-client/distinfo  Thu Feb 22 08:56:35 2018 +0000
@@ -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