pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/py-wsproto py-wsproto: updated to 1.2.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/f11fcda7e446
branches: trunk
changeset: 388881:f11fcda7e446
user: adam <adam%pkgsrc.org@localhost>
date: Sun Nov 27 09:55:37 2022 +0000
description:
py-wsproto: updated to 1.2.0
1.2.0 (2022-08-23)
------------------
- Bugfix: When a close frame with status NO_STATUS_RCVD is sent, send
and empty payload.
- Bugfix: Changing both encoding and decoding of the Host, from ascii
to idna.
- Bugfix: Support multiple Sec-WebSocket-Extensions and
Sec-WebSocket-Protocol headers.
- Accept bytes alongside string as path argument in
initiate_upgrade_connection.
- Check the state when sending events, raising if the event cannot be
sent in the current state.
- Send an empty payload for NO_STATUS_RCVD.
1.1.0 (2022-02-27)
------------------
- Added support for Python 3.10.
- Drop support for Python 3.6, meaning the minimum supported version
is Python 3.7.0.
- Various type checking and code linting improvements.
diffstat:
www/py-wsproto/Makefile | 5 ++---
www/py-wsproto/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r 3d4af2bae55f -r f11fcda7e446 www/py-wsproto/Makefile
--- a/www/py-wsproto/Makefile Sun Nov 27 09:26:58 2022 +0000
+++ b/www/py-wsproto/Makefile Sun Nov 27 09:55:37 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2022/01/04 20:55:38 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2022/11/27 09:55:37 adam Exp $
-DISTNAME= wsproto-1.0.0
+DISTNAME= wsproto-1.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=w/wsproto/}
diff -r 3d4af2bae55f -r f11fcda7e446 www/py-wsproto/distinfo
--- a/www/py-wsproto/distinfo Sun Nov 27 09:26:58 2022 +0000
+++ b/www/py-wsproto/distinfo Sun Nov 27 09:55:37 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 11:30:51 nia Exp $
+$NetBSD: distinfo,v 1.8 2022/11/27 09:55:37 adam Exp $
-BLAKE2s (wsproto-1.0.0.tar.gz) = c716bc60645fe0fd8586849b15e861557ab90ecde5e5e3940cea4f222c9158ba
-SHA512 (wsproto-1.0.0.tar.gz) = 36f8c4eebf84bfe869f7124330898d22416b423f47396f2e3f72069e14f1763514e1df700c3e8ee81467cf973197e10143e088978d0688930fa98518af8773fb
-Size (wsproto-1.0.0.tar.gz) = 53423 bytes
+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
Home |
Main Index |
Thread Index |
Old Index