15
0

- update to 2.0.34:

- Fix the test ``length == 0`` in ``check_content_type``.
  - Treat ``<input type="search">`` like ``<input type="text">``.
  - Handle query parameters for the ``head`` method.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=46
This commit is contained in:
2020-03-14 15:46:22 +00:00
committed by Git OBS Bridge
parent 34d1dace72
commit c849561563
4 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Mar 14 15:45:00 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 2.0.34:
- Fix the test ``length == 0`` in ``check_content_type``.
- Treat ``<input type="search">`` like ``<input type="text">``.
- Handle query parameters for the ``head`` method.
-------------------------------------------------------------------
Thu Feb 28 09:24:07 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>