python3-websockets: update to 9.1.
This commit is contained in:
parent
5b18393600
commit
0be2b84da9
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-websockets'
|
# Template file for 'python3-websockets'
|
||||||
pkgname=python3-websockets
|
pkgname=python3-websockets
|
||||||
version=9.0.2
|
version=9.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname#python3-}-${version}"
|
wrksrc="${pkgname#python3-}-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
@ -11,8 +11,9 @@ short_desc="Library for building WebSocket clients and servers in Python"
|
||||||
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://websockets.readthedocs.io/en/stable/"
|
homepage="https://websockets.readthedocs.io/en/stable/"
|
||||||
|
changelog="https://websockets.readthedocs.io/en/stable/changelog.html"
|
||||||
distfiles="${PYPI_SITE}/w/websockets/websockets-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/w/websockets/websockets-${version}.tar.gz"
|
||||||
checksum=6550ecf06e39b7b009605d332dc58b04f3f6f8fe087d452bb2ea4712fbbdcbe6
|
checksum=276d2339ebf0df4f45df453923ebd2270b87900eda5dfd4a6b0cfa15f82111c3
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue