From 56e8034504ff5b65d3ea4c29faa5654524dc6422 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Wed, 23 Jul 2025 15:01:47 +0200 Subject: [PATCH] python3-uvicorn: update to 0.35.0 --- srcpkgs/python3-uvicorn/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-uvicorn/template b/srcpkgs/python3-uvicorn/template index c08cb38719c..3507c1dfd1d 100644 --- a/srcpkgs/python3-uvicorn/template +++ b/srcpkgs/python3-uvicorn/template @@ -1,6 +1,6 @@ # Template file for 'python3-uvicorn' pkgname=python3-uvicorn -version=0.34.2 +version=0.35.0 revision=1 build_style=python3-pep517 hostmakedepends="hatchling" @@ -9,9 +9,9 @@ short_desc="ASGI web server" maintainer="Emil Miler " license="BSD-3-Clause" homepage="https://www.uvicorn.org/" -changelog="https://github.com/encode/uvicorn/blob/master/CHANGELOG.md" +changelog="https://raw.githubusercontent.com/encode/uvicorn/refs/heads/master/docs/release-notes.md" distfiles="${PYPI_SITE}/u/uvicorn/uvicorn-${version}.tar.gz" -checksum=0e929828f6186353a80b58ea719861d2629d766293b6d19baf086ba31d4f3328 +checksum=bc662f087f7cf2ce11a1d7fd70b90c9f98ef2e2831556dd078d131b96cc94a01 post_install() { vlicense LICENSE.md