File ecmwfapi.changes of Package ecmwfapi
-------------------------------------------------------------------
Wed May 14 12:16:45 UTC 2025 - Manfred Schwarb <manfred99@gmx.ch>
- update tp version 1.6.5:
* minor tweaks
-------------------------------------------------------------------
Mon Aug 19 13:13:01 UTC 2024 - Manfred Schwarb <manfred99@gmx.ch>
- additionally activate python311 version for Leap 15.6
-------------------------------------------------------------------
Sun Feb 6 16:49:41 UTC 2022 - Manfred Schwarb <manfred99@gmx.ch>
- update tp version 1.6.3:
* Replace existing behaviour where we fail silently and try the
next available method of providing an API access key,
ultimately falling back to anonymous access.
* updated the README to clean it up and make it clearer.
-------------------------------------------------------------------
Fri Jan 28 12:48:17 UTC 2022 - Manfred Schwarb <manfred99@gmx.ch>
- upgrade to version 1.6.2:
* make logging user overwritable
- refresh patches
-------------------------------------------------------------------
Wed Oct 6 16:11:19 UTC 2021 - Manfred Schwarb <manfred99@gmx.ch>
- add license and file README.md
-------------------------------------------------------------------
Thu Apr 1 14:07:14 UTC 2021 - Manfred Schwarb <manfred99@gmx.ch>
- remove use of fdupes: leads to deduplication across different python versions
-------------------------------------------------------------------
Thu Mar 18 08:53:58 UTC 2021 - Manfred Schwarb <manfred99@gmx.ch>
- refresh patches
- change spec file to retrieve source from github
- upgrade to version 1.6.1
* python 3.9 support
- upgrade to version 1.6.0
* support anonymous access
- upgrade to version 1.5.6
* various cleanups
* added env option ECMWF_API_RC_FILE to let user define the path of the file
-------------------------------------------------------------------
Fri Jul 5 14:12:01 UTC 2019 - manfred99@gmx.ch
- upgrade to version 1.5.4 (no code changes, taken from pypi.org)
-------------------------------------------------------------------
Fri Jul 27 16:10:00 UTC 2018 - manfred99@gmx.ch
- add patch sprinkle-flushes.patch: improve interactivity
- add patch use_curl.patch: use curl for download, user may now set
download options (such as proxies, rate limiting or timeouts)
in $CURL_HOME/.curlrc or ~/.curlrc
-------------------------------------------------------------------
Tue Jun 5 14:56:44 UTC 2018 - manfred99@gmx.ch
- rpm packaging for OBS
- version 1.5.0:
* Interrupted downloads now resume where they left off
- version 1.4.6:
* Better support of relative URLs
- version 1.4.5:
* Fail on error 501 (Not implemented)
- version 1.4.4:
* support relative URLs in Location header
- version 1.4.3:
* adapt client to 429 errors
- version 1.4.2:
* fixed issues with Python 3.4 and above
- version 1.4.1:
* provide more user friendly log messages when the client tries to reconnect
after it lost connection to the server
* provide the request ID in the client's log messages for easier traceability
- version 1.4.0:
* added support for Python 3
- version 1.3.1:
* fixed a bug where transfer errors did not trigger a retry of the transfer