diff --git a/astral-2.2.tar.gz b/astral-2.2.tar.gz deleted file mode 100644 index 6e7ac9c..0000000 --- a/astral-2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e41d9967d5c48be421346552f0f4dedad43ff39a83574f5ff2ad32b6627b6fbe -size 578223 diff --git a/astral-3.2.tar.gz b/astral-3.2.tar.gz new file mode 100644 index 0000000..7426eaa --- /dev/null +++ b/astral-3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b7c3b412e9e69d172cfb24be0e6addcc9f1bd01a28db8bebe66d75ccc533d88 +size 48075 diff --git a/python-astral.changes b/python-astral.changes index 64acc64..da6ea02 100644 --- a/python-astral.changes +++ b/python-astral.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon May 29 16:40:29 UTC 2023 - Dirk Müller + +- update to 3.0: + * Adds moon rise, set, azimuth and zenith calculations + ------------------------------------------------------------------- Wed Jan 20 04:21:00 UTC 2021 - Steve Kowalik diff --git a/python-astral.spec b/python-astral.spec index ebdce82..ccac561 100644 --- a/python-astral.spec +++ b/python-astral.spec @@ -1,7 +1,7 @@ # # spec file for package python-astral # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,10 +16,9 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 +%{?sle15_python_module_pythons} Name: python-astral -Version: 2.2 +Version: 3.2 Release: 0 Summary: Calculations for the position of the sun and moon License: Apache-2.0 @@ -62,7 +61,7 @@ For documentation see the http://astral.readthedocs.io/en/latest/index.html %pytest -m "not webtest" %files %{python_files} -%doc README.rst +%doc ReadMe.md %license LICENSE %{python_sitelib}/*