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:   wiz
Date:           Sun Aug 30 15:45:05 UTC 2026

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

Log Message:
py-websockets: update to 17.1.

17.1

New features

    Added support for reconnecting automatically by using :func:`~sync.client.reconnect` as an iterator to the :mod:`threading` implementation.
    :func:`~sync.client.connect` now follows redirects in the :mod:`threading` implementation.
    :func:`~sync.client.connect` can connect to another host and port than those specified in the URI in the :mod:`threading` implementation.

Improvements

    Connections are now garbage collected immediately once closed.
    :func:`~sync.client.unix_connect` and :func:`~sync.server.unix_serve` now accept path-like objects, such as :class:`pathlib.Path`, in the path argument.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/www/py-websockets/Makefile
cvs rdiff -u -r1.30 -r1.31 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.37 pkgsrc/www/py-websockets/Makefile:1.38
--- pkgsrc/www/py-websockets/Makefile:1.37      Mon Aug  3 17:58:08 2026
+++ pkgsrc/www/py-websockets/Makefile   Sun Aug 30 15:45:04 2026
@@ -1,6 +1,8 @@
-# $NetBSD: Makefile,v 1.37 2026/08/03 17:58:08 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2026/08/30 15:45:04 wiz Exp $
+#
+# https://github.com/python-websockets/websockets/blob/main/docs/project/changelog.rst
 
-DISTNAME=      websockets-17.0.1
+DISTNAME=      websockets-17.1
 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.30 pkgsrc/www/py-websockets/distinfo:1.31
--- pkgsrc/www/py-websockets/distinfo:1.30      Mon Aug  3 17:58:08 2026
+++ pkgsrc/www/py-websockets/distinfo   Sun Aug 30 15:45:04 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.30 2026/08/03 17:58:08 wiz Exp $
+$NetBSD: distinfo,v 1.31 2026/08/30 15:45:04 wiz Exp $
 
-BLAKE2s (websockets-17.0.1.tar.gz) = a006e8bbe3329496d2207b3198a59da609105a281651be48a8b3be6c9c9f3c0e
-SHA512 (websockets-17.0.1.tar.gz) = 80a16ea0f0d47637ebd7ee9821336ae981d1827ae2f4fcfa789bd8edd7b4016a0ed97f01d9139e4e2fef8cdd97f52a476afd841fee24e69a3f761790fb79298c
-Size (websockets-17.0.1.tar.gz) = 183298 bytes
+BLAKE2s (websockets-17.1.tar.gz) = 42e89a2fccce318c4b83fdc7cd1eae19f6eaae39a6fcafb4443a580a415c218d
+SHA512 (websockets-17.1.tar.gz) = 8e86d8befb0727b377100a37b99e3ffed387c272fda955d008f63404d9fab3d6b716e2b6db3fa6cb610da8f624e75c9933c196c6c084243d4507dbbbce149bbc
+Size (websockets-17.1.tar.gz) = 187520 bytes



Home | Main Index | Thread Index | Old Index