forked from pool/python-apiron
* Ability to specify proxies for a Service definition so all calls to the
service use the defined proxies
* Ability to specify auth for a Service definition so all calls to the
service use the defined authentication
* Ability to specify return_raw_response_object at the endpoint level,
overridden by any value specified at call time
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apiron?expand=0&rev=4
31 lines
1.1 KiB
Plaintext
31 lines
1.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Aug 31 04:37:49 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Update to 5.1.0:
|
|
* Ability to specify proxies for a Service definition so all calls to the
|
|
service use the defined proxies
|
|
* Ability to specify auth for a Service definition so all calls to the
|
|
service use the defined authentication
|
|
* Ability to specify return_raw_response_object at the endpoint level,
|
|
overridden by any value specified at call time
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 3 07:57:50 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Drop needless service, one can call the command directly:
|
|
osc service localrun download_files
|
|
- Fix the test call to really execute the tests
|
|
- Run the spec-cleaner
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Dec 2 21:01:59 UTC 2019 - Axel Braun <axel.braun@gmx.de>
|
|
|
|
- version 5.0.0
|
|
tests added
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 26 19:17:45 UTC 2019 - Axel Braun <axel.braun@gmx.de>
|
|
|
|
- version 4.1.0
|
|
initial build on OBS
|