pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-uvicorn



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Jun  6 06:36:43 UTC 2026

Modified Files:
        pkgsrc/www/py-uvicorn: Makefile distinfo

Log Message:
py-uvicorn: updated to 0.49.0

0.49.0

Bump httptools minimum version to 0.8.0
Consume duplicate forwarding headers in ProxyHeadersMiddleware (reverses the 0.48.0 behavior of ignoring them)


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 pkgsrc/www/py-uvicorn/Makefile
cvs rdiff -u -r1.56 -r1.57 pkgsrc/www/py-uvicorn/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-uvicorn/Makefile
diff -u pkgsrc/www/py-uvicorn/Makefile:1.64 pkgsrc/www/py-uvicorn/Makefile:1.65
--- pkgsrc/www/py-uvicorn/Makefile:1.64 Tue May 26 08:58:52 2026
+++ pkgsrc/www/py-uvicorn/Makefile      Sat Jun  6 06:36:42 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.64 2026/05/26 08:58:52 adam Exp $
+# $NetBSD: Makefile,v 1.65 2026/06/06 06:36:42 adam Exp $
 
-DISTNAME=      uvicorn-0.48.0
+DISTNAME=      uvicorn-0.49.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=u/uvicorn/}
@@ -15,7 +15,7 @@ DEPENDS+=     ${PYPKGPREFIX}-click>=7.0:../.
 DEPENDS+=      ${PYPKGPREFIX}-h11>=0.8:../../www/py-h11
 # standard
 DEPENDS+=      ${PYPKGPREFIX}-dotenv>=0.13:../../devel/py-dotenv
-DEPENDS+=      ${PYPKGPREFIX}-httptools>=0.6.3:../../www/py-httptools
+DEPENDS+=      ${PYPKGPREFIX}-httptools>=0.8.0:../../www/py-httptools
 DEPENDS+=      ${PYPKGPREFIX}-uvloop>=0.15.2:../../devel/py-uvloop
 DEPENDS+=      ${PYPKGPREFIX}-watchfiles>=0.20:../../misc/py-watchfiles
 DEPENDS+=      ${PYPKGPREFIX}-websockets>=10.4:../../www/py-websockets

Index: pkgsrc/www/py-uvicorn/distinfo
diff -u pkgsrc/www/py-uvicorn/distinfo:1.56 pkgsrc/www/py-uvicorn/distinfo:1.57
--- pkgsrc/www/py-uvicorn/distinfo:1.56 Tue May 26 08:58:52 2026
+++ pkgsrc/www/py-uvicorn/distinfo      Sat Jun  6 06:36:42 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.56 2026/05/26 08:58:52 adam Exp $
+$NetBSD: distinfo,v 1.57 2026/06/06 06:36:42 adam Exp $
 
-BLAKE2s (uvicorn-0.48.0.tar.gz) = 1e7a3cfca79d7f834cecb7ac4361a4c36224c0f6fc0d15802493733b2f0cb5b9
-SHA512 (uvicorn-0.48.0.tar.gz) = 00215d19b95ff050ff60455e32aacc157950aa10062f11acfc50e919e58f67ed8bfe7d65a5fe57f63e46e1bfb854637436557e94b120bf1567d374bf2c42f9ae
-Size (uvicorn-0.48.0.tar.gz) = 91074 bytes
+BLAKE2s (uvicorn-0.49.0.tar.gz) = 3426b7b1785359075d476f7865a42a82c65223503a8a4ee587328a9636eaa366
+SHA512 (uvicorn-0.49.0.tar.gz) = 7aa56da2baa5f2aebee97a3ebb94f77bef68e4f160657c6ace770bd43c92d66234a2d7d692ff3bc2809a8f8149904ef38692b81f7ff08df8a5b765d4a47bd586
+Size (uvicorn-0.49.0.tar.gz) = 91284 bytes



Home | Main Index | Thread Index | Old Index