mirror of
https://github.com/openwrt/packages.git
synced 2026-06-13 17:11:32 +08:00
python-websockets: bump to 16.0, add test.sh
Major version bump from 11.0.3 to 16.0. The legacy API (websockets.legacy.*) was removed in 14.0; the current public API (connect/serve in websockets.asyncio.*) is stable and backward-compatible since 12.0. Add test.sh that verifies core imports (frames, http11, datastructures). Changelog: https://websockets.readthedocs.io/en/stable/changelog.html Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
This commit is contained in:
committed by
Alexandru Ardelean
parent
8ec35e12a8
commit
026041601b
@@ -8,11 +8,11 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=python-websockets
|
||||
PKG_VERSION:=11.0.3
|
||||
PKG_VERSION:=16.0
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PYPI_NAME:=websockets
|
||||
PKG_HASH:=88fc51d9a26b10fc331be344f1781224a375b78488fc343620184e95a4b27016
|
||||
PKG_HASH:=5f6261a5e56e8d5c42a4497b364ea24d94d9563e8fbd44e78ac40879c60179b5
|
||||
|
||||
PKG_MAINTAINER:=Michal Vasilek <michal.vasilek@nic.cz>
|
||||
PKG_LICENSE:=BSD-3-Clause
|
||||
|
||||
Reference in New Issue
Block a user