14
0

Accepting request 704932 from home:pgajdos

- version update to 2.0.9
  * Run livetests against 2.15.11 and 2.16.6
  * Don't attempt to parse empty response content
  * Raise exception for error status before attempting to parse content
  * Add debug log of response content type, status code and encoding
  * Add a test for PUT request with a json file
  * Bump pytest from 4.2.1 to 4.3.0

OBS-URL: https://build.opensuse.org/request/show/704932
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygerrit2?expand=0&rev=3
This commit is contained in:
Tomáš Chvátal
2019-05-23 09:14:32 +00:00
committed by Git OBS Bridge
parent 6aae7b36ac
commit 456df0ab41
4 changed files with 17 additions and 6 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu May 23 07:50:13 UTC 2019 - pgajdos@suse.com
- version update to 2.0.9
* Run livetests against 2.15.11 and 2.16.6
* Don't attempt to parse empty response content
* Raise exception for error status before attempting to parse content
* Add debug log of response content type, status code and encoding
* Add a test for PUT request with a json file
* Bump pytest from 4.2.1 to 4.3.0
-------------------------------------------------------------------
Tue Oct 30 15:21:19 UTC 2018 - J. Daniel Schmidt <jdsn@suse.de>