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/ee6d360273b3
branches:  trunk
changeset: 320041:ee6d360273b3
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Feb 26 10:37:10 2019 +0000

description:
py-websocket-client: updated to 0.55.0

0.55.0
- Add response headers in WebSocketBadStatusException
- Manually assigning WebSocket-Version
- SSL socket handling fix
- Let setup.py use the same license as LICENSE file
- Ensure that "timeout" is passed down, when calling WebSocket.connect()
- Retry connect on "Interrupted system call"

diffstat:

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

diffs (48 lines):

diff -r d54c748bfcac -r ee6d360273b3 www/py-websocket-client/Makefile
--- a/www/py-websocket-client/Makefile  Tue Feb 26 08:15:57 2019 +0000
+++ b/www/py-websocket-client/Makefile  Tue Feb 26 10:37:10 2019 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2018/12/22 17:32:26 taca Exp $
+# $NetBSD: Makefile,v 1.9 2019/02/26 10:37:10 adam Exp $
 
-DISTNAME=      websocket_client-0.54.0
+DISTNAME=      websocket_client-0.55.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
-PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=w/websocket-client/}
 
@@ -11,15 +10,15 @@
 COMMENT=       WebSocket client module
 LICENSE=       modified-bsd
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
-               ${MV} wsdump.py wsdump-${PYVERSSUFFIX} || ${TRUE}
+       ${MV} wsdump.py wsdump-${PYVERSSUFFIX} || ${TRUE}
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r d54c748bfcac -r ee6d360273b3 www/py-websocket-client/distinfo
--- a/www/py-websocket-client/distinfo  Tue Feb 26 08:15:57 2019 +0000
+++ b/www/py-websocket-client/distinfo  Tue Feb 26 10:37:10 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2018/11/06 14:33:26 adam Exp $
+$NetBSD: distinfo,v 1.7 2019/02/26 10:37:10 adam Exp $
 
-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
+SHA1 (websocket_client-0.55.0.tar.gz) = 6ea76a3585120b7ec20540412d9a11f31aba86b9
+RMD160 (websocket_client-0.55.0.tar.gz) = 888825e49c7c6f898d83d275c136d18c775bb7da
+SHA512 (websocket_client-0.55.0.tar.gz) = d8f47f9872df04da5dcef71f392cbe41e5744a4a3b2b9a92ccc457a0761aa5bbeab23a8199d5e57ac617402c5f28465b7990dd11dd56a5ce2afff191856715d0
+Size (websocket_client-0.55.0.tar.gz) = 38573 bytes



Home | Main Index | Thread Index | Old Index