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/1e1ecd98699b
branches:  trunk
changeset: 448633:1e1ecd98699b
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Mar 11 12:04:08 2021 +0000

description:
py-websocket-client: updated to 0.58.0

0.58.0
- Fix README typos
- Create README.md from README.rst
- Capitalize 'Upgrade' in 'Connection: Upgrade'
- Add Python 3.8 and 3.9 CI support
- Replace deprecated `thread.isAlive` with `thread.is_alive`
- Revert to LGPL v2.1 license
- Add code coverage CI testing
- Properly revert callback
- Replace TravisCI with GitHub Actions
- Create Sphinx readthedocs.io documentation

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 35da0309bb15 -r 1e1ecd98699b www/py-websocket-client/Makefile
--- a/www/py-websocket-client/Makefile  Thu Mar 11 12:01:40 2021 +0000
+++ b/www/py-websocket-client/Makefile  Thu Mar 11 12:04:08 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2020/01/08 21:05:56 adam Exp $
+# $NetBSD: Makefile,v 1.12 2021/03/11 12:04:08 adam Exp $
 
-DISTNAME=      websocket_client-0.57.0
+DISTNAME=      websocket_client-0.58.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=       modified-bsd
+LICENSE=       gnu-lgpl-v2.1
 
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 
diff -r 35da0309bb15 -r 1e1ecd98699b www/py-websocket-client/distinfo
--- a/www/py-websocket-client/distinfo  Thu Mar 11 12:01:40 2021 +0000
+++ b/www/py-websocket-client/distinfo  Thu Mar 11 12:04:08 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2020/01/08 21:05:56 adam Exp $
+$NetBSD: distinfo,v 1.10 2021/03/11 12:04:08 adam Exp $
 
-SHA1 (websocket_client-0.57.0.tar.gz) = 21ef1198b2d7a3125aac05ec25592099ded4cfb3
-RMD160 (websocket_client-0.57.0.tar.gz) = 6189d6cf0c9ef6434bd8e3248a6a9f7faebbc6d0
-SHA512 (websocket_client-0.57.0.tar.gz) = 8677b00abbdd995ef1c2254f73a01713eb0707ee2549031f410205af7bbbf57b4730b38a78d683a90605c1412863f57a3829d8be1c058f3e9bfb177bd49c4525
-Size (websocket_client-0.57.0.tar.gz) = 39333 bytes
+SHA1 (websocket_client-0.58.0.tar.gz) = d7f2e38664b7a0d016b742acf8187fb908ce844d
+RMD160 (websocket_client-0.58.0.tar.gz) = cfed086c0f91d9bbe0aa0c32ceb1af887bab9cea
+SHA512 (websocket_client-0.58.0.tar.gz) = c587945831427a9bddef96be53d20fec7f55ffd7efe2b676dac96b8078ba446ecda85379a4edfc49c36de936516d3994cbd0515decb9b615cd969bde1117167a
+Size (websocket_client-0.58.0.tar.gz) = 48216 bytes



Home | Main Index | Thread Index | Old Index