forked from pool/python-gunicorn
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
This commit is contained in:
parent
939773dcd1
commit
53e525cdd9
@ -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
|
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
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
#
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: python-gunicorn
|
Name: python-gunicorn
|
||||||
Version: 0.14.1
|
Version: 0.14.2
|
||||||
Release: 0
|
Release: 0
|
||||||
License: MIT
|
|
||||||
Summary: WSGI HTTP Server for UNIX
|
Summary: WSGI HTTP Server for UNIX
|
||||||
Url: http://gunicorn.org
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
|
Url: http://gunicorn.org
|
||||||
Source: http://pypi.python.org/packages/source/g/gunicorn/gunicorn-%{version}.tar.gz
|
Source: http://pypi.python.org/packages/source/g/gunicorn/gunicorn-%{version}.tar.gz
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: python-distribute
|
BuildRequires: python-distribute
|
||||||
|
Loading…
x
Reference in New Issue
Block a user