Hello community,
here is the log from the commit of package python-simplekml for
openSUSE:Factory checked in at 2020-03-16 10:19:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-simplekml (Old)
and /work/SRC/openSUSE:Factory/.python-simplekml.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-simplekml"
Mon Mar 16 10:19:30 2020 rev:2 rq:785227 version:1.3.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-simplekml/python-simplekml.changes
2020-01-13 22:21:23.242514416 +0100
+++
/work/SRC/openSUSE:Factory/.python-simplekml.new.3160/python-simplekml.changes
2020-03-16 10:20:32.343641019 +0100
@@ -1,0 +2,5 @@
+Sun Mar 15 07:41:38 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Fix build without python2
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-simplekml.spec ++++++
--- /var/tmp/diff_new_pack.ofueTB/_old 2020-03-16 10:20:35.051642123 +0100
+++ /var/tmp/diff_new_pack.ofueTB/_new 2020-03-16 10:20:35.051642123 +0100
@@ -1,6 +1,7 @@
#
# spec file for package python-simplekml
#
+# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2016-2019, Martin Hauke <[email protected]>
#
# All modifications and additions to the file contributed by third parties
@@ -12,7 +13,8 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
+#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
@@ -20,9 +22,8 @@
Version: 1.3.1
Release: 0
Summary: A Simple KML creator
-License: LGPL-3.0-or-later
-Group: Development/Languages/Python
#HG-Clone: https://bitbucket.org/KyleLancaster/simplekml
+License: LGPL-3.0-or-later
URL: http://readthedocs.org/projects/simplekml/
Source:
https://files.pythonhosted.org/packages/source/s/simplekml/simplekml-%{version}.tar.gz
Source1:
https://bitbucket.org/KyleLancaster/simplekml/raw/76ac20169865b793aa0ed574f12651e96562570d/LICENSE.txt
@@ -58,6 +59,6 @@
%license LICENSE.txt
%doc README.txt
%{python_sitelib}/simplekml
-%{python_sitelib}/simplekml-%{version}-py%{py_ver}.egg-info
+%{python_sitelib}/simplekml-%{version}-py%{python_version}.egg-info
%changelog