From 59d7a240c46316fe22f9f2cbafeb8b00dc2627911e0effe69c72cf7d2b595804 Mon Sep 17 00:00:00 2001 From: Alberto Planas Dominguez Date: Thu, 1 Sep 2016 12:32:17 +0000 Subject: [PATCH] Accepting request 424244 from home:tbechtold:branches:devel:languages:python - update 2.0.23: - Create universal wheels. - Fix #160: Do not guess encoding if response's charset is set. - PR #154 Allow Bearer auth - PR #147,#148 Take care of REFERER when using form.submit(), .click() and .clickbutton() - PR #145 Allow to override content-type when using json methods - nothing new release. just try to make wheel available on pypi - fixed #131 prevent passing HTML parameters that conflict with Field kwargs - fixed #135 Document that WSGIProxy2 is required for "using webtest with a real url" - fixed #136 reset values of select multiple - drop py32 support (still work but test dependencies fail) - Use tar.gz instead of zip archive - Use pypi.io as Source url OBS-URL: https://build.opensuse.org/request/show/424244 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=32 --- WebTest-2.0.18.zip | 3 --- WebTest-2.0.23.tar.gz | 3 +++ python-WebTest.changes | 18 ++++++++++++++++++ python-WebTest.spec | 8 ++++---- 4 files changed, 25 insertions(+), 7 deletions(-) delete mode 100644 WebTest-2.0.18.zip create mode 100644 WebTest-2.0.23.tar.gz diff --git a/WebTest-2.0.18.zip b/WebTest-2.0.18.zip deleted file mode 100644 index 74b81bc..0000000 --- a/WebTest-2.0.18.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:beb569e6d707cb4cd82c226c97b7e1f41cd62bae656d89e687107eef8376c7fd -size 88440 diff --git a/WebTest-2.0.23.tar.gz b/WebTest-2.0.23.tar.gz new file mode 100644 index 0000000..d1278d9 --- /dev/null +++ b/WebTest-2.0.23.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:879da5c2310b75c74dffa23a45a7a74d09c2a0fcc7e7a128b4f92a4f64722e97 +size 67003 diff --git a/python-WebTest.changes b/python-WebTest.changes index cd0f40b..7b99908 100644 --- a/python-WebTest.changes +++ b/python-WebTest.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Thu Sep 1 10:15:53 UTC 2016 - tbechtold@suse.com + +- update 2.0.23: + - Create universal wheels. + - Fix #160: Do not guess encoding if response's charset is set. + - PR #154 Allow Bearer auth + - PR #147,#148 Take care of REFERER when using form.submit(), .click() and + .clickbutton() + - PR #145 Allow to override content-type when using json methods + - nothing new release. just try to make wheel available on pypi + - fixed #131 prevent passing HTML parameters that conflict with Field kwargs + - fixed #135 Document that WSGIProxy2 is required for "using webtest with a real url" + - fixed #136 reset values of select multiple + - drop py32 support (still work but test dependencies fail) +- Use tar.gz instead of zip archive +- Use pypi.io as Source url + ------------------------------------------------------------------- Sun Mar 13 21:01:30 UTC 2016 - dmueller@suse.com diff --git a/python-WebTest.spec b/python-WebTest.spec index a0dd5f1..86d9b46 100644 --- a/python-WebTest.spec +++ b/python-WebTest.spec @@ -17,13 +17,13 @@ Name: python-WebTest -Version: 2.0.18 +Version: 2.0.23 Release: 0 Url: http://webtest.pythonpaste.org/ Summary: Helper to test WSGI applications License: MIT Group: Development/Languages/Python -Source: http://pypi.python.org/packages/source/W/WebTest/WebTest-%{version}.zip +Source: https://pypi.io/packages/source/W/WebTest/WebTest-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-PasteDeploy BuildRequires: python-WSGIProxy2 @@ -34,8 +34,8 @@ BuildRequires: python-mock BuildRequires: python-pyquery BuildRequires: python-setuptools BuildRequires: python-six +BuildRequires: python-unittest2 BuildRequires: python-waitress -BuildRequires: unzip # Documentation build requirements: BuildRequires: python-Sphinx # Test build requirements: @@ -48,7 +48,7 @@ BuildRequires: python-unittest2 Requires: python-WebOb >= 1.2 Requires: python-beautifulsoup4 Requires: python-six -Requires: python-waitress +Requires: python-waitress >= 0.8.5 Provides: python-webtest = %{version} Obsoletes: python-webtest < %{version} %if 0%{?suse_version} && 0%{?suse_version} <= 1110