diff options
author | adam <adam@pkgsrc.org> | 2022-11-27 09:55:37 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-11-27 09:55:37 +0000 |
commit | 7995f704c1d7b291898def257a372a1f1bbbe632 (patch) | |
tree | 87095fd42c9b63ea727ba36f9f033da765a61961 /www/py-wsproto | |
parent | 53e330483ec4ecd99fb27217868c6970c746b707 (diff) | |
download | pkgsrc-7995f704c1d7b291898def257a372a1f1bbbe632.tar.gz |
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 (limited to 'www/py-wsproto')
-rw-r--r-- | www/py-wsproto/Makefile | 5 | ||||
-rw-r--r-- | www/py-wsproto/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/www/py-wsproto/Makefile b/www/py-wsproto/Makefile index fb3161e8238..bc962c3ef90 100644 --- a/www/py-wsproto/Makefile +++ b/www/py-wsproto/Makefile @@ -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 --git a/www/py-wsproto/distinfo b/www/py-wsproto/distinfo index c8025c42907..58180605af0 100644 --- a/www/py-wsproto/distinfo +++ b/www/py-wsproto/distinfo @@ -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 |