mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
python3-uvicorn: update to 0.35.0
This commit is contained in:
parent
0bdbd75bc5
commit
8245f44b8e
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-uvicorn'
|
# Template file for 'python3-uvicorn'
|
||||||
pkgname=python3-uvicorn
|
pkgname=python3-uvicorn
|
||||||
version=0.34.2
|
version=0.35.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="hatchling"
|
hostmakedepends="hatchling"
|
||||||
|
@ -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=0e929828f6186353a80b58ea719861d2629d766293b6d19baf086ba31d4f3328
|
checksum=bc662f087f7cf2ce11a1d7fd70b90c9f98ef2e2831556dd078d131b96cc94a01
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.md
|
vlicense LICENSE.md
|
||||||
|
|
Loading…
Add table
Reference in a new issue