- Update to 0.3.3:

* Besides bytes and string, dict and MultiDict objects can be specified as query_string
  * Add more files to source distribution (sdist). It now contains tests, assets, examples and other files

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-httpserver?expand=0&rev=6
This commit is contained in:
Tomáš Chvátal
2019-08-01 15:06:51 +00:00
committed by Git OBS Bridge
parent aa88f84bdf
commit a48cb77794
4 changed files with 18 additions and 14 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Aug 1 09:06:38 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.3.3:
* Besides bytes and string, dict and MultiDict objects can be specified as query_string
* Add more files to source distribution (sdist). It now contains tests, assets, examples and other files
-------------------------------------------------------------------
Fri Jul 26 13:51:39 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>