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:           Tue Jul  1 08:09:46 UTC 2025

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

Log Message:
py-uvicorn: updated to 0.35.0

0.35.0

Added

Add WebSocketsSansIOProtocol

Changed

Refine help message for option --proxy-headers


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/www/py-uvicorn/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/py-uvicorn/PLIST
cvs rdiff -u -r1.45 -r1.46 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.51 pkgsrc/www/py-uvicorn/Makefile:1.52
--- pkgsrc/www/py-uvicorn/Makefile:1.51 Mon Jun  2 16:04:01 2025
+++ pkgsrc/www/py-uvicorn/Makefile      Tue Jul  1 08:09:46 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.51 2025/06/02 16:04:01 adam Exp $
+# $NetBSD: Makefile,v 1.52 2025/07/01 08:09:46 adam Exp $
 
-DISTNAME=      uvicorn-0.34.3
+DISTNAME=      uvicorn-0.35.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=u/uvicorn/}

Index: pkgsrc/www/py-uvicorn/PLIST
diff -u pkgsrc/www/py-uvicorn/PLIST:1.13 pkgsrc/www/py-uvicorn/PLIST:1.14
--- pkgsrc/www/py-uvicorn/PLIST:1.13    Tue Dec 31 09:56:42 2024
+++ pkgsrc/www/py-uvicorn/PLIST Tue Jul  1 08:09:46 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2024/12/31 09:56:42 adam Exp $
+@comment $NetBSD: PLIST,v 1.14 2025/07/01 08:09:46 adam Exp $
 bin/uvicorn-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -95,6 +95,9 @@ ${PYSITELIB}/uvicorn/protocols/websocket
 ${PYSITELIB}/uvicorn/protocols/websockets/websockets_impl.py
 ${PYSITELIB}/uvicorn/protocols/websockets/websockets_impl.pyc
 ${PYSITELIB}/uvicorn/protocols/websockets/websockets_impl.pyo
+${PYSITELIB}/uvicorn/protocols/websockets/websockets_sansio_impl.py
+${PYSITELIB}/uvicorn/protocols/websockets/websockets_sansio_impl.pyc
+${PYSITELIB}/uvicorn/protocols/websockets/websockets_sansio_impl.pyo
 ${PYSITELIB}/uvicorn/protocols/websockets/wsproto_impl.py
 ${PYSITELIB}/uvicorn/protocols/websockets/wsproto_impl.pyc
 ${PYSITELIB}/uvicorn/protocols/websockets/wsproto_impl.pyo

Index: pkgsrc/www/py-uvicorn/distinfo
diff -u pkgsrc/www/py-uvicorn/distinfo:1.45 pkgsrc/www/py-uvicorn/distinfo:1.46
--- pkgsrc/www/py-uvicorn/distinfo:1.45 Mon Jun  2 16:04:01 2025
+++ pkgsrc/www/py-uvicorn/distinfo      Tue Jul  1 08:09:46 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.45 2025/06/02 16:04:01 adam Exp $
+$NetBSD: distinfo,v 1.46 2025/07/01 08:09:46 adam Exp $
 
-BLAKE2s (uvicorn-0.34.3.tar.gz) = f5a46818e52ae08d86f2cd46e1c57998d8754b53b4bdfa098d4fda3c90330b52
-SHA512 (uvicorn-0.34.3.tar.gz) = f030fc7c6df9fa60a7a3bb5a79a3cdab3b0c883c7047e1e8e8411fd8e5e24f8f2b10895832bb0a1711c9be724f526570af034bcea4c6292ed446bafa86fa462c
-Size (uvicorn-0.34.3.tar.gz) = 76631 bytes
+BLAKE2s (uvicorn-0.35.0.tar.gz) = 136fd3d8f018548a0cef9c56bb2f4bfb972ac48bf182fa6660fa6d8b062d6638
+SHA512 (uvicorn-0.35.0.tar.gz) = 4c220866c5b0a899a8916da11c77e71fce514d70efb4d4d429005aeb33dc366926ee0892e571af1438d0937e019454378fc1528da968b836fd8bca8ebf6442df
+Size (uvicorn-0.35.0.tar.gz) = 78473 bytes



Home | Main Index | Thread Index | Old Index