- Update to version 0.14.1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gunicorn?expand=0&rev=14
This commit is contained in:
parent
ace9166421
commit
2a99f2ec99
@ -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
3
gunicorn-0.14.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7f594e3f3ea4734d0ca26587772d761a4368407f1e53d6d71cac5ad6040ef6c3
|
||||||
|
size 203334
|
@ -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
|
Fri Sep 23 12:58:37 UTC 2011 - saschpe@suse.de
|
||||||
|
|
||||||
- Update to version 0.13.4:
|
- Update to version 0.13.4:
|
||||||
*
|
|
||||||
- Run testsuite
|
- Run testsuite
|
||||||
- BuildRequire python-distribute instead of python-setuptools
|
- BuildRequire python-distribute instead of python-setuptools
|
||||||
- Package examples, LICENSE, NOTICE, README.rst, THANKS
|
- Package examples, LICENSE, NOTICE, README.rst, THANKS
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-gunicorn
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,24 +16,22 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
Name: python-gunicorn
|
Name: python-gunicorn
|
||||||
Version: 0.13.4
|
Version: 0.14.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://gunicorn.org
|
|
||||||
Summary: WSGI HTTP Server for UNIX
|
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Summary: WSGI HTTP Server for UNIX
|
||||||
|
Url: http://gunicorn.org
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Source: http://pypi.python.org/packages/source/g/gunicorn/gunicorn-%{version}.tar.gz
|
Source: http://pypi.python.org/packages/source/g/gunicorn/gunicorn-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: python-distribute
|
BuildRequires: python-distribute
|
||||||
BuildRequires: python-nose
|
BuildRequires: python-nose
|
||||||
%if 0%{?suse_version}
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%py_requires
|
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||||
%if 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
|
BuildArch: noarch
|
||||||
%endif
|
%endif
|
||||||
%endif
|
|
||||||
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for UNIX. It's a pre-fork
|
Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for UNIX. It's a pre-fork
|
||||||
|
Loading…
Reference in New Issue
Block a user