forked from pool/python-gpxpy
- 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
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e6993a8945eae07a833cd304b88bbc6c3c132d63b2bf4a9b0a5d9097616b8708
|
||||
size 111597
|
||||
3
gpxpy-1.6.2.tar.gz
Normal file
3
gpxpy-1.6.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a72c484b97ec42b80834353b029cc8ee1b79f0ffca1179b2210bb3baf26c01ae
|
||||
size 111695
|
||||
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
@@ -7,7 +19,7 @@ Wed Sep 28 21:49:42 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
* 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
|
||||
* Added type definitions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 26 06:25:13 UTC 2021 - pgajdos@suse.com
|
||||
@@ -20,8 +32,8 @@ 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
|
||||
* 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
@@ -41,4 +53,4 @@ Wed Apr 8 06:16:25 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 15 11:42:50 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
|
||||
|
||||
- Initial package (v1.3.5)
|
||||
- Initial package (v1.3.5)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-gpxpy
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-gpxpy
|
||||
Version: 1.5.0
|
||||
Version: 1.6.2
|
||||
Release: 0
|
||||
Summary: GPX file parser and GPS track manipulation library
|
||||
License: Apache-2.0
|
||||
|
||||
Reference in New Issue
Block a user