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:           Sun Jan  3 10:06:54 UTC 2021

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

Log Message:
py-uvicorn: updated to 0.13.3

0.13.3

Fixed

Prevent swallowing of return codes from subprocess when running with Gunicorn by properly resetting signals.
Tweak detection of app factories to be more robust. A warning is now logged when passing a factory without the --factory flag.
Properly clean tasks when handshake is aborted when running with --ws websockets.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/py-uvicorn/Makefile
cvs rdiff -u -r1.15 -r1.16 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.16 pkgsrc/www/py-uvicorn/Makefile:1.17
--- pkgsrc/www/py-uvicorn/Makefile:1.16 Mon Dec 21 09:39:35 2020
+++ pkgsrc/www/py-uvicorn/Makefile      Sun Jan  3 10:06:54 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2020/12/21 09:39:35 adam Exp $
+# $NetBSD: Makefile,v 1.17 2021/01/03 10:06:54 adam Exp $
 
-DISTNAME=      uvicorn-0.13.2
+DISTNAME=      uvicorn-0.13.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.15 pkgsrc/www/py-uvicorn/distinfo:1.16
--- pkgsrc/www/py-uvicorn/distinfo:1.15 Mon Dec 21 09:39:35 2020
+++ pkgsrc/www/py-uvicorn/distinfo      Sun Jan  3 10:06:54 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2020/12/21 09:39:35 adam Exp $
+$NetBSD: distinfo,v 1.16 2021/01/03 10:06:54 adam Exp $
 
-SHA1 (uvicorn-0.13.2.tar.gz) = 0e5d0e0c75cb1ce33a7f07a729ae631d4eab8488
-RMD160 (uvicorn-0.13.2.tar.gz) = a89083302964598ca08ffdf64dc7f6589d808238
-SHA512 (uvicorn-0.13.2.tar.gz) = 769e9e19a1239c180734bd95ea944822b15db99d9a83c841ec816a01a362fc83e247fb06a21b7647e44a422a03534f299f92252e21ef991494b5be4f11fcee69
-Size (uvicorn-0.13.2.tar.gz) = 32024 bytes
+SHA1 (uvicorn-0.13.3.tar.gz) = 92debe1247f57feb87fbef70208ca6423099472b
+RMD160 (uvicorn-0.13.3.tar.gz) = 1436ad825c05b2161341ff906b6101a125f1a1a4
+SHA512 (uvicorn-0.13.3.tar.gz) = 57d77effad26feb08b9dcde4725f2769e885457b02e8e176b9ac806e49e7070e1428cda2f2ecb594d68a773e6481d534a39b3eeff4ea03531b6f866b8e1737d5
+Size (uvicorn-0.13.3.tar.gz) = 32165 bytes



Home | Main Index | Thread Index | Old Index