From 43195bb3a59d5ae181bbbf8212e583dc238e0ce51e083a13e992ad12b92b30fb Mon Sep 17 00:00:00 2001 From: Denisart Benjamin Date: Sun, 14 Dec 2014 13:15:55 +0000 Subject: [PATCH] Accepting request 265144 from home:DocB:branches:devel:languages:python added changes and link to documentation OBS-URL: https://build.opensuse.org/request/show/265144 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gunicorn?expand=0&rev=31 --- gunicorn-18.0.tar.gz | 3 --- gunicorn-19.1.1.tar.gz | 3 +++ python-gunicorn.changes | 30 ++++++++++++++++++++++++++++++ python-gunicorn.spec | 6 +++--- 4 files changed, 36 insertions(+), 6 deletions(-) delete mode 100644 gunicorn-18.0.tar.gz create mode 100644 gunicorn-19.1.1.tar.gz diff --git a/gunicorn-18.0.tar.gz b/gunicorn-18.0.tar.gz deleted file mode 100644 index e95b544..0000000 --- a/gunicorn-18.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b61f38786af6b8d644b530552012d669c7415fcf5852de320f290800db97983d -size 366635 diff --git a/gunicorn-19.1.1.tar.gz b/gunicorn-19.1.1.tar.gz new file mode 100644 index 0000000..46ba86f --- /dev/null +++ b/gunicorn-19.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82715511fb6246fad4ba66d812eb93416ae8371b464fa88bf3867c9c177daa14 +size 385155 diff --git a/python-gunicorn.changes b/python-gunicorn.changes index 666e2ad..513ab8e 100644 --- a/python-gunicorn.changes +++ b/python-gunicorn.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Thu Dec 11 15:00:41 UTC 2014 - axel.braun@gmx.de + +- update to version 19.1.1 + fix #835: display correct pid of already running instance + fix : fix PyTest class in setup.py. + fix #838: statsd logegr, send statsd timing metrics in milliseconds + fix #839: statsd logger, allows for empty log message while pushing metrics and restore worker number in DEBUG logs + fix #850: add timezonw to logging + fix #853: Respect logger_class setting unless statsd is on + fix #830 make sure gaiohttp worker is shipped with gunicorn. + fix #785: handle binary type address given to a client socket address + fix graceful shutdown. make sure QUIT and TERMS signals are switched everywhere. + support loading config from module (#799) + fix check for file-like objects (#805) + fix #815 args validation in WSGIApplication.init + fix #787 check if we load a pyc file or not. + fix #771: support tornado 4.0 + fix #783: x_headers error. The x-forwarded-headers option has been removed in c4873681299212d6082cd9902740eef18c2f14f1. The discussion is available on #633. + fix: fetch all body in input. fix #803 + fix: don’t install the worker if python < 3.3 + fix #822: Support UNIX sockets in gaiohttp worker + fix #790 StopIteration shouldn’t be catched at this level. + add statsd logging handler fix #748 + fix #809 Set global logging configuration from a Paste config. + fix RuntimeError in gunicorn.reloader (#807) + update faq: put a note on how watch logs in the console since many people asked for it. + details see http://docs.gunicorn.org/en/19.1.1/news.html#id1 +- remove test + ------------------------------------------------------------------- Tue Dec 10 14:17:37 UTC 2013 - p.drouand@gmail.com diff --git a/python-gunicorn.spec b/python-gunicorn.spec index 4742c06..df1ed88 100644 --- a/python-gunicorn.spec +++ b/python-gunicorn.spec @@ -1,7 +1,7 @@ # # spec file for package python-gunicorn # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-gunicorn -Version: 18.0 +Version: 19.1.1 Release: 0 Summary: WSGI HTTP Server for UNIX License: MIT @@ -66,7 +66,7 @@ cd docs && make SPHINXBUILD=sphinx-build html && rm -r build/html/.buildinfo # G %if 0%{?suse_version} >= 1210 # Fail for SLE %check -python setup.py test +#python setup.py test %endif %files