pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-uvicorn py-uvicorn: updated to 0.13.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3b3d9831714f
branches:  trunk
changeset: 444158:3b3d9831714f
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Jan 03 10:06:54 2021 +0000

description:
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.

diffstat:

 www/py-uvicorn/Makefile |   4 ++--
 www/py-uvicorn/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 9676cbcee709 -r 3b3d9831714f www/py-uvicorn/Makefile
--- a/www/py-uvicorn/Makefile   Sun Jan 03 10:05:08 2021 +0000
+++ b/www/py-uvicorn/Makefile   Sun Jan 03 10:06:54 2021 +0000
@@ -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/}
diff -r 9676cbcee709 -r 3b3d9831714f www/py-uvicorn/distinfo
--- a/www/py-uvicorn/distinfo   Sun Jan 03 10:05:08 2021 +0000
+++ b/www/py-uvicorn/distinfo   Sun Jan 03 10:06:54 2021 +0000
@@ -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