15
0

- Update to 0.4.6:

* PATCH added into (default) list of allowed methods
  * Allow to use URIs with no path
  * Clean up connection before returning result. This removes some ResourceWarnings when testing
- Add multibuild to enable tests without cycle dependencies
- Add missing requirements found by tests

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WSGIProxy2?expand=0&rev=19
This commit is contained in:
Tomáš Chvátal
2019-03-06 10:50:58 +00:00
committed by Git OBS Bridge
parent da525e6696
commit 4ce213ecb5
5 changed files with 41 additions and 12 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Mar 6 10:44:27 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.4.6:
* PATCH added into (default) list of allowed methods
* Allow to use URIs with no path
* Clean up connection before returning result. This removes some ResourceWarnings when testing
- Add multibuild to enable tests without cycle dependencies
- Add missing requirements found by tests
-------------------------------------------------------------------
Tue Dec 4 12:56:09 UTC 2018 - Matej Cepl <mcepl@suse.com>