forked from pool/python-WebTest
Accepting request 102226 from devel:languages:python
- 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/request/show/102226 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-WebTest?expand=0&rev=3
This commit is contained in:
3
WebTest-1.3.3.tar.gz
Normal file
3
WebTest-1.3.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:018897fd56c1f96396282ac36d32f5c7862eb07e3965765f0e86ca092ecd42a0
|
||||
size 77709
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aba8f6dcf87584c1d05848814cdd6c58fcb4cde1640a892322c978cc1ae204f3
|
||||
size 76603
|
||||
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 31 13:49:10 UTC 2012 - saschpe@suse.de
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 1 15:07:32 UTC 2011 - saschpe@suse.de
|
||||
|
||||
|
||||
@@ -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