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:           Mon Feb  6 11:54:45 UTC 2023

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

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

1.5.1
- Fix logic bug that can cause disconnects

1.5.0
- Refactor and improve ping/pong logic to resolve several issues, including an infinite loop issue during reconnect
- Fix issue where `skip_utf8_validation = True` is ignored
- Fix issue where sslopt `is_ssl` is ignored
- Downgrade "websocket connected" message from logging.warning to logging.info
- Update github actions to newer versions (669fe1b)

1.4.2
- create_dispatcher is determined by URL ws/wss, NOT by presence of sslopt args, to maintain consistency
- Remove redundant key generation line
- Updated docs to fix old links and updated CI to include Python 3.11

1.4.1
- Fix stack growth bug when `run_forever` reconnects
- Add doctest CI for sphinx docs code examples (d150099)
- General docs improvements

1.4.0
- Fix automatic reconnect with `run_forever`
- Allow a timeout to be set when using a proxy


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/py-websocket-client/Makefile
cvs rdiff -u -r1.15 -r1.16 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.17 pkgsrc/www/py-websocket-client/Makefile:1.18
--- pkgsrc/www/py-websocket-client/Makefile:1.17        Sat Jul  2 07:59:00 2022
+++ pkgsrc/www/py-websocket-client/Makefile     Mon Feb  6 11:54:45 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2022/07/02 07:59:00 adam Exp $
+# $NetBSD: Makefile,v 1.18 2023/02/06 11:54:45 adam Exp $
 
-DISTNAME=      websocket-client-1.3.3
+DISTNAME=      websocket-client-1.5.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=w/websocket-client/}

Index: pkgsrc/www/py-websocket-client/distinfo
diff -u pkgsrc/www/py-websocket-client/distinfo:1.15 pkgsrc/www/py-websocket-client/distinfo:1.16
--- pkgsrc/www/py-websocket-client/distinfo:1.15        Sat Jul  2 07:59:00 2022
+++ pkgsrc/www/py-websocket-client/distinfo     Mon Feb  6 11:54:45 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2022/07/02 07:59:00 adam Exp $
+$NetBSD: distinfo,v 1.16 2023/02/06 11:54:45 adam Exp $
 
-BLAKE2s (websocket-client-1.3.3.tar.gz) = 9c8da53cf666f44af35b85d57d0bcb559a2a3adc5e986e696b75956f64c51010
-SHA512 (websocket-client-1.3.3.tar.gz) = e70b6c074cbcac1e97dc11b0ccf60dc67fc066f8394b6cbd20349c1d41d625966c03645da5ccd0a81198c80e2e40fdc267ac599bc5dfacadad4c511a83e06de1
-Size (websocket-client-1.3.3.tar.gz) = 48250 bytes
+BLAKE2s (websocket-client-1.5.1.tar.gz) = 67b0f0e1263af8c49f5c68ee3c9b1e6f1eee7a8c478e026090eb3c91d869a72b
+SHA512 (websocket-client-1.5.1.tar.gz) = 9fce0c8de64e051b151c40a295a7f722ed7f95d19bd92ffd5cd9c64962821024e79b70d18ca7e30ca8b8707ba86be041134f13d7e2cf7bc4a4539eb22ba60895
+Size (websocket-client-1.5.1.tar.gz) = 49942 bytes



Home | Main Index | Thread Index | Old Index