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:           Thu Mar 11 12:04:08 UTC 2021

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

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/py-websocket-client/Makefile
cvs rdiff -u -r1.9 -r1.10 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.11 pkgsrc/www/py-websocket-client/Makefile:1.12
--- pkgsrc/www/py-websocket-client/Makefile:1.11        Wed Jan  8 21:05:56 2020
+++ pkgsrc/www/py-websocket-client/Makefile     Thu Mar 11 12:04:08 2021
@@ -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 @@ 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=       modified-bsd
+LICENSE=       gnu-lgpl-v2.1
 
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 

Index: pkgsrc/www/py-websocket-client/distinfo
diff -u pkgsrc/www/py-websocket-client/distinfo:1.9 pkgsrc/www/py-websocket-client/distinfo:1.10
--- pkgsrc/www/py-websocket-client/distinfo:1.9 Wed Jan  8 21:05:56 2020
+++ pkgsrc/www/py-websocket-client/distinfo     Thu Mar 11 12:04:08 2021
@@ -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