pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-websocket-client



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jan  2 08:14:01 UTC 2018

Modified Files:
        pkgsrc/www/py-websocket-client: Makefile distinfo

Log Message:
py-websocket-client: updated to 0.46.0

0.46.0
- fixed OSError on windows
- fixed invalid character

0.45.0
- change license to LGP v2.1
- allow reuse of WebsocketApp.run_forever
- Update example for python3
- add lock to recv function
- Parse close frame response correctly when reason present
- Fix SSL: SSLV3_ALERT_HANDSHAKE_FAILURE on Debian Stretch
- Wrap socket.gaierror with subclass of WebsocketException
- Resolve a proxy issue and a connection error
- Allow empty Host header value
- Fix undefined variable
- fix: getting a value with the key 'ca_certs' in sslopt dict


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-websocket-client/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-websocket-client/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-websocket-client/Makefile
diff -u pkgsrc/www/py-websocket-client/Makefile:1.2 pkgsrc/www/py-websocket-client/Makefile:1.3
--- pkgsrc/www/py-websocket-client/Makefile:1.2 Wed Oct 11 06:35:50 2017
+++ pkgsrc/www/py-websocket-client/Makefile     Tue Jan  2 08:14:01 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2017/10/11 06:35:50 adam Exp $
+# $NetBSD: Makefile,v 1.3 2018/01/02 08:14:01 adam Exp $
 
-DISTNAME=      websocket_client-0.44.0
+DISTNAME=      websocket_client-0.46.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=w/websocket-client/}
@@ -8,13 +8,13 @@ MASTER_SITES= ${MASTER_SITE_PYPI:=w/webs
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/websocket-client/websocket-client
 COMMENT=       WebSocket client module
-LICENSE=       gnu-lgpl-v3
+LICENSE=       gnu-lgpl-v2.1
 
-PYTHON_VERSIONS_ACCEPTED=      36 35 34
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 
-USE_LANGUAGES=         # none
+USE_LANGUAGES= # none
 
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && ${MV} wsdump.py wsdump${PYVERSSUFFIX} || ${TRUE}

Index: pkgsrc/www/py-websocket-client/distinfo
diff -u pkgsrc/www/py-websocket-client/distinfo:1.1 pkgsrc/www/py-websocket-client/distinfo:1.2
--- pkgsrc/www/py-websocket-client/distinfo:1.1 Sat Oct  7 17:24:03 2017
+++ pkgsrc/www/py-websocket-client/distinfo     Tue Jan  2 08:14:01 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/10/07 17:24:03 maya Exp $
+$NetBSD: distinfo,v 1.2 2018/01/02 08:14:01 adam Exp $
 
-SHA1 (websocket_client-0.44.0.tar.gz) = 736908072e36c1f3dc5714b685e246d8090ee1df
-RMD160 (websocket_client-0.44.0.tar.gz) = 9ecd207dae7b49dca4e730b8c78a01405500d727
-SHA512 (websocket_client-0.44.0.tar.gz) = 845e29c3ee7233f77d630c21a7cd8bc0ac1f619cafbd77cf2cb493e2d6b1900611bf7e9a6b927f10685a267ca2dbe6434f8b2a1e796534649253b3f1dd446738
-Size (websocket_client-0.44.0.tar.gz) = 194701 bytes
+SHA1 (websocket_client-0.46.0.tar.gz) = 7ec6b3ba1416460c401467ac0a2251cc4598848a
+RMD160 (websocket_client-0.46.0.tar.gz) = 6c341db163ed9fb1274a5f2594209ab6af23287b
+SHA512 (websocket_client-0.46.0.tar.gz) = 8ec13770c56475d8cd0559a84a827cf13c73f79c2b3b14b7f7eec71a938896c691393fe86df5b227aa046fecf34cbdf88974ee870d89c2e66018b1ac91761ccf
+Size (websocket_client-0.46.0.tar.gz) = 203950 bytes



Home | Main Index | Thread Index | Old Index