Accepting request 110670 from devel:languages:python
- 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 (forwarded request 110557 from ammler) OBS-URL: https://build.opensuse.org/request/show/110670 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gunicorn?expand=0&rev=2
This commit is contained in:
commit
596e3fb037
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7f594e3f3ea4734d0ca26587772d761a4368407f1e53d6d71cac5ad6040ef6c3
|
||||
size 203334
|
3
gunicorn-0.14.2.tar.gz
Normal file
3
gunicorn-0.14.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d99eb8c8074763877db28e1996ba70ac4df18ec497f2f27ece276cf54419ee65
|
||||
size 203588
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user