Files
python-gpxpy/python-gpxpy.changes
Steve Kowalik 574a71bacc - Update to v1.4.0:
* Removed support for python2.* and python3.5
  * Added typehints and with mypy checks
  * Course computation
  * Refactored haversine_distance for speed and use math.radians

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gpxpy?expand=0&rev=3
2020-04-08 06:17:25 +00:00

14 lines
498 B
Plaintext

-------------------------------------------------------------------
Wed Apr 8 06:16:25 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
- Update to v1.4.0:
* Removed support for python2.* and python3.5
* Added typehints and with mypy checks
* Course computation
* Refactored haversine_distance for speed and use math.radians
-------------------------------------------------------------------
Tue Oct 15 11:42:50 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
- Initial package (v1.3.5)