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/97731af62165
branches:  trunk
changeset: 381717:97731af62165
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Jun 15 11:47:10 2018 +0000

description:
py-websocket-client: updated to 0.48.0

0.48.0:
- Add NullHandler to logger to fix python 2 issue.
- Fix the issue that websocket status message may not present
- Socket error not raised in nested try except in python2
- Load system default certificates if none are given
- Fix waiting forever on ping/pong timeout
- socks5 via pysocks support
- v0.47.0 breaks ability to stop stream with run_forever
- _http.py: fix windows proxy error due to socktype

diffstat:

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

diffs (50 lines):

diff -r d8f5f62c22ca -r 97731af62165 www/py-websocket-client/ALTERNATIVES
--- a/www/py-websocket-client/ALTERNATIVES      Fri Jun 15 11:44:21 2018 +0000
+++ b/www/py-websocket-client/ALTERNATIVES      Fri Jun 15 11:47:10 2018 +0000
@@ -1,1 +1,1 @@
-bin/wsdump @PREFIX@/bin/wsdump@PYVERSSUFFIX@
+bin/wsdump bin/wsdump@PYVERSSUFFIX@
diff -r d8f5f62c22ca -r 97731af62165 www/py-websocket-client/Makefile
--- a/www/py-websocket-client/Makefile  Fri Jun 15 11:44:21 2018 +0000
+++ b/www/py-websocket-client/Makefile  Fri Jun 15 11:47:10 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2018/02/22 08:56:35 adam Exp $
+# $NetBSD: Makefile,v 1.5 2018/06/15 11:47:10 adam Exp $
 
-DISTNAME=      websocket_client-0.47.0
+DISTNAME=      websocket_client-0.48.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=w/websocket-client/}
diff -r d8f5f62c22ca -r 97731af62165 www/py-websocket-client/PLIST
--- a/www/py-websocket-client/PLIST     Fri Jun 15 11:44:21 2018 +0000
+++ b/www/py-websocket-client/PLIST     Fri Jun 15 11:47:10 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2017/10/11 06:35:50 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2018/06/15 11:47:10 adam Exp $
 bin/wsdump${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -44,7 +44,6 @@
 ${PYSITELIB}/websocket/_utils.py
 ${PYSITELIB}/websocket/_utils.pyc
 ${PYSITELIB}/websocket/_utils.pyo
-${PYSITELIB}/websocket/cacert.pem
 ${PYSITELIB}/websocket/tests/__init__.py
 ${PYSITELIB}/websocket/tests/__init__.pyc
 ${PYSITELIB}/websocket/tests/__init__.pyo
diff -r d8f5f62c22ca -r 97731af62165 www/py-websocket-client/distinfo
--- a/www/py-websocket-client/distinfo  Fri Jun 15 11:44:21 2018 +0000
+++ b/www/py-websocket-client/distinfo  Fri Jun 15 11:47:10 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2018/02/22 08:56:35 adam Exp $
+$NetBSD: distinfo,v 1.4 2018/06/15 11:47:10 adam Exp $
 
-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
+SHA1 (websocket_client-0.48.0.tar.gz) = bf678b2aa7512b4d231ad185382ac6e795aaafce
+RMD160 (websocket_client-0.48.0.tar.gz) = 599b4eeef57ad46039e780f664460ff767b30d26
+SHA512 (websocket_client-0.48.0.tar.gz) = 6c678a2671ce6cfb86a61effa836bbe4bb1702f22827934b1fcd7f0f8439be76037d9b6d4d6b416249361a9a74a92701d7b90bc6276b2433388644ed66f56333
+Size (websocket_client-0.48.0.tar.gz) = 44492 bytes



Home | Main Index | Thread Index | Old Index