From 53e525cdd94ca3b2c38476216e7aef73f5928f0fdd774ca99de023f6cae778ee Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 22 Mar 2012 18:10:28 +0000 Subject: [PATCH] Accepting request 110557 from home:openttdcoop - Update to version 0.14.2 - add validate_class validator: allows to use a class or a method to initialize the app during in-code configuration - add support for max_requests in tornado worker - add support for disabling x_forwarded_for_header in tornado worker - gevent_wsgi is now an alias of gevent_pywsgi - Fix gevent_pywsgi worker OBS-URL: https://build.opensuse.org/request/show/110557 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gunicorn?expand=0&rev=17 --- gunicorn-0.14.1.tar.gz | 3 --- gunicorn-0.14.2.tar.gz | 3 +++ python-gunicorn.changes | 11 +++++++++++ python-gunicorn.spec | 9 +++++---- 4 files changed, 19 insertions(+), 7 deletions(-) delete mode 100644 gunicorn-0.14.1.tar.gz create mode 100644 gunicorn-0.14.2.tar.gz diff --git a/gunicorn-0.14.1.tar.gz b/gunicorn-0.14.1.tar.gz deleted file mode 100644 index bb114b3..0000000 --- a/gunicorn-0.14.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7f594e3f3ea4734d0ca26587772d761a4368407f1e53d6d71cac5ad6040ef6c3 -size 203334 diff --git a/gunicorn-0.14.2.tar.gz b/gunicorn-0.14.2.tar.gz new file mode 100644 index 0000000..2e2ba45 --- /dev/null +++ b/gunicorn-0.14.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d99eb8c8074763877db28e1996ba70ac4df18ec497f2f27ece276cf54419ee65 +size 203588 diff --git a/python-gunicorn.changes b/python-gunicorn.changes index 2023de2..4b59a79 100644 --- a/python-gunicorn.changes +++ b/python-gunicorn.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Mar 22 10:05:23 UTC 2012 - suse@ammler.ch + +- Update to version 0.14.2 + - add validate_class validator: allows to use a class or a method + to initialize the app during in-code configuration + - add support for max_requests in tornado worker + - add support for disabling x_forwarded_for_header in tornado worker + - gevent_wsgi is now an alias of gevent_pywsgi + - Fix gevent_pywsgi worker + ------------------------------------------------------------------- Sat Mar 10 19:39:23 UTC 2012 - saschpe@gmx.de diff --git a/python-gunicorn.spec b/python-gunicorn.spec index fd374e5..5736b9d 100644 --- a/python-gunicorn.spec +++ b/python-gunicorn.spec @@ -11,17 +11,18 @@ # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: python-gunicorn -Version: 0.14.1 +Version: 0.14.2 Release: 0 -License: MIT Summary: WSGI HTTP Server for UNIX -Url: http://gunicorn.org +License: MIT Group: Development/Languages/Python +Url: http://gunicorn.org Source: http://pypi.python.org/packages/source/g/gunicorn/gunicorn-%{version}.tar.gz BuildRequires: python-devel BuildRequires: python-distribute