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