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:           Mon Feb 21 08:23:53 UTC 2022

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/py-websockets/Makefile
cvs rdiff -u -r1.13 -r1.14 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.15 pkgsrc/www/py-websockets/Makefile:1.16
--- pkgsrc/www/py-websockets/Makefile:1.15      Tue Jan  4 20:55:38 2022
+++ pkgsrc/www/py-websockets/Makefile   Mon Feb 21 08:23:53 2022
@@ -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/}
 

Index: pkgsrc/www/py-websockets/distinfo
diff -u pkgsrc/www/py-websockets/distinfo:1.13 pkgsrc/www/py-websockets/distinfo:1.14
--- pkgsrc/www/py-websockets/distinfo:1.13      Tue Nov 23 21:02:13 2021
+++ pkgsrc/www/py-websockets/distinfo   Mon Feb 21 08:23:53 2022
@@ -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