From 2a99f2ec993d86b80811ffee97a92b806534d5d801aff3213bf084f993caa645 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Sat, 10 Mar 2012 16:09:05 +0000 Subject: [PATCH] - Update to version 0.14.1 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gunicorn?expand=0&rev=14 --- gunicorn-0.13.4.tar.gz | 3 --- gunicorn-0.14.1.tar.gz | 3 +++ python-gunicorn.changes | 6 +++++- python-gunicorn.spec | 18 ++++++++---------- 4 files changed, 16 insertions(+), 14 deletions(-) delete mode 100644 gunicorn-0.13.4.tar.gz create mode 100644 gunicorn-0.14.1.tar.gz diff --git a/gunicorn-0.13.4.tar.gz b/gunicorn-0.13.4.tar.gz deleted file mode 100644 index 517f762..0000000 --- a/gunicorn-0.13.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e653e90547506c58f293b00ab78caf42829812ff6884a88145e1e0b61eee7d11 -size 283003 diff --git a/gunicorn-0.14.1.tar.gz b/gunicorn-0.14.1.tar.gz new file mode 100644 index 0000000..bb114b3 --- /dev/null +++ b/gunicorn-0.14.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f594e3f3ea4734d0ca26587772d761a4368407f1e53d6d71cac5ad6040ef6c3 +size 203334 diff --git a/python-gunicorn.changes b/python-gunicorn.changes index e1e0e2b..e588886 100644 --- a/python-gunicorn.changes +++ b/python-gunicorn.changes @@ -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 diff --git a/python-gunicorn.spec b/python-gunicorn.spec index 25d2121..e8994db 100644 --- a/python-gunicorn.spec +++ b/python-gunicorn.spec @@ -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