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/5d0b2c324697
branches:  trunk
changeset: 313835:5d0b2c324697
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Oct 11 10:26:30 2018 +0000

description:
py-websocket-client: updated to 0.53.0

0.53.0:
- on_open() missing 1 required positional argument: 'ws'

0.52.0:
- fixed callback argument in _app.py
- Fixing none compare bug in run_forever
- Fix NoneType bug introduced by 386 fix

0.51.0:
- revert "WebSocketApp class to make it inheritable" because of breaking the compatibily

0.50.0:
- fixed pong before ping
- pass proper arguments to method callbacks

0.49.0:
- WebSocketApp class to make it inheritable
- Add option to disable sending the Origin header
- Websocket.close() meaning of "close status: XXXXX"
- Enable multithreading protection with ping_interval
- reset WebsocketApp.sock
- websocket.enableTrace not working
- AttributeError: 'module' object has no attribute 'NullHandler'
- WebSocketBadStatusException "not enough arguments for format string"
- handshake should deal with None in headers

diffstat:

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

diffs (54 lines):

diff -r 188dfd399287 -r 5d0b2c324697 www/py-websocket-client/ALTERNATIVES
--- a/www/py-websocket-client/ALTERNATIVES      Thu Oct 11 10:23:32 2018 +0000
+++ b/www/py-websocket-client/ALTERNATIVES      Thu Oct 11 10:26:30 2018 +0000
@@ -1,1 +1,1 @@
-bin/wsdump bin/wsdump@PYVERSSUFFIX@
+bin/wsdump bin/wsdump-@PYVERSSUFFIX@
diff -r 188dfd399287 -r 5d0b2c324697 www/py-websocket-client/Makefile
--- a/www/py-websocket-client/Makefile  Thu Oct 11 10:23:32 2018 +0000
+++ b/www/py-websocket-client/Makefile  Thu Oct 11 10:26:30 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2018/06/15 11:47:10 adam Exp $
+# $NetBSD: Makefile,v 1.6 2018/10/11 10:26:30 adam Exp $
 
-DISTNAME=      websocket_client-0.48.0
+DISTNAME=      websocket_client-0.53.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=w/websocket-client/}
@@ -17,7 +17,8 @@
 USE_LANGUAGES= # none
 
 post-install:
-       cd ${DESTDIR}${PREFIX}/bin && ${MV} wsdump.py wsdump${PYVERSSUFFIX} || ${TRUE}
+       cd ${DESTDIR}${PREFIX}/bin && \
+               ${MV} wsdump.py wsdump-${PYVERSSUFFIX} || ${TRUE}
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 188dfd399287 -r 5d0b2c324697 www/py-websocket-client/PLIST
--- a/www/py-websocket-client/PLIST     Thu Oct 11 10:23:32 2018 +0000
+++ b/www/py-websocket-client/PLIST     Thu Oct 11 10:26:30 2018 +0000
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.3 2018/06/15 11:47:10 adam Exp $
-bin/wsdump${PYVERSSUFFIX}
+@comment $NetBSD: PLIST,v 1.4 2018/10/11 10:26:30 adam Exp $
+bin/wsdump-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
diff -r 188dfd399287 -r 5d0b2c324697 www/py-websocket-client/distinfo
--- a/www/py-websocket-client/distinfo  Thu Oct 11 10:23:32 2018 +0000
+++ b/www/py-websocket-client/distinfo  Thu Oct 11 10:26:30 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2018/06/15 11:47:10 adam Exp $
+$NetBSD: distinfo,v 1.5 2018/10/11 10:26:30 adam Exp $
 
-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
+SHA1 (websocket_client-0.53.0.tar.gz) = 09bd8914944646fde9d2672392579a982ea0f031
+RMD160 (websocket_client-0.53.0.tar.gz) = 08f8044a230bc83812592859e8870176dbc30c6c
+SHA512 (websocket_client-0.53.0.tar.gz) = a20aad73545eb9cff493a9583e1ba5c895096b8de28f4360925f4ed2906d74cf96023ccea9097a23e71402430a623ce9a1456b14add26587b320de903503cb34
+Size (websocket_client-0.53.0.tar.gz) = 43276 bytes



Home | Main Index | Thread Index | Old Index