pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-websockets py-websockets: updated to 10.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5c0ffb12e7aa
branches:  trunk
changeset: 374396:5c0ffb12e7aa
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Feb 21 08:23:53 2022 +0000

description:
py-websockets: updated to 10.2

10.2

Improvements
Made compression negotiation more lax for compatibility with Firefox.
Improved FAQ and quick start guide.

Bug fixes
Fixed backwards-incompatibility in 10.1 for connection handlers created with functools.partial().
Avoided leaking open sockets when connect() is canceled.

diffstat:

 www/py-websockets/Makefile |  5 ++---
 www/py-websockets/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 901ae5948c53 -r 5c0ffb12e7aa www/py-websockets/Makefile
--- a/www/py-websockets/Makefile        Mon Feb 21 08:21:07 2022 +0000
+++ b/www/py-websockets/Makefile        Mon Feb 21 08:23:53 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2022/01/04 20:55:38 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2022/02/21 08:23:53 adam Exp $
 
-DISTNAME=      websockets-10.1
+DISTNAME=      websockets-10.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=w/websockets/}
 
diff -r 901ae5948c53 -r 5c0ffb12e7aa www/py-websockets/distinfo
--- a/www/py-websockets/distinfo        Mon Feb 21 08:21:07 2022 +0000
+++ b/www/py-websockets/distinfo        Mon Feb 21 08:23:53 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2021/11/23 21:02:13 adam Exp $
+$NetBSD: distinfo,v 1.14 2022/02/21 08:23:53 adam Exp $
 
-BLAKE2s (websockets-10.1.tar.gz) = e16003933b6bcf02733b80e02a6de01d2688034e25ecc2f03a8b86c36e734094
-SHA512 (websockets-10.1.tar.gz) = b329f1853a6c077adbdca92c453cbd449d1d0d932fe5a919092a674701d785ad43054c104554b54dc490ea647dfad1a9d95404e078447c57650902e36eb2d878
-Size (websockets-10.1.tar.gz) = 83091 bytes
+BLAKE2s (websockets-10.2.tar.gz) = f44752306633d3f6f49aaf610b3ebfebbd9bfa1a9f3f35040ef57ae27e6e25f3
+SHA512 (websockets-10.2.tar.gz) = b54bbdae63e5140f5158414f750e63124cf2f53abc5bed559e537d0f583a5e468a79b0428f185eaebb0c21dc3d0034de00a9f125a2f579368a0544447c255934
+Size (websockets-10.2.tar.gz) = 83402 bytes



Home | Main Index | Thread Index | Old Index