Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/python3-uvicorn/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'python3-uvicorn'
pkgname=python3-uvicorn
version=0.40.0
version=0.42.0
revision=1
build_style=python3-pep517
hostmakedepends="hatchling"
Expand All @@ -11,7 +11,7 @@ license="BSD-3-Clause"
homepage="https://www.uvicorn.org/"
changelog="https://raw.githubusercontent.com/encode/uvicorn/refs/heads/master/docs/release-notes.md"
distfiles="${PYPI_SITE}/u/uvicorn/uvicorn-${version}.tar.gz"
checksum=839676675e87e73694518b5574fd0f24c9d97b46bea16df7b8c05ea1a51071ea
checksum=9b1f190ce15a2dd22e7758651d9b6d12df09a13d51ba5bf4fc33c383a48e1775

post_install() {
vlicense LICENSE.md
Expand Down