pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/py-gunicorn py-gunicorn: updated to 20.0.2
details: https://anonhg.NetBSD.org/pkgsrc/rev/aaefa0403787
branches: trunk
changeset: 405184:aaefa0403787
user: adam <adam%pkgsrc.org@localhost>
date: Sun Nov 24 11:29:54 2019 +0000
description:
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:
www/py-gunicorn/Makefile | 4 ++--
www/py-gunicorn/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r c43703559ff3 -r aaefa0403787 www/py-gunicorn/Makefile
--- a/www/py-gunicorn/Makefile Sun Nov 24 09:23:13 2019 +0000
+++ b/www/py-gunicorn/Makefile Sun Nov 24 11:29:54 2019 +0000
@@ -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 -r c43703559ff3 -r aaefa0403787 www/py-gunicorn/distinfo
--- a/www/py-gunicorn/distinfo Sun Nov 24 09:23:13 2019 +0000
+++ b/www/py-gunicorn/distinfo Sun Nov 24 11:29:54 2019 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index