17
0

14 Commits

Author SHA256 Message Date
c20b3a87dd Accepting request 1306355 from devel:languages:python
- update to 4.3.1:
  * Fix `openqa_request` for table endpoints that now require
    JSON
  * Use Sequence instead of List type hints (KuxaBeast)

OBS-URL: https://build.opensuse.org/request/show/1306355
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-openqa_client?expand=0&rev=6
2025-09-22 14:39:41 +00:00
6da19fb200 - update to 4.3.1:
* Fix `openqa_request` for table endpoints that now require
    JSON
  * Use Sequence instead of List type hints (KuxaBeast)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-openqa_client?expand=0&rev=13
2025-09-21 19:28:49 +00:00
673f0c5580 Accepting request 1274713 from devel:languages:python
- update to 4.3.0:
  * Add new `get_latest_build` method (asmorodskyi)

OBS-URL: https://build.opensuse.org/request/show/1274713
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-openqa_client?expand=0&rev=5
2025-05-06 14:41:34 +00:00
0dc4d63a8a - update to 4.3.0:
* Add new `get_latest_build` method (asmorodskyi)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-openqa_client?expand=0&rev=11
2025-05-05 20:58:27 +00:00
de07d7cf27 Accepting request 1132438 from devel:languages:python
- 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/request/show/1132438
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-openqa_client?expand=0&rev=4
2023-12-11 20:51:24 +00:00
d168a74988 - 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
2023-12-11 08:37:11 +00:00
d2c0069246 Accepting request 1039298 from devel:languages:python
- 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
  * 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/1039298
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-openqa_client?expand=0&rev=3
2022-12-01 17:13:16 +00:00
ab74ed2adf - 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
2022-12-01 11:27:32 +00:00
58657f1a3b 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
2022-12-01 10:05:15 +00:00
46fe8b677d Accepting request 832037 from devel:languages:python
- Update to version 4.1.1:
- enable tests
  * Fix use of 'latest' param when querying jobs
  * Drop a rogue word from `do_request` docstring, rewrap
  * Tweak release script to use 'pypi' repo
  * Handle YAML responses as well as JSON (#12)
  * Add a 'parse' argument for `do_request` to skip parsing
  * Add toml to CI requires (for coverage to read TOML config)
  * tox: run `coverage xml` explicitly
  * Improve the ugly sed hack fix for the coverage vs. tox venv issue
  * Update release.sh to use pep517
  * Add pyproject.toml to comply with PEP-517 / PEP-518
  * black-ify code and add black to CI config
  * Move source under src/ , fix tox config to run tests on package
  * Use f-strings for string formatting
  * Drop Python 2 support, and some Python 2-specific workarounds
  * Have MANIFEST.in exclude itself
  * Add a MANIFEST.in to exclude some stuff we don't want
  * Fix tests to run on ancient pytest (I hope)
  * Fix more brokenness in setup.py
  * Fix release.sh for no spaces in setup.py setup()
  * Drop duplicated description line in setup.py
  * Update release.sh to use Python 3
  * Drop WaitError exception
  * find_clones: don't edit list while iterating it
  * _add_auth_headers: don't modify the original request
  * setup.py: don't import os, we don't use it
  * setup.py: Remove runtime dependency on setuptools (@jayvdb) (#9)
  * setup.py: more cleanups based on sample project
  * setup.py: we don't use find_packages, don't import it (forwarded request 832036 from mimi_vx)

OBS-URL: https://build.opensuse.org/request/show/832037
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-openqa_client?expand=0&rev=2
2020-09-05 22:01:58 +00:00
1e9f3f0652 Accepting request 832036 from home:mimi_vx:branches:devel:languages:python
- Update to version 4.1.1:
- enable tests
  * Fix use of 'latest' param when querying jobs
  * Drop a rogue word from `do_request` docstring, rewrap
  * Tweak release script to use 'pypi' repo
  * Handle YAML responses as well as JSON (#12)
  * Add a 'parse' argument for `do_request` to skip parsing
  * Add toml to CI requires (for coverage to read TOML config)
  * tox: run `coverage xml` explicitly
  * Improve the ugly sed hack fix for the coverage vs. tox venv issue
  * Update release.sh to use pep517
  * Add pyproject.toml to comply with PEP-517 / PEP-518
  * black-ify code and add black to CI config
  * Move source under src/ , fix tox config to run tests on package
  * Use f-strings for string formatting
  * Drop Python 2 support, and some Python 2-specific workarounds
  * Have MANIFEST.in exclude itself
  * Add a MANIFEST.in to exclude some stuff we don't want
  * Fix tests to run on ancient pytest (I hope)
  * Fix more brokenness in setup.py
  * Fix release.sh for no spaces in setup.py setup()
  * Drop duplicated description line in setup.py
  * Update release.sh to use Python 3
  * Drop WaitError exception
  * find_clones: don't edit list while iterating it
  * _add_auth_headers: don't modify the original request
  * setup.py: don't import os, we don't use it
  * setup.py: Remove runtime dependency on setuptools (@jayvdb) (#9)
  * setup.py: more cleanups based on sample project
  * setup.py: we don't use find_packages, don't import it

OBS-URL: https://build.opensuse.org/request/show/832036
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-openqa_client?expand=0&rev=4
2020-09-04 09:06:57 +00:00
ef21e62c57 Accepting request 513004 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/513004
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-openqa_client?expand=0&rev=1
2017-08-12 18:25:20 +00:00
962419881b OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-openqa_client?expand=0&rev=2 2017-07-29 09:23:12 +00:00
Jan Matejek
f5ee7361b4 Accepting request 508959 from home:mimi_vx
python openqa client

OBS-URL: https://build.opensuse.org/request/show/508959
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-openqa_client?expand=0&rev=1
2017-07-12 13:57:59 +00:00