forked from pool/python-gunicorn
- 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
This commit is contained in:
parent
905326cf61
commit
6be69d2dd3
4
_service
4
_service
@ -1,5 +1,3 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="download_files" mode="localonly">
|
<service name="download_files" mode="localonly" />
|
||||||
<param name="recompress">yes</param>
|
|
||||||
</service>
|
|
||||||
</services>
|
</services>
|
||||||
|
3
gunicorn-0.13.3.tar.gz
Normal file
3
gunicorn-0.13.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a6241134a7257efb4d566406db1f9df022507f750c174c601ee4287029b4c08d
|
||||||
|
size 281520
|
@ -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
|
Thu Aug 25 15:12:59 UTC 2011 - suse@ammler.ch
|
||||||
|
|
||||||
|
@ -20,12 +20,12 @@
|
|||||||
|
|
||||||
%define mod gunicorn
|
%define mod gunicorn
|
||||||
Name: python-gunicorn
|
Name: python-gunicorn
|
||||||
Version: 0.13.1
|
Version: 0.13.3
|
||||||
Release: 1
|
Release: 1
|
||||||
License: MIT
|
License: MIT
|
||||||
Summary: WSGI HTTP Server for UNIX
|
Summary: WSGI HTTP Server for UNIX
|
||||||
Group: Productivity/Networking/Web/Servers
|
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-base
|
||||||
BuildRequires: python-setuptools
|
BuildRequires: python-setuptools
|
||||||
%if 0%{?suse_version} > 1120
|
%if 0%{?suse_version} > 1120
|
||||||
|
Loading…
Reference in New Issue
Block a user