summaryrefslogtreecommitdiff
path: root/www/py-gunicorn
diff options
context:
space:
mode:
authorgls <gls>2015-08-09 18:41:58 +0000
committergls <gls>2015-08-09 18:41:58 +0000
commit56d783d688b68d7f7836775e622483a00ec2ad96 (patch)
treef13454afb17e36f1f0d73006f4aff77d9872459d /www/py-gunicorn
parent209eb2d9e3de18ef17ca8289e66eda8ac2db7509 (diff)
downloadpkgsrc-56d783d688b68d7f7836775e622483a00ec2ad96.tar.gz
Update www/py-gunicorn to 19.3.0
Upstream changes: ----------------- 19.3.0 / 2015/03/06 Core fix: :issue:`978` make sure a listener is inheritable add check_config class method to workers fix: :issue:`983` fix select timeout in sync worker with multiple connections allows workers to access to the reloader. close :issue:`984` raise TypeError instead of AssertionError Logging make Logger.loglevel a class attribute Documentation fix: :issue:`988` fix syntax errors in examples/gunicorn_rc 19.2.1 / 2015/02/4 Logging expose loglevel in the Logger class AsyncIO worker (gaiohttp) fix :issue:`977` fix initial crash Documentation document security mailing-list in the contributing page.
Diffstat (limited to 'www/py-gunicorn')
-rw-r--r--www/py-gunicorn/Makefile4
-rw-r--r--www/py-gunicorn/PLIST14
-rw-r--r--www/py-gunicorn/distinfo8
3 files changed, 19 insertions, 7 deletions
diff --git a/www/py-gunicorn/Makefile b/www/py-gunicorn/Makefile
index 87da8721309..22382dcb32c 100644
--- a/www/py-gunicorn/Makefile
+++ b/www/py-gunicorn/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2014/08/13 20:27:09 gls Exp $
+# $NetBSD: Makefile,v 1.3 2015/08/09 18:41:58 gls Exp $
-DISTNAME= gunicorn-19.1.0
+DISTNAME= gunicorn-19.3.0
CATEGORIES= www
MASTER_SITES= https://pypi.python.org/packages/source/g/gunicorn/
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
diff --git a/www/py-gunicorn/PLIST b/www/py-gunicorn/PLIST
index 0b751f88862..6e88b2e512c 100644
--- a/www/py-gunicorn/PLIST
+++ b/www/py-gunicorn/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2014/08/13 20:27:09 gls Exp $
+@comment $NetBSD: PLIST,v 1.3 2015/08/09 18:41:58 gls Exp $
bin/gunicorn
bin/gunicorn_django
bin/gunicorn_paster
@@ -11,6 +11,9 @@ ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/gunicorn/__init__.py
${PYSITELIB}/gunicorn/__init__.pyc
${PYSITELIB}/gunicorn/__init__.pyo
+${PYSITELIB}/gunicorn/_compat.py
+${PYSITELIB}/gunicorn/_compat.pyc
+${PYSITELIB}/gunicorn/_compat.pyo
${PYSITELIB}/gunicorn/app/__init__.py
${PYSITELIB}/gunicorn/app/__init__.pyc
${PYSITELIB}/gunicorn/app/__init__.pyo
@@ -92,6 +95,9 @@ ${PYSITELIB}/gunicorn/pidfile.pyo
${PYSITELIB}/gunicorn/reloader.py
${PYSITELIB}/gunicorn/reloader.pyc
${PYSITELIB}/gunicorn/reloader.pyo
+${PYSITELIB}/gunicorn/selectors.py
+${PYSITELIB}/gunicorn/selectors.pyc
+${PYSITELIB}/gunicorn/selectors.pyo
${PYSITELIB}/gunicorn/six.py
${PYSITELIB}/gunicorn/six.pyc
${PYSITELIB}/gunicorn/six.pyo
@@ -104,12 +110,16 @@ ${PYSITELIB}/gunicorn/util.pyo
${PYSITELIB}/gunicorn/workers/__init__.py
${PYSITELIB}/gunicorn/workers/__init__.pyc
${PYSITELIB}/gunicorn/workers/__init__.pyo
+${PYSITELIB}/gunicorn/workers/_gaiohttp.py
${PYSITELIB}/gunicorn/workers/async.py
${PYSITELIB}/gunicorn/workers/async.pyc
${PYSITELIB}/gunicorn/workers/async.pyo
${PYSITELIB}/gunicorn/workers/base.py
${PYSITELIB}/gunicorn/workers/base.pyc
${PYSITELIB}/gunicorn/workers/base.pyo
+${PYSITELIB}/gunicorn/workers/gaiohttp.py
+${PYSITELIB}/gunicorn/workers/gaiohttp.pyc
+${PYSITELIB}/gunicorn/workers/gaiohttp.pyo
${PYSITELIB}/gunicorn/workers/geventlet.py
${PYSITELIB}/gunicorn/workers/geventlet.pyc
${PYSITELIB}/gunicorn/workers/geventlet.pyo
@@ -133,6 +143,7 @@ share/doc/py-gunicorn/2011-news.rst
share/doc/py-gunicorn/2012-news.rst
share/doc/py-gunicorn/2013-news.rst
share/doc/py-gunicorn/2014-news.rst
+share/doc/py-gunicorn/2015-news.rst
share/doc/py-gunicorn/community.rst
share/doc/py-gunicorn/configure.rst
share/doc/py-gunicorn/custom.rst
@@ -141,6 +152,7 @@ share/doc/py-gunicorn/design.rst
share/doc/py-gunicorn/faq.rst
share/doc/py-gunicorn/index.rst
share/doc/py-gunicorn/install.rst
+share/doc/py-gunicorn/instrumentation.rst
share/doc/py-gunicorn/news.rst
share/doc/py-gunicorn/run.rst
share/doc/py-gunicorn/settings.rst
diff --git a/www/py-gunicorn/distinfo b/www/py-gunicorn/distinfo
index 343a90c533c..f82dbebf0ed 100644
--- a/www/py-gunicorn/distinfo
+++ b/www/py-gunicorn/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2014/08/13 20:27:09 gls Exp $
+$NetBSD: distinfo,v 1.3 2015/08/09 18:41:58 gls Exp $
-SHA1 (gunicorn-19.1.0.tar.gz) = de194e73fb3b6e726a93447e2cb654bce3eb7048
-RMD160 (gunicorn-19.1.0.tar.gz) = 3e20543935ccc30b36d01a2ff8235cb8a9ff454f
-Size (gunicorn-19.1.0.tar.gz) = 382397 bytes
+SHA1 (gunicorn-19.3.0.tar.gz) = 4886c236f9b4618a6d1ff0ce5a3e61d07a82425a
+RMD160 (gunicorn-19.3.0.tar.gz) = 0222c41c7d7148b6869c68804e33f5709c4e9053
+Size (gunicorn-19.3.0.tar.gz) = 395381 bytes