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,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