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,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e41d9967d5c48be421346552f0f4dedad43ff39a83574f5ff2ad32b6627b6fbe
size 578223

3
astral-3.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9b7c3b412e9e69d172cfb24be0e6addcc9f1bd01a28db8bebe66d75ccc533d88
size 48075

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon May 29 16:40:29 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 3.0:
* Adds moon rise, set, azimuth and zenith calculations
-------------------------------------------------------------------
Wed Jan 20 04:21:00 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>

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