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:           Tue Apr 19 12:04:38 UTC 2022

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

Log Message:
py-websockets: updated to 10.3

10.3

Backwards-incompatible changes

The exception attribute of Request and Response is deprecated.
Use the handshake_exc attribute of ServerConnection and ClientConnection instead.
See Integrate the Sans-I/O layer for details.

Improvements

Reduced noise in logs when ssl or zlib raise exceptions.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/py-websockets/Makefile
cvs rdiff -u -r1.14 -r1.15 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.16 pkgsrc/www/py-websockets/Makefile:1.17
--- pkgsrc/www/py-websockets/Makefile:1.16      Mon Feb 21 08:23:53 2022
+++ pkgsrc/www/py-websockets/Makefile   Tue Apr 19 12:04:38 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2022/02/21 08:23:53 adam Exp $
+# $NetBSD: Makefile,v 1.17 2022/04/19 12:04:38 adam Exp $
 
-DISTNAME=      websockets-10.2
+DISTNAME=      websockets-10.3
 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.14 pkgsrc/www/py-websockets/distinfo:1.15
--- pkgsrc/www/py-websockets/distinfo:1.14      Mon Feb 21 08:23:53 2022
+++ pkgsrc/www/py-websockets/distinfo   Tue Apr 19 12:04:38 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2022/02/21 08:23:53 adam Exp $
+$NetBSD: distinfo,v 1.15 2022/04/19 12:04:38 adam Exp $
 
-BLAKE2s (websockets-10.2.tar.gz) = f44752306633d3f6f49aaf610b3ebfebbd9bfa1a9f3f35040ef57ae27e6e25f3
-SHA512 (websockets-10.2.tar.gz) = b54bbdae63e5140f5158414f750e63124cf2f53abc5bed559e537d0f583a5e468a79b0428f185eaebb0c21dc3d0034de00a9f125a2f579368a0544447c255934
-Size (websockets-10.2.tar.gz) = 83402 bytes
+BLAKE2s (websockets-10.3.tar.gz) = 1d078750c54dd4b88dcc503f30df5d5711850adf73e0317fadb11f17081db8f4
+SHA512 (websockets-10.3.tar.gz) = 14be8739dc61d9487a99c1fb406b035305c215ba8f75a68b54d4de378234b05ed5a72d503fc3de855ea7cd77e31803d726988af20fcb07b6458fe0cf99877b94
+Size (websockets-10.3.tar.gz) = 84097 bytes



Home | Main Index | Thread Index | Old Index