| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- update to 1.6.2:
* NameError: free variable from_start_to_end referenced before
assignment in enclosing scope #256
* Ignore points with no elevation when calculatin uphill/downhill
* Use python-build to also make wheels #237
* timezone lost in fields when cloning/copying parsed GPX file
* Parsing timezone-unaware GPX files #183
* Use python3 code
- v1.5.0
* Typos #239
* Number formating bug #230
* Add python 3.9 in travis #214
* Option to get raw speed data
* missing valid option for type of gpx speed ('3')
* Added type definitions
- %check: use %pyunittest rpm macro
- update to 1.4.2
* Consider microseconds when total_seconds o timedelta is requested
* Use list instead of getchildren for Python 3.9 compatibility
* get_nearest_location(location) has the property that if 'location'
is a point on the track, the point after 'location' on the track
is returned
- %python3_only -> %python_alternative
- 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
- Initial package (v1.3.5)