15
0

Accepting request 1039285 from home:mimi_vx:branches:devel:languages:python

- update to 4.2.2
- drop _service
  * Make Exceptions proper objects with members
  * Only retry requests on certain status codes
  * Add class global retries and wait values to allow configuration
  * Add type hints
  * Stop encoding X-API-Microtime as bytes
  * Improve handling of quirky API behaviour regarding settings parameters

OBS-URL: https://build.opensuse.org/request/show/1039285
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-openqa_client?expand=0&rev=6
This commit is contained in:
2022-12-01 10:05:15 +00:00
committed by Git OBS Bridge
parent 1e9f3f0652
commit 58657f1a3b
6 changed files with 19 additions and 26 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Dec 1 10:02:15 UTC 2022 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 4.2.2
- drop _service
* Make Exceptions proper objects with members
* Only retry requests on certain status codes
* Add class global retries and wait values to allow configuration
* Add type hints
* Stop encoding X-API-Microtime as bytes
* Improve handling of quirky API behaviour regarding settings parameters
-------------------------------------------------------------------
Fri Sep 04 08:49:02 UTC 2020 - mimi.vx@gmail.com