18 Commits

Author SHA256 Message Date
32a8bd6bcd Accepting request 1284177 from devel:languages:python
- Convert to libalternatives

OBS-URL: https://build.opensuse.org/request/show/1284177
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gpxpy?expand=0&rev=9
2025-06-10 07:07:47 +00:00
8554419fae - Convert to libalternatives
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gpxpy?expand=0&rev=17
2025-06-09 12:35:45 +00:00
ae6a1e300a Accepting request 1280629 from devel:languages:python
- Convert to pip-based build

OBS-URL: https://build.opensuse.org/request/show/1280629
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gpxpy?expand=0&rev=8
2025-05-27 16:44:17 +00:00
dd19fca30d - Convert to pip-based build
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gpxpy?expand=0&rev=15
2025-05-27 14:09:08 +00:00
4289a51214 Accepting request 1133908 from devel:languages:python
- 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

  * Added type definitions
  * get_nearest_location(location) has the property that if 'location'
    is a point on the track, the point after 'location' on the track
- Initial package (v1.3.5)

OBS-URL: https://build.opensuse.org/request/show/1133908
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gpxpy?expand=0&rev=7
2023-12-18 21:57:26 +00:00
ae1a146fbd - 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
  * Added type definitions
  * get_nearest_location(location) has the property that if 'location'
    is a point on the track, the point after 'location' on the track
- Initial package (v1.3.5)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gpxpy?expand=0&rev=13
2023-12-18 20:35:35 +00:00
aef5c341bc Accepting request 1006891 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1006891
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gpxpy?expand=0&rev=6
2022-09-29 16:14:08 +00:00
5491cd2427 Accepting request 1006784 from home:yarunachalam:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1006784
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gpxpy?expand=0&rev=11
2022-09-29 09:30:13 +00:00
58c5f93fbc Accepting request 895759 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/895759
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gpxpy?expand=0&rev=5
2021-06-01 08:37:36 +00:00
fd3e10bbff Accepting request 895693 from home:pgajdos:python
setup.py test replacement

OBS-URL: https://build.opensuse.org/request/show/895693
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gpxpy?expand=0&rev=9
2021-05-27 12:22:52 +00:00
2cf2585bfb Accepting request 888985 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/888985
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gpxpy?expand=0&rev=4
2021-04-28 23:38:20 +00:00
4576d8c5c4 Accepting request 888981 from home:mcalabkova:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/888981
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gpxpy?expand=0&rev=7
2021-04-28 09:20:38 +00:00
d4920bd9c4 Accepting request 809360 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/809360
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gpxpy?expand=0&rev=3
2020-05-28 07:16:32 +00:00
Tomáš Chvátal
78688fc53f Accepting request 809269 from home:pgajdos:python
submit

OBS-URL: https://build.opensuse.org/request/show/809269
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gpxpy?expand=0&rev=5
2020-05-27 10:05:59 +00:00
dd2be754ea Accepting request 792331 from devel:languages:python
- 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/request/show/792331
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gpxpy?expand=0&rev=2
2020-04-08 17:56:28 +00:00
745a49f821 - 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
f98d91cb14 Accepting request 741039 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/741039
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gpxpy?expand=0&rev=1
2019-10-24 21:03:14 +00:00
Tomáš Chvátal
2b7429f0b2 Accepting request 739698 from home:alois:branches:devel:languages:python
new package (2nd attempt)

OBS-URL: https://build.opensuse.org/request/show/739698
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gpxpy?expand=0&rev=1
2019-10-18 10:17:16 +00:00