diff --git a/python-simplekml.changes b/python-simplekml.changes index 4335109..20f0e5d 100644 --- a/python-simplekml.changes +++ b/python-simplekml.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Apr 15 14:30:56 UTC 2020 - Marketa Calabkova + +- update to 1.3.5 + * moved from Bitbucket to GitHub + * Python 3.8 support + ------------------------------------------------------------------- Tue Mar 17 15:03:55 UTC 2020 - pgajdos@suse.com diff --git a/python-simplekml.spec b/python-simplekml.spec index ae23dac..a39b948 100644 --- a/python-simplekml.spec +++ b/python-simplekml.spec @@ -19,14 +19,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-simplekml -Version: 1.3.3 +Version: 1.3.5 Release: 0 Summary: A Simple KML creator -#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 +Source1: https://raw.githubusercontent.com/eisoldt/simplekml/master/LICENSE.txt BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -42,7 +41,7 @@ is easy to run with and create usable KML. %prep %setup -q -n simplekml-%{version} -sed -i 's/\r$//' README.txt +sed -i 's/\r$//' README.md cp %{SOURCE1} . %build @@ -57,7 +56,7 @@ cp %{SOURCE1} . %files %{python_files} %license LICENSE.txt -%doc README.txt +%doc README.md %{python_sitelib}/simplekml %{python_sitelib}/simplekml-%{version}-py%{python_version}.egg-info diff --git a/simplekml-1.3.3.tar.gz b/simplekml-1.3.3.tar.gz deleted file mode 100644 index c0e431b..0000000 --- a/simplekml-1.3.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e0fcb56a6da81fc1326552544d759ceaec9b6b53694851b937e208add238222 -size 37203 diff --git a/simplekml-1.3.5.tar.gz b/simplekml-1.3.5.tar.gz new file mode 100644 index 0000000..cd6765d --- /dev/null +++ b/simplekml-1.3.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:657b4e20177299a4e80bacfafff1f91102010bc23dc0ce7a7ae43bdd4246049e +size 39069