diff --git a/gpxpy-1.4.2.tar.gz b/gpxpy-1.4.2.tar.gz deleted file mode 100644 index 29db54b..0000000 --- a/gpxpy-1.4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0832041899cdfdc5a607291bbef3d73042e16ffcecc3f2cb9631b699db0bb53f -size 105718 diff --git a/gpxpy-1.5.0.tar.gz b/gpxpy-1.5.0.tar.gz new file mode 100644 index 0000000..009f614 --- /dev/null +++ b/gpxpy-1.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6993a8945eae07a833cd304b88bbc6c3c132d63b2bf4a9b0a5d9097616b8708 +size 111597 diff --git a/python-gpxpy.changes b/python-gpxpy.changes index 4339ae9..ae4699c 100644 --- a/python-gpxpy.changes +++ b/python-gpxpy.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Sep 28 21:49:42 UTC 2022 - Yogalakshmi Arunachalam + +- 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 diff --git a/python-gpxpy.spec b/python-gpxpy.spec index 278dacc..1546b6e 100644 --- a/python-gpxpy.spec +++ b/python-gpxpy.spec @@ -1,7 +1,7 @@ # # spec file for package python-gpxpy # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 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.4.2 +Version: 1.5.0 Release: 0 Summary: GPX file parser and GPS track manipulation library License: Apache-2.0