From 6be69d2dd3e72106aa2892e2b940ce40648d1977c1b657eb2407788e85090761 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20Gm=C3=BCr?= Date: Fri, 23 Sep 2011 12:04:39 +0000 Subject: [PATCH] - upstream update 0.13.3 * fix util.closerange function used to prevent leaking fds on python 2.5 (typo) - update to 0.13.2 * refactor gevent worker * prevent leaking fds on reexec * fix inverted request_time computation OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gunicorn?expand=0&rev=8 --- _service | 4 +--- gunicorn-0.13.3.tar.gz | 3 +++ python-gunicorn.changes | 11 +++++++++++ python-gunicorn.spec | 4 ++-- 4 files changed, 17 insertions(+), 5 deletions(-) create mode 100644 gunicorn-0.13.3.tar.gz diff --git a/_service b/_service index e8d5c43..76e23bd 100644 --- a/_service +++ b/_service @@ -1,5 +1,3 @@ - - yes - + diff --git a/gunicorn-0.13.3.tar.gz b/gunicorn-0.13.3.tar.gz new file mode 100644 index 0000000..86e5674 --- /dev/null +++ b/gunicorn-0.13.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6241134a7257efb4d566406db1f9df022507f750c174c601ee4287029b4c08d +size 281520 diff --git a/python-gunicorn.changes b/python-gunicorn.changes index dec7ba5..9878765 100644 --- a/python-gunicorn.changes +++ b/python-gunicorn.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Sep 23 11:49:59 UTC 2011 - suse@ammler.ch + +- upstream update 0.13.3 + * fix util.closerange function used to prevent leaking fds on + python 2.5 (typo) +- update to 0.13.2 + * refactor gevent worker + * prevent leaking fds on reexec + * fix inverted request_time computation + ------------------------------------------------------------------- Thu Aug 25 15:12:59 UTC 2011 - suse@ammler.ch diff --git a/python-gunicorn.spec b/python-gunicorn.spec index 3f17f9f..ad00da6 100644 --- a/python-gunicorn.spec +++ b/python-gunicorn.spec @@ -20,12 +20,12 @@ %define mod gunicorn Name: python-gunicorn -Version: 0.13.1 +Version: 0.13.3 Release: 1 License: MIT Summary: WSGI HTTP Server for UNIX Group: Productivity/Networking/Web/Servers -Source: http://pypi.python.org/packages/source/g/%{mod}/%{mod}-%{version}.tar.bz2 +Source: http://pypi.python.org/packages/source/g/%{mod}/%{mod}-%{version}.tar.gz BuildRequires: python-base BuildRequires: python-setuptools %if 0%{?suse_version} > 1120