Sascha Peilicke 2012-03-10 16:09:05 +00:00 committed by Git OBS Bridge
parent ace9166421
commit 2a99f2ec99
4 changed files with 16 additions and 14 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e653e90547506c58f293b00ab78caf42829812ff6884a88145e1e0b61eee7d11
size 283003

3
gunicorn-0.14.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7f594e3f3ea4734d0ca26587772d761a4368407f1e53d6d71cac5ad6040ef6c3
size 203334

View File

@ -1,8 +1,12 @@
-------------------------------------------------------------------
Sat Mar 10 16:07:53 UTC 2012 - saschpe@gmx.de
- Update to version 0.14.1
-------------------------------------------------------------------
Fri Sep 23 12:58:37 UTC 2011 - saschpe@suse.de
- Update to version 0.13.4:
*
- Run testsuite
- BuildRequire python-distribute instead of python-setuptools
- Package examples, LICENSE, NOTICE, README.rst, THANKS

View File

@ -1,7 +1,7 @@
#
# spec file for package python-gunicorn
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 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
@ -16,24 +16,22 @@
#
Name: python-gunicorn
Version: 0.13.4
Version: 0.14.1
Release: 0
Url: http://gunicorn.org
Summary: WSGI HTTP Server for UNIX
License: MIT
Summary: WSGI HTTP Server for UNIX
Url: http://gunicorn.org
Group: Development/Languages/Python
Source: http://pypi.python.org/packages/source/g/gunicorn/gunicorn-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
BuildRequires: python-distribute
BuildRequires: python-nose
%if 0%{?suse_version}
%py_requires
%if 0%{?suse_version} > 1110
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%else
BuildArch: noarch
%endif
%endif
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%description
Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for UNIX. It's a pre-fork