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:           Fri Oct 27 09:06:02 UTC 2023

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

Log Message:
py-websockets: updated to 12.0

12.0

Backwards-incompatible changes

websockets 12.0 requires Python ≥ 3.8.

websockets 11.0 is the last version supporting Python 3.7.

Improvements

Made convenience imports from websockets compatible with static code analysis tools such as auto-completion in an IDE or type checking with mypy.
Accepted a plain :class:`int` where an :class:`~http.HTTPStatus` is expected.
Added :class:`~frames.CloseCode`.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/www/py-websockets/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/py-websockets/PLIST
cvs rdiff -u -r1.17 -r1.18 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.19 pkgsrc/www/py-websockets/Makefile:1.20
--- pkgsrc/www/py-websockets/Makefile:1.19      Tue May 16 22:48:21 2023
+++ pkgsrc/www/py-websockets/Makefile   Fri Oct 27 09:06:02 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2023/05/16 22:48:21 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2023/10/27 09:06:02 adam Exp $
 
-DISTNAME=      websockets-11.0.3
+DISTNAME=      websockets-12.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=w/websockets/}

Index: pkgsrc/www/py-websockets/PLIST
diff -u pkgsrc/www/py-websockets/PLIST:1.12 pkgsrc/www/py-websockets/PLIST:1.13
--- pkgsrc/www/py-websockets/PLIST:1.12 Tue May 16 22:48:21 2023
+++ pkgsrc/www/py-websockets/PLIST      Fri Oct 27 09:06:02 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2023/05/16 22:48:21 wiz Exp $
+@comment $NetBSD: PLIST,v 1.13 2023/10/27 09:06:02 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -96,9 +96,6 @@ ${PYSITELIB}/websockets/sync/__init__.py
 ${PYSITELIB}/websockets/sync/client.py
 ${PYSITELIB}/websockets/sync/client.pyc
 ${PYSITELIB}/websockets/sync/client.pyo
-${PYSITELIB}/websockets/sync/compatibility.py
-${PYSITELIB}/websockets/sync/compatibility.pyc
-${PYSITELIB}/websockets/sync/compatibility.pyo
 ${PYSITELIB}/websockets/sync/connection.py
 ${PYSITELIB}/websockets/sync/connection.pyc
 ${PYSITELIB}/websockets/sync/connection.pyo

Index: pkgsrc/www/py-websockets/distinfo
diff -u pkgsrc/www/py-websockets/distinfo:1.17 pkgsrc/www/py-websockets/distinfo:1.18
--- pkgsrc/www/py-websockets/distinfo:1.17      Tue May 16 22:48:21 2023
+++ pkgsrc/www/py-websockets/distinfo   Fri Oct 27 09:06:02 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2023/05/16 22:48:21 wiz Exp $
+$NetBSD: distinfo,v 1.18 2023/10/27 09:06:02 adam Exp $
 
-BLAKE2s (websockets-11.0.3.tar.gz) = 8c2bd7262ad117f6f391d8973c4c0a47d6d05bba29f1e492008b3d9c8fef47c1
-SHA512 (websockets-11.0.3.tar.gz) = 7c08b8ca84d91a57fc9a5324b51b1c1e68b98c85c6e5d2599211a72afee7fa553ad53fdbb1a776cd0bce792df54f1a956ed27f1b797324437dbec9e5c0bc4feb
-Size (websockets-11.0.3.tar.gz) = 104235 bytes
+BLAKE2s (websockets-12.0.tar.gz) = 279ea3f36456a8d7db095afa6b35507870bb149b7783f729e70d7eeeb0e07ce4
+SHA512 (websockets-12.0.tar.gz) = f8f15440d31caafdebebc9b72328ccec54b0cbd42f21bf24ba7d7b141e7e29ebe9da1d50e2890c45a860b4cba36796fc99a281f75a00dc11d84890a39316b0fb
+Size (websockets-12.0.tar.gz) = 104994 bytes



Home | Main Index | Thread Index | Old Index