pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-wsproto
Module Name: pkgsrc
Committed By: adam
Date: Wed Nov 12 11:29:17 UTC 2025
Modified Files:
pkgsrc/www/py-wsproto: Makefile distinfo
Log Message:
py-wsproto: updated to 1.3.0
1.3.0 (2025-11-11)
- Require h11>=0.16 dependency.
- Fix "Upgrade" header value to match RFC.
- Add reason "Switching Protocols" to handshake response.
- Add docs for `wsproto.Connection`
- Add support for Python 3.12, 3.13, and 3.14.
- Drop support for Python 3.7, 3.8, and 3.9.
- Improve Python typing, specifically bytes vs. bytearray.
- Various linting, styling, and packaging improvements.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/py-wsproto/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/py-wsproto/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-wsproto/Makefile
diff -u pkgsrc/www/py-wsproto/Makefile:1.11 pkgsrc/www/py-wsproto/Makefile:1.12
--- pkgsrc/www/py-wsproto/Makefile:1.11 Mon Apr 14 20:28:04 2025
+++ pkgsrc/www/py-wsproto/Makefile Wed Nov 12 11:29:17 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2025/04/14 20:28:04 adam Exp $
+# $NetBSD: Makefile,v 1.12 2025/11/12 11:29:17 adam Exp $
-DISTNAME= wsproto-1.2.0
+DISTNAME= wsproto-1.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 2
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=w/wsproto/}
@@ -12,7 +11,7 @@ COMMENT= Pure Python, pure state-machine
LICENSE= mit
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
-DEPENDS+= ${PYPKGPREFIX}-h11>=0.9.0:../../www/py-h11
+DEPENDS+= ${PYPKGPREFIX}-h11>=0.16.0:../../www/py-h11
USE_LANGUAGES= # none
Index: pkgsrc/www/py-wsproto/distinfo
diff -u pkgsrc/www/py-wsproto/distinfo:1.8 pkgsrc/www/py-wsproto/distinfo:1.9
--- pkgsrc/www/py-wsproto/distinfo:1.8 Sun Nov 27 09:55:37 2022
+++ pkgsrc/www/py-wsproto/distinfo Wed Nov 12 11:29:17 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2022/11/27 09:55:37 adam Exp $
+$NetBSD: distinfo,v 1.9 2025/11/12 11:29:17 adam Exp $
-BLAKE2s (wsproto-1.2.0.tar.gz) = 8c34cee70f2ef78a0c822cf0695464435f23aed94422dd6f3851a59aa38fc59a
-SHA512 (wsproto-1.2.0.tar.gz) = 43270687a1cfb5f35423c527de5b9db7ee2ddf27d416f47358386c1c94dc3f836a601f300bf66441c4b90130e6e6f502fb29dfeb2374dd76aefa19cfbb70a372
-Size (wsproto-1.2.0.tar.gz) = 53425 bytes
+BLAKE2s (wsproto-1.3.0.tar.gz) = 59d1620535079aa941c261f91b539ac61d4a36eb537ddce6142af964a4af2e9c
+SHA512 (wsproto-1.3.0.tar.gz) = 9a954eeb51f317aafd256483fc05255c470a99d8bc898f6377c60b828a2bd4c84be299995a03ac6cd36dc2efcea79e5a3ed36f5eb90086322de5c5ab1a260346
+Size (wsproto-1.3.0.tar.gz) = 49977 bytes
Home |
Main Index |
Thread Index |
Old Index