15
0

- add python-typing_extensions as dependency for compatibility

with older versions of python

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-openqa_client?expand=0&rev=7
This commit is contained in:
2022-12-01 11:27:32 +00:00
committed by Git OBS Bridge
parent 58657f1a3b
commit ab74ed2adf
2 changed files with 4 additions and 0 deletions

View File

@@ -3,6 +3,8 @@ Thu Dec 1 10:02:15 UTC 2022 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 4.2.2
- drop _service
- add python-typing_extensions as dependency for compatibility
with older versions of python
* Make Exceptions proper objects with members
* Only retry requests on certain status codes
* Add class global retries and wait values to allow configuration