From 6380eb696ee12ce76948cc22bf53e6a4c9585eea7ba81dd4941d6066218dcb87 Mon Sep 17 00:00:00 2001 From: Todd R Date: Thu, 7 Jun 2012 15:11:05 +0000 Subject: [PATCH] Accepting request 123979 from home:poorboywilly:branches:devel:languages:python Update to 1.3.4 OBS-URL: https://build.opensuse.org/request/show/123979 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=7 --- WebTest-1.3.3.tar.gz | 3 --- WebTest-1.3.4.tar.gz | 3 +++ python-WebTest.changes | 16 ++++++++++++++++ python-WebTest.spec | 4 +++- 4 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 WebTest-1.3.3.tar.gz create mode 100644 WebTest-1.3.4.tar.gz diff --git a/WebTest-1.3.3.tar.gz b/WebTest-1.3.3.tar.gz deleted file mode 100644 index 3997b2f..0000000 --- a/WebTest-1.3.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:018897fd56c1f96396282ac36d32f5c7862eb07e3965765f0e86ca092ecd42a0 -size 77709 diff --git a/WebTest-1.3.4.tar.gz b/WebTest-1.3.4.tar.gz new file mode 100644 index 0000000..bf97fc2 --- /dev/null +++ b/WebTest-1.3.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8915f0da91ad47f84e8a7d49936263fb4c5fdd1fb2737e1a7553b2fe52992f1 +size 78557 diff --git a/python-WebTest.changes b/python-WebTest.changes index 832e87c..b7ccd95 100644 --- a/python-WebTest.changes +++ b/python-WebTest.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Wed Jun 6 21:17:27 UTC 2012 - os-dev@jacraig.com + +- Update to 1.3.4: + * fix `#33 `_ Remove + CaptureStdout. Do nothing and break pdb + * use OrderedDict to store fields in form. See + `#31 `_ + * fix `#38 `_ Allow to post + falsey values. + * fix `#37 `_ Allow + Content-Length: 0 without Content-Type + * `fix #30 `_ bad link to + pyquery documentation + * Never catch NameError during iteration + ------------------------------------------------------------------- Tue Jan 31 13:49:10 UTC 2012 - saschpe@suse.de diff --git a/python-WebTest.spec b/python-WebTest.spec index 89f1969..ccca895 100644 --- a/python-WebTest.spec +++ b/python-WebTest.spec @@ -14,8 +14,10 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + + Name: python-WebTest -Version: 1.3.3 +Version: 1.3.4 Release: 0 Url: http://webtest.pythonpaste.org/ Summary: Helper to test WSGI applications