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 Jul 20 12:24:25 UTC 2024

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

Log Message:
py-uvicorn: updated to 0.30.3

0.30.3 (2024-07-20)

Fixed

Suppress KeyboardInterrupt from CLI and programmatic usage
ClientDisconnect inherits from OSError instead of IOError

0.30.2 (2024-07-20)

Added

Add reason support to websocket.disconnect event

Fixed

Iterate subprocesses in-place on the process manager


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/www/py-uvicorn/Makefile
cvs rdiff -u -r1.36 -r1.37 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.42 pkgsrc/www/py-uvicorn/Makefile:1.43
--- pkgsrc/www/py-uvicorn/Makefile:1.42 Wed Jun  5 08:09:16 2024
+++ pkgsrc/www/py-uvicorn/Makefile      Sat Jul 20 12:24:25 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.42 2024/06/05 08:09:16 adam Exp $
+# $NetBSD: Makefile,v 1.43 2024/07/20 12:24:25 adam Exp $
 
-DISTNAME=      uvicorn-0.30.1
+DISTNAME=      uvicorn-0.30.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=u/uvicorn/}

Index: pkgsrc/www/py-uvicorn/distinfo
diff -u pkgsrc/www/py-uvicorn/distinfo:1.36 pkgsrc/www/py-uvicorn/distinfo:1.37
--- pkgsrc/www/py-uvicorn/distinfo:1.36 Wed Jun  5 08:09:16 2024
+++ pkgsrc/www/py-uvicorn/distinfo      Sat Jul 20 12:24:25 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.36 2024/06/05 08:09:16 adam Exp $
+$NetBSD: distinfo,v 1.37 2024/07/20 12:24:25 adam Exp $
 
-BLAKE2s (uvicorn-0.30.1.tar.gz) = 1e1dc5de427f84a30b4167dac09ea285e45f9f34f98486d7229ed0d441ba3164
-SHA512 (uvicorn-0.30.1.tar.gz) = c324ec20c845c8ebd2da9aa269766d17ebf12dc4f03b0a5f9888c92eaf864925ebb097d369a68191ce380dc7703170ac0ac7483fd707e64ae7ef4dc343a96f5f
-Size (uvicorn-0.30.1.tar.gz) = 42572 bytes
+BLAKE2s (uvicorn-0.30.3.tar.gz) = 57c967c588a03be65aeea8fa3af59d247b5bae7a90059dc06803b80ede3da664
+SHA512 (uvicorn-0.30.3.tar.gz) = c9b94ffc4756dcd7c071847c1726338cf417b8c204815de97a54bc5a7a56ee974cfc7c577b724227cc49a8ebed5224d46a696917e06aea42ebd289a7f9eb1805
+Size (uvicorn-0.30.3.tar.gz) = 42762 bytes



Home | Main Index | Thread Index | Old Index