diff --git a/astral-1.4.zip b/astral-1.4.zip deleted file mode 100644 index 73107bb..0000000 --- a/astral-1.4.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e7f2c825ac101c0953812e0f4c617ca48bd9dd5f4ebf450f7ce9086ed8f5a1fe -size 35283 diff --git a/astral-1.5.zip b/astral-1.5.zip new file mode 100644 index 0000000..01fdc1e --- /dev/null +++ b/astral-1.5.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbe768e4334fbc4470d935330ada9e740bc8fe4f7daf31c31af7be8aae7b1807 +size 87835 diff --git a/python-astral.changes b/python-astral.changes index fc1e1c5..fef8019 100644 --- a/python-astral.changes +++ b/python-astral.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Feb 12 22:06:43 UTC 2018 - adrian@suse.de + +- update to version 1.5 + ------------------------------------------------------------------- Mon Sep 11 14:29:11 UTC 2017 - aloisio@gmx.com diff --git a/python-astral.spec b/python-astral.spec index 18d1470..b83ddb0 100644 --- a/python-astral.spec +++ b/python-astral.spec @@ -1,7 +1,7 @@ # # spec file for package python-astral # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -13,21 +13,21 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-astral -Version: 1.4 +Version: 1.5 Release: 0 -License: Apache-2.0 Summary: Calculations for the position of the sun and moon -Url: https://github.com/sffjunkie/astral +License: Apache-2.0 Group: Development/Languages/Python +Url: https://github.com/sffjunkie/astral Source: https://files.pythonhosted.org/packages/source/a/astral/astral-%{version}.zip BuildRequires: %{python_module devel} -BuildRequires: %{python_module setuptools} BuildRequires: %{python_module pytz} -BuildRequires: dos2unix +BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: unzip @@ -48,7 +48,6 @@ For documentation see the http://astral.readthedocs.io/en/latest/index.html %prep %setup -q -n astral-%{version} -dos2unix LICENSE README %build %python_build @@ -59,7 +58,7 @@ dos2unix LICENSE README %files %{python_files} %defattr(-,root,root,-) -%doc LICENSE README +%doc LICENSE README.rst %{python_sitelib}/* %changelog