diff options
author | adam <adam@pkgsrc.org> | 2018-10-11 10:26:30 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-10-11 10:26:30 +0000 |
commit | 470ab4457d9124f690ca68c4394622cddfd277e5 (patch) | |
tree | 576c5bafdbcabbb73c4fe995873b9adac02ad1f7 | |
parent | 539befc27c386faf6adccac85355851a64d12bfc (diff) | |
download | pkgsrc-470ab4457d9124f690ca68c4394622cddfd277e5.tar.gz |
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
-rw-r--r-- | www/py-websocket-client/ALTERNATIVES | 2 | ||||
-rw-r--r-- | www/py-websocket-client/Makefile | 7 | ||||
-rw-r--r-- | www/py-websocket-client/PLIST | 4 | ||||
-rw-r--r-- | www/py-websocket-client/distinfo | 10 |
4 files changed, 12 insertions, 11 deletions
diff --git a/www/py-websocket-client/ALTERNATIVES b/www/py-websocket-client/ALTERNATIVES index 4e345168988..e4b370899b3 100644 --- a/www/py-websocket-client/ALTERNATIVES +++ b/www/py-websocket-client/ALTERNATIVES @@ -1 +1 @@ -bin/wsdump bin/wsdump@PYVERSSUFFIX@ +bin/wsdump bin/wsdump-@PYVERSSUFFIX@ diff --git a/www/py-websocket-client/Makefile b/www/py-websocket-client/Makefile index ef52406d8b8..9a021f2c163 100644 --- a/www/py-websocket-client/Makefile +++ b/www/py-websocket-client/Makefile @@ -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 @@ DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six 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 --git a/www/py-websocket-client/PLIST b/www/py-websocket-client/PLIST index 588aff704b2..934aab25315 100644 --- a/www/py-websocket-client/PLIST +++ b/www/py-websocket-client/PLIST @@ -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 --git a/www/py-websocket-client/distinfo b/www/py-websocket-client/distinfo index b0ec79da7d0..4a41e2ab593 100644 --- a/www/py-websocket-client/distinfo +++ b/www/py-websocket-client/distinfo @@ -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 |