From 0905c243b48030170b7821fabfe6e7b452526ae5a9bc3122ed9d47cf3069d537 Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Thu, 17 Aug 2017 06:14:19 +0000 Subject: [PATCH] Accepting request 517046 from home:TheBlackCat:branches:devel:languages:python Update to 2.0.28 OBS-URL: https://build.opensuse.org/request/show/517046 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=36 --- WebTest-2.0.27.tar.gz | 3 --- WebTest-2.0.28.tar.gz | 3 +++ python-WebTest.changes | 13 +++++++++++++ python-WebTest.spec | 10 +++++----- 4 files changed, 21 insertions(+), 8 deletions(-) delete mode 100644 WebTest-2.0.27.tar.gz create mode 100644 WebTest-2.0.28.tar.gz diff --git a/WebTest-2.0.27.tar.gz b/WebTest-2.0.27.tar.gz deleted file mode 100644 index 3ff8339..0000000 --- a/WebTest-2.0.27.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b6abd2689f28a0b3575bcb5a36757f2344670dd13a8d9272d3a987c2fd1b615 -size 72603 diff --git a/WebTest-2.0.28.tar.gz b/WebTest-2.0.28.tar.gz new file mode 100644 index 0000000..1a49efd --- /dev/null +++ b/WebTest-2.0.28.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66339d35ba6d2ab5f0fb16b075348643b2717d04a6b1b8db68765011694ad426 +size 74081 diff --git a/python-WebTest.changes b/python-WebTest.changes index a26bfa4..b964cfc 100644 --- a/python-WebTest.changes +++ b/python-WebTest.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Aug 15 16:23:29 UTC 2017 - toddrme2178@gmail.com + +- Update to 2.0.28 + * Fixed #185: Fix strict cookie policy + * Fixed #146: Improve fields value checking when enctype is + multipart + * Fixed #119: Assertion error should be raised when you have + non-string response header + * Bugfix: Allow to set an int value to form fields when enctype + is multipart + * Added py36 to tox.ini / .travis.yaml + ------------------------------------------------------------------- Wed May 3 16:31:46 UTC 2017 - toddrme2178@gmail.com diff --git a/python-WebTest.spec b/python-WebTest.spec index 6c06619..e8556c6 100644 --- a/python-WebTest.spec +++ b/python-WebTest.spec @@ -16,12 +16,11 @@ # -%bcond_without tests - %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python +%bcond_without tests Name: python-WebTest -Version: 2.0.27 +Version: 2.0.28 Release: 0 Url: http://webtest.pythonpaste.org/ Summary: Helper to test WSGI applications @@ -94,8 +93,9 @@ python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo %files %{python_files} %defattr(-,root,root,-) -%doc README.rst docs/license.rst -%{python_sitelib}/* +%doc CHANGELOG.rst README.rst docs/license.rst +%{python_sitelib}/webtest/ +%{python_sitelib}/WebTest-%{version}-py*.egg-info %files -n %{name}-doc %defattr(-,root,root,-)