17
0

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
This commit is contained in:
2020-09-04 09:06:57 +00:00
committed by Git OBS Bridge
parent cb04e86bb8
commit bcbc875a26
6 changed files with 61 additions and 11 deletions

View File

@@ -1,3 +1,45 @@
-------------------------------------------------------------------
Fri Sep 04 08:49:02 UTC 2020 - mimi.vx@gmail.com
- 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
* setup.py: no spaces for arg assignments
* setup.py: handle long_description as per pypa sample project
* Update release script to publish to PyPI
* Fix long description for pypi
* **API**: update constants to match upstream 4d89041
* Remove waiting state
* Add incomplete result "timeout_exceeded"
* Update job state constants for recent upstream changes
-------------------------------------------------------------------
Sat Jul 08 15:38:41 UTC 2017 - mimi.vx@gmail.com