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/3af30ad26f8f
branches:  trunk
changeset: 347212:3af30ad26f8f
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Jan 08 21:05:56 2020 +0000

description:
py-websocket-client: updated to 0.57.0

0.57.0
- wsdump: Fix --headers option
- Fix getting 400 bad request with long proxy authorization string
- Fix for errors that occur when closing websocket from another thread
- avoid calling repr(data) if tracing is not enabled
- Fixed typo
- Create dummy `ssl` object
- Show compressed text messages in wsdump.py
- Resolve issue opening socket to intranet on Windows 10 with no proxy settings but behind proxy
- Expose http connection header to user
- Improve the readability of HTTP status codes.
- fix the compatible issue with gevent+dnspython
- v should be checked for emptry string before splitting it
- _handshake: hasattr checks on six before accessing the values

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 f1a681e838d1 -r 3af30ad26f8f www/py-websocket-client/Makefile
--- a/www/py-websocket-client/Makefile  Wed Jan 08 21:03:58 2020 +0000
+++ b/www/py-websocket-client/Makefile  Wed Jan 08 21:05:56 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2019/03/21 10:18:14 adam Exp $
+# $NetBSD: Makefile,v 1.11 2020/01/08 21:05:56 adam Exp $
 
-DISTNAME=      websocket_client-0.56.0
+DISTNAME=      websocket_client-0.57.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=w/websocket-client/}
diff -r f1a681e838d1 -r 3af30ad26f8f www/py-websocket-client/distinfo
--- a/www/py-websocket-client/distinfo  Wed Jan 08 21:03:58 2020 +0000
+++ b/www/py-websocket-client/distinfo  Wed Jan 08 21:05:56 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2019/03/21 10:18:14 adam Exp $
+$NetBSD: distinfo,v 1.9 2020/01/08 21:05:56 adam Exp $
 
-SHA1 (websocket_client-0.56.0.tar.gz) = 69a2c812cd1b91959538f83ce8bbf2be65478a14
-RMD160 (websocket_client-0.56.0.tar.gz) = 9c9a12d55de6300790cab77e0fdc614f27180ebd
-SHA512 (websocket_client-0.56.0.tar.gz) = f61497b5fa6deea11d0e81c1c0d3092d1efba9bcdb3427a45f51b81059444a486a9aa6a4d046fc2aa805e855d2c8e68a4ba46669c05a45eb928251c50e2e3a50
-Size (websocket_client-0.56.0.tar.gz) = 36951 bytes
+SHA1 (websocket_client-0.57.0.tar.gz) = 21ef1198b2d7a3125aac05ec25592099ded4cfb3
+RMD160 (websocket_client-0.57.0.tar.gz) = 6189d6cf0c9ef6434bd8e3248a6a9f7faebbc6d0
+SHA512 (websocket_client-0.57.0.tar.gz) = 8677b00abbdd995ef1c2254f73a01713eb0707ee2549031f410205af7bbbf57b4730b38a78d683a90605c1412863f57a3829d8be1c058f3e9bfb177bd49c4525
+Size (websocket_client-0.57.0.tar.gz) = 39333 bytes



Home | Main Index | Thread Index | Old Index