15
0
forked from pool/python-astral

- update to 3.0:

* Adds moon rise, set, azimuth and zenith calculations

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-astral?expand=0&rev=24
This commit is contained in:
2023-05-29 16:41:07 +00:00
committed by Git OBS Bridge
parent 2dfc8d46c9
commit 30f57c418b
4 changed files with 13 additions and 8 deletions

View File

@@ -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}/*