forked from pool/python-simplekml
Accepting request 794216 from home:mcalabkova:branches:devel:languages:python
- update to 1.3.5 * moved from Bitbucket to GitHub * Python 3.8 support OBS-URL: https://build.opensuse.org/request/show/794216 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-simplekml?expand=0&rev=7
This commit is contained in:
committed by
Git OBS Bridge
parent
54b8d29f3f
commit
2eeb9cefa2
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 15 14:30:56 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
- 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
|
||||
|
||||
|
@@ -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
|
||||
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6e0fcb56a6da81fc1326552544d759ceaec9b6b53694851b937e208add238222
|
||||
size 37203
|
3
simplekml-1.3.5.tar.gz
Normal file
3
simplekml-1.3.5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:657b4e20177299a4e80bacfafff1f91102010bc23dc0ce7a7ae43bdd4246049e
|
||||
size 39069
|
Reference in New Issue
Block a user