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/4932498e1d20
branches:  trunk
changeset: 314735:4932498e1d20
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Nov 06 14:33:26 2018 +0000

description:
py-websocket-client: updated to 0.54.0

0.54.0
- Change license from LGPL to BSD.
- Status return for WebSocketApp.run_forever()
- Handle redirects in handshake
- Make proxy_type option available in WebSocketApp.run_forever()
- Fix typo in supress_origin
- WebSocketApp's on_close never emits status code or reason

diffstat:

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

diffs (36 lines):

diff -r 48dad37489d8 -r 4932498e1d20 www/py-websocket-client/Makefile
--- a/www/py-websocket-client/Makefile  Tue Nov 06 14:31:48 2018 +0000
+++ b/www/py-websocket-client/Makefile  Tue Nov 06 14:33:26 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2018/10/11 10:26:30 adam Exp $
+# $NetBSD: Makefile,v 1.7 2018/11/06 14:33:26 adam Exp $
 
-DISTNAME=      websocket_client-0.53.0
+DISTNAME=      websocket_client-0.54.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=w/websocket-client/}
@@ -8,7 +8,7 @@
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/websocket-client/websocket-client
 COMMENT=       WebSocket client module
-LICENSE=       gnu-lgpl-v2.1
+LICENSE=       modified-bsd
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
diff -r 48dad37489d8 -r 4932498e1d20 www/py-websocket-client/distinfo
--- a/www/py-websocket-client/distinfo  Tue Nov 06 14:31:48 2018 +0000
+++ b/www/py-websocket-client/distinfo  Tue Nov 06 14:33:26 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/10/11 10:26:30 adam Exp $
+$NetBSD: distinfo,v 1.6 2018/11/06 14:33:26 adam Exp $
 
-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
+SHA1 (websocket_client-0.54.0.tar.gz) = 4ffb81e4dcae90f4959450f04efbc9ad7e0e451a
+RMD160 (websocket_client-0.54.0.tar.gz) = 9058c0b2d691f1bab5e0e6359e4cbc09ad1a103a
+SHA512 (websocket_client-0.54.0.tar.gz) = ba4dfb6b879ec88ca446f44a77b91bbace55faa1a276f493174f3dc5b96b4d400d43c886798666da98e331610f71b4629f894d97f4614acf8d64affe8370bfec
+Size (websocket_client-0.54.0.tar.gz) = 36413 bytes



Home | Main Index | Thread Index | Old Index