- Update to version 2.1.1:
* Fix SSL support on Python2.4 and Python2.5
- Update to version 2.1.0:
* Automatically resolve .best property
* Pass Content-Length header with POST requests
* Fix install instructions with git clone
* Add functionality for single threaded testing
* Add debug support to show if a URL request resulted in a redirect
* Add the python version to the version output
* Switch from platform.system to platform.platform when building the User-Agent header
* Don't pass server_hostname to ssl.wrap_socket
* ensure ERROR doesn't print an empty string
OBS-URL: https://build.opensuse.org/request/show/688856
OBS-URL: https://build.opensuse.org/package/show/benchmark/speedtest-cli?expand=0&rev=20
- Update to version 2.0.2:
* Ensure we are utilizing the context created by HTTPSConnection, or falling back to ssl
- Changes for version 2.0.1:
* Handle malformed XML responses
* Ensure --share works with --csv
* Fix SSL communication during latency tests on python 2.6 and older
* Handle error where latitude and longitude from config are invalid
- Changes for version 2.0.0:
* Redesigned Python API
* Add option to exclude servers, and allow --server and --exclude to be specified multiple times
* Address Exception issues
* Print errors to stderr
* Remove deprecated speedtest_cli.py
OBS-URL: https://build.opensuse.org/request/show/682074
OBS-URL: https://build.opensuse.org/package/show/benchmark/speedtest-cli?expand=0&rev=18
* Ensure the UTC ISO8601 date includes a Z offset
* Fix calculation of uploads to perform per size
* Pre-allocate upload data, but allow to disable pre-allocation,
for memory limited devices
- Changes for version 1.0.5:
* Fixes for UTF-8 encoding of CSV output
OBS-URL: https://build.opensuse.org/package/show/benchmark/speedtest-cli?expand=0&rev=13