diff options
author | adam <adam@pkgsrc.org> | 2019-11-24 11:29:54 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-11-24 11:29:54 +0000 |
commit | d6e71e13f503c6e25407c97ae08863c430d482bc (patch) | |
tree | 5539e50651aa776ea9711ecffd3c22022a9730ee /www | |
parent | 0bf94215cdd422ab14e80d002160129b70250ddf (diff) | |
download | pkgsrc-d6e71e13f503c6e25407c97ae08863c430d482bc.tar.gz |
py-gunicorn: updated to 20.0.2
20.0.2:
fix changelog
20.0.1:
fixed the way the config module is loaded. __file__ is now available
fixed wsgi.input_terminated. It is always true.
use the highest protocol version of openssl by default
only support Python >= 3.5
added __repr__ method to Config instance
fixed support of AIX platform and musl libc in socketfromfd.fromfd function
fixed support of applications loaded from a factory function
fixed chunked encoding support to prevent any request smuggling
Capture os.sendfile before patching in gevent and eventlet workers. fix RecursionError.
removed locking in reloader when adding new files
load the WSGI application before the loader to pick up all files
Diffstat (limited to 'www')
-rw-r--r-- | www/py-gunicorn/Makefile | 4 | ||||
-rw-r--r-- | www/py-gunicorn/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/py-gunicorn/Makefile b/www/py-gunicorn/Makefile index 2d07bb7ea1f..3e3ee846f4f 100644 --- a/www/py-gunicorn/Makefile +++ b/www/py-gunicorn/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2019/11/20 11:32:32 adam Exp $ +# $NetBSD: Makefile,v 1.17 2019/11/24 11:29:54 adam Exp $ -DISTNAME= gunicorn-20.0.0 +DISTNAME= gunicorn-20.0.2 CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=g/gunicorn/} PKGNAME= ${PYPKGPREFIX}-${DISTNAME} diff --git a/www/py-gunicorn/distinfo b/www/py-gunicorn/distinfo index d2896fe5de3..0a4a3e30b42 100644 --- a/www/py-gunicorn/distinfo +++ b/www/py-gunicorn/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2019/11/20 11:32:32 adam Exp $ +$NetBSD: distinfo,v 1.11 2019/11/24 11:29:54 adam Exp $ -SHA1 (gunicorn-20.0.0.tar.gz) = 8839f7fa7572307c7bdede42ecc545bea9d162b6 -RMD160 (gunicorn-20.0.0.tar.gz) = ac2c011b6aaec6f598514f18f18065552d1974c3 -SHA512 (gunicorn-20.0.0.tar.gz) = 2b68af60d09f1770a0aa503ba459f9be83ca9495da50c95008ab07ccffafeca9189d48cf0150eed500ba2c5f773a7a8d9de0960ebab421558336585f9b7df3ed -Size (gunicorn-20.0.0.tar.gz) = 363029 bytes +SHA1 (gunicorn-20.0.2.tar.gz) = 23a31f6e71de9e27714b1bcd6c4f9fc5fef3498e +RMD160 (gunicorn-20.0.2.tar.gz) = 03984934c373761e58175ac9503beb41b26536a4 +SHA512 (gunicorn-20.0.2.tar.gz) = 77d4249495a833b34b0f7bc9515a3c771e101247fb7d73640ba7a6edef1df6c5193118efcb546094846eeb55b7ae4ede30fba6709e70c4e15aeac0cc36a1a32d +Size (gunicorn-20.0.2.tar.gz) = 374781 bytes |