forked from pool/python-WebTest
- Simplified macro usage
- Run testsuite - Update to version 1.3.3: * added post_json, put_json, delete_json * fix #25 params dictionary of webtest.AppTest.post() does not support unicode values - Changes from version 1.3.2: * improve showbrowser. * print_stderr fail with unicode string on python2 - Changes from version 1.3.1: * Added .option() * Full python3 compat OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
parent
ae8a453c1a
commit
17efad0d06
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-WebTest
|
||||
#
|
||||
# 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
|
||||
@@ -11,12 +11,11 @@
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
#
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
Name: python-WebTest
|
||||
Version: 1.3
|
||||
Version: 1.3.3
|
||||
Release: 0
|
||||
Url: http://webtest.pythonpaste.org/
|
||||
Summary: Helper to test WSGI applications
|
||||
@@ -25,19 +24,17 @@ Group: Development/Languages/Python
|
||||
Source: http://pypi.python.org/packages/source/W/WebTest/WebTest-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-distribute
|
||||
BuildRequires: python-distribute
|
||||
Requires: python-WebOb
|
||||
Requires: python-dtopt
|
||||
Requires: python-nose
|
||||
%if 0%{?suse_version}
|
||||
%py_requires
|
||||
%if 0%{?suse_version} > 1110
|
||||
BuildArch: noarch
|
||||
%endif
|
||||
%endif
|
||||
Requires: python-nose
|
||||
Provides: python-webtest = %{version}
|
||||
Obsoletes: python-webtest < %{version}
|
||||
%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
|
||||
|
||||
%description
|
||||
This wraps any WSGI application and makes it easy to send test
|
||||
|
||||
Reference in New Issue
Block a user