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: Sun Nov 27 09:55:37 UTC 2022
Modified Files:
pkgsrc/www/py-wsproto: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/py-wsproto/Makefile \
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.7 pkgsrc/www/py-wsproto/Makefile:1.8
--- pkgsrc/www/py-wsproto/Makefile:1.7 Tue Jan 4 20:55:38 2022
+++ pkgsrc/www/py-wsproto/Makefile Sun Nov 27 09:55:37 2022
@@ -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/}
Index: pkgsrc/www/py-wsproto/distinfo
diff -u pkgsrc/www/py-wsproto/distinfo:1.7 pkgsrc/www/py-wsproto/distinfo:1.8
--- pkgsrc/www/py-wsproto/distinfo:1.7 Tue Oct 26 11:30:51 2021
+++ pkgsrc/www/py-wsproto/distinfo Sun Nov 27 09:55:37 2022
@@ -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