OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gpxpy?expand=0&rev=17
67 lines
2.4 KiB
Plaintext
67 lines
2.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Jun 9 12:34:21 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
|
|
|
- Convert to libalternatives
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 27 14:08:53 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
|
|
|
- Convert to pip-based build
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Dec 18 20:34:52 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- 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
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 28 21:49:42 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
- 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
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 26 06:25:13 UTC 2021 - pgajdos@suse.com
|
|
|
|
- %check: use %pyunittest rpm macro
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 28 09:01:30 UTC 2021 - Markéta Machová <mmachova@suse.com>
|
|
|
|
- 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
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 26 06:34:30 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
|
|
|
|
- %python3_only -> %python_alternative
|
|
|
|
-------------------------------------------------------------------
|
|
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)
|