python3-uvicorn: update to 0.29.0
This commit is contained in:
parent
ae0e20650f
commit
1994c979b5
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-uvicorn'
|
||||
pkgname=python3-uvicorn
|
||||
version=0.28.0
|
||||
version=0.29.0
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="hatchling"
|
||||
|
@ -11,7 +11,7 @@ license="BSD-3-Clause"
|
|||
homepage="https://www.uvicorn.org/"
|
||||
changelog="https://github.com/encode/uvicorn/blob/master/CHANGELOG.md"
|
||||
distfiles="${PYPI_SITE}/u/uvicorn/uvicorn-${version}.tar.gz"
|
||||
checksum=cab4473b5d1eaeb5a0f6375ac4bc85007ffc75c3cc1768816d9e5d589857b067
|
||||
checksum=6a69214c0b6a087462412670b3ef21224fa48cae0e452b5883e8e8bdfdd11dd0
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.md
|
||||
|
|
Loading…
Reference in New Issue