14
0

Accepting request 265050 from home:tbechtold:branches:devel:languages:python

New upstream release

OBS-URL: https://build.opensuse.org/request/show/265050
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-waitress?expand=0&rev=13
This commit is contained in:
Denisart Benjamin
2014-12-13 12:43:31 +00:00
committed by Git OBS Bridge
parent a25969a264
commit d251c20f04
4 changed files with 67 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-waitress
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 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
@@ -17,7 +17,7 @@
Name: python-waitress
Version: 0.8.7
Version: 0.8.9
Release: 0
Summary: Waitress WSGI server
License: ZPL-2.1
@@ -27,7 +27,7 @@ Source: http://pypi.python.org/packages/source/w/waitress/waitress-%{ver
BuildRequires: python-devel
BuildRequires: python-setuptools
# Test requirements:
#BuildRequires: python-nose
BuildRequires: python-nose
# Documentation requirements:
#BuildRequires: python-Sphinx
#BuildRequires: python-docutils
@@ -58,8 +58,8 @@ python setup.py build
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
#%%check
#python setup.py test
%check
python setup.py test
%files
%defattr(-,root,root,-)