From 4bcdc4fe55dfd3575fc7888f388d35f0e9d5bd297700fe6bf3fea1e5ce379697 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 7 Oct 2022 18:54:21 +0000 Subject: [PATCH] Accepting request 1008839 from home:yarunachalam:branches:devel:languages:python - Update to version 1.3.6 * Merge pull request #9 from docjason/jdevelop * add create placemark w/address example * implement issue#7 to create placemark with address and no geometry * Merge pull request #8 from docjason/jdevelop * set outputfile same as other examples * add networklink KMZ example * update __str__() function to use save() function with StringIO instance * update save() function to use StringIO to serialize KML to string * fixing coordinates position when tessellate is set. Thx to Jason for reporting the bug * Merge pull request #5 from klappj/master * Merge pull request #4 from runsascoded/links * Merge pull request #3 from drid/patch-1 * Prevents error when name is an NaN * update bitbucket links to github * Update featgeom.py OBS-URL: https://build.opensuse.org/request/show/1008839 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-simplekml?expand=0&rev=9 --- python-simplekml.changes | 20 ++++++++++++++++++++ python-simplekml.spec | 4 ++-- simplekml-1.3.5.tar.gz | 3 --- simplekml-1.3.6.tar.gz | 3 +++ 4 files changed, 25 insertions(+), 5 deletions(-) delete mode 100644 simplekml-1.3.5.tar.gz create mode 100644 simplekml-1.3.6.tar.gz diff --git a/python-simplekml.changes b/python-simplekml.changes index 20f0e5d..0d0923f 100644 --- a/python-simplekml.changes +++ b/python-simplekml.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Oct 7 15:40:41 UTC 2022 - Yogalakshmi Arunachalam + +- Update to version 1.3.6 + * Merge pull request #9 from docjason/jdevelop + * add create placemark w/address example + * implement issue#7 to create placemark with address and no geometry + * Merge pull request #8 from docjason/jdevelop + * set outputfile same as other examples + * add networklink KMZ example + * update __str__() function to use save() function with StringIO instance + * update save() function to use StringIO to serialize KML to string + * fixing coordinates position when tessellate is set. Thx to Jason for reporting the bug + * Merge pull request #5 from klappj/master + * Merge pull request #4 from runsascoded/links + * Merge pull request #3 from drid/patch-1 + * Prevents error when name is an NaN + * update bitbucket links to github + * Update featgeom.py + ------------------------------------------------------------------- Wed Apr 15 14:30:56 UTC 2020 - Marketa Calabkova diff --git a/python-simplekml.spec b/python-simplekml.spec index a39b948..2f3291c 100644 --- a/python-simplekml.spec +++ b/python-simplekml.spec @@ -1,7 +1,7 @@ # # spec file for package python-simplekml # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # Copyright (c) 2016-2019, Martin Hauke # # All modifications and additions to the file contributed by third parties @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-simplekml -Version: 1.3.5 +Version: 1.3.6 Release: 0 Summary: A Simple KML creator License: LGPL-3.0-or-later diff --git a/simplekml-1.3.5.tar.gz b/simplekml-1.3.5.tar.gz deleted file mode 100644 index cd6765d..0000000 --- a/simplekml-1.3.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:657b4e20177299a4e80bacfafff1f91102010bc23dc0ce7a7ae43bdd4246049e -size 39069 diff --git a/simplekml-1.3.6.tar.gz b/simplekml-1.3.6.tar.gz new file mode 100644 index 0000000..ddf9542 --- /dev/null +++ b/simplekml-1.3.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cda687be2754395fcab664e908ebf589facd41e8436d233d2be37a69efb1c536 +size 52999