pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-websockets



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Nov  6 18:45:53 UTC 2022

Modified Files:
        pkgsrc/www/py-websockets: Makefile distinfo

Log Message:
py-websockets: updated to 10.4

10.4

New features

Validated compatibility with Python 3.11.
Added the latency property to protocols.
Changed ping to return the latency of the connection.
Supported overriding or removing the User-Agent header in clients and the Server header in servers.
Added deployment guides for more Platform as a Service providers.

Improvements

Improved FAQ.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/py-websockets/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/py-websockets/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-websockets/Makefile
diff -u pkgsrc/www/py-websockets/Makefile:1.17 pkgsrc/www/py-websockets/Makefile:1.18
--- pkgsrc/www/py-websockets/Makefile:1.17      Tue Apr 19 12:04:38 2022
+++ pkgsrc/www/py-websockets/Makefile   Sun Nov  6 18:45:53 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2022/04/19 12:04:38 adam Exp $
+# $NetBSD: Makefile,v 1.18 2022/11/06 18:45:53 adam Exp $
 
-DISTNAME=      websockets-10.3
+DISTNAME=      websockets-10.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=w/websockets/}

Index: pkgsrc/www/py-websockets/distinfo
diff -u pkgsrc/www/py-websockets/distinfo:1.15 pkgsrc/www/py-websockets/distinfo:1.16
--- pkgsrc/www/py-websockets/distinfo:1.15      Tue Apr 19 12:04:38 2022
+++ pkgsrc/www/py-websockets/distinfo   Sun Nov  6 18:45:53 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2022/04/19 12:04:38 adam Exp $
+$NetBSD: distinfo,v 1.16 2022/11/06 18:45:53 adam Exp $
 
-BLAKE2s (websockets-10.3.tar.gz) = 1d078750c54dd4b88dcc503f30df5d5711850adf73e0317fadb11f17081db8f4
-SHA512 (websockets-10.3.tar.gz) = 14be8739dc61d9487a99c1fb406b035305c215ba8f75a68b54d4de378234b05ed5a72d503fc3de855ea7cd77e31803d726988af20fcb07b6458fe0cf99877b94
-Size (websockets-10.3.tar.gz) = 84097 bytes
+BLAKE2s (websockets-10.4.tar.gz) = 01a0c4ddd9c08eb9b5ca6b19c5bfd35c103378afc10a649134ba094c8a100361
+SHA512 (websockets-10.4.tar.gz) = fa24ce1cf11d7dae5915f7581cca01dadb8ddc497d956e06385ce4b6712f91dd271f2547f742b18f65c7efc02419841114214d4d7d7be91915cdb66b28305938
+Size (websockets-10.4.tar.gz) = 84877 bytes



Home | Main Index | Thread Index | Old Index