17
0

- update to 4.2.3:

* Add py.typed marker to the package
  * Include the response text in RequestError (kalikiana)
  * Support `REQUESTS_CA_BUNDLE` and `CURL_CA_BUNDLE`
    environment variables (ricardobranco777)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-openqa_client?expand=0&rev=9
This commit is contained in:
2023-12-11 08:37:11 +00:00
committed by Git OBS Bridge
parent e36b46b8a5
commit 47d0a46a8e
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Dec 11 08:36:52 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 4.2.3:
* Add py.typed marker to the package
* Include the response text in RequestError (kalikiana)
* Support `REQUESTS_CA_BUNDLE` and `CURL_CA_BUNDLE`
environment variables (ricardobranco777)
-------------------------------------------------------------------
Thu Dec 1 10:02:15 UTC 2022 - Ondřej Súkup <mimi.vx@gmail.com>