mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 19:02:57 +02:00
python3-uvicorn: update to 0.34.2
This commit is contained in:
parent
7177ff888f
commit
9b5274553e
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-uvicorn'
|
# Template file for 'python3-uvicorn'
|
||||||
pkgname=python3-uvicorn
|
pkgname=python3-uvicorn
|
||||||
version=0.30.6
|
version=0.34.2
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="hatchling"
|
hostmakedepends="hatchling"
|
||||||
depends="python3-asgiref python3-uvloop python3-click python3-h11"
|
depends="python3-asgiref python3-uvloop python3-click python3-h11"
|
||||||
|
@ -11,7 +11,7 @@ license="BSD-3-Clause"
|
||||||
homepage="https://www.uvicorn.org/"
|
homepage="https://www.uvicorn.org/"
|
||||||
changelog="https://github.com/encode/uvicorn/blob/master/CHANGELOG.md"
|
changelog="https://github.com/encode/uvicorn/blob/master/CHANGELOG.md"
|
||||||
distfiles="${PYPI_SITE}/u/uvicorn/uvicorn-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/u/uvicorn/uvicorn-${version}.tar.gz"
|
||||||
checksum=4b15decdda1e72be08209e860a1e10e92439ad5b97cf44cc945fcbee66fc5788
|
checksum=0e929828f6186353a80b58ea719861d2629d766293b6d19baf086ba31d4f3328
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.md
|
vlicense LICENSE.md
|
||||||
|
|
Loading…
Add table
Reference in a new issue