Tue Nov 26 12:37:18 2019 UTC ()
py-gunicorn: updated to 20.0.3

20.0.3:
- fixed load of a config file without a Python extension
- fixed `socketfromfd.fromfd` when defaults are not set
we now warn when we load a config file without Python Extension


(adam)
diff -r1.17 -r1.18 pkgsrc/www/py-gunicorn/Makefile
diff -r1.11 -r1.12 pkgsrc/www/py-gunicorn/distinfo

cvs diff -r1.17 -r1.18 pkgsrc/www/py-gunicorn/Makefile (expand / switch to unified diff)

--- pkgsrc/www/py-gunicorn/Makefile 2019/11/24 11:29:54 1.17
+++ pkgsrc/www/py-gunicorn/Makefile 2019/11/26 12:37:18 1.18
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.17 2019/11/24 11:29:54 adam Exp $ 1# $NetBSD: Makefile,v 1.18 2019/11/26 12:37:18 adam Exp $
2 2
3DISTNAME= gunicorn-20.0.2 3DISTNAME= gunicorn-20.0.3
4CATEGORIES= www python 4CATEGORIES= www python
5MASTER_SITES= ${MASTER_SITE_PYPI:=g/gunicorn/} 5MASTER_SITES= ${MASTER_SITE_PYPI:=g/gunicorn/}
6PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 6PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
7 7
8MAINTAINER= gls@NetBSD.org 8MAINTAINER= gls@NetBSD.org
9HOMEPAGE= https://gunicorn.org/ 9HOMEPAGE= https://gunicorn.org/
10COMMENT= Python WSGI HTTP server 10COMMENT= Python WSGI HTTP server
11LICENSE= mit 11LICENSE= mit
12 12
13TEST_DEPENDS+= ${PYPKGPREFIX}-test>=3.0.5:../../devel/py-test 13TEST_DEPENDS+= ${PYPKGPREFIX}-test>=3.0.5:../../devel/py-test
14TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=2.4.0:../../devel/py-test-cov 14TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=2.4.0:../../devel/py-test-cov
15 15
16USE_LANGUAGES= # none 16USE_LANGUAGES= # none

cvs diff -r1.11 -r1.12 pkgsrc/www/py-gunicorn/distinfo (expand / switch to unified diff)

--- pkgsrc/www/py-gunicorn/distinfo 2019/11/24 11:29:54 1.11
+++ pkgsrc/www/py-gunicorn/distinfo 2019/11/26 12:37:18 1.12
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.11 2019/11/24 11:29:54 adam Exp $ 1$NetBSD: distinfo,v 1.12 2019/11/26 12:37:18 adam Exp $
2 2
3SHA1 (gunicorn-20.0.2.tar.gz) = 23a31f6e71de9e27714b1bcd6c4f9fc5fef3498e 3SHA1 (gunicorn-20.0.3.tar.gz) = c19d9c5d1c8b9e3a69ef4b17915ae34106246465
4RMD160 (gunicorn-20.0.2.tar.gz) = 03984934c373761e58175ac9503beb41b26536a4 4RMD160 (gunicorn-20.0.3.tar.gz) = 3c31dd821e3eb0e64fade53cfed7e37769f2c409
5SHA512 (gunicorn-20.0.2.tar.gz) = 77d4249495a833b34b0f7bc9515a3c771e101247fb7d73640ba7a6edef1df6c5193118efcb546094846eeb55b7ae4ede30fba6709e70c4e15aeac0cc36a1a32d 5SHA512 (gunicorn-20.0.3.tar.gz) = 72c13d934673ea4757bee5c74d1e26739c1c1ed9c488875539e65983efb3dcc4d708ec78f4ded699437b39202c63f212b49d34deb371c6d9c7882dfefbbe96c5
6Size (gunicorn-20.0.2.tar.gz) = 374781 bytes 6Size (gunicorn-20.0.3.tar.gz) = 375511 bytes