From 40bf1a35bb8864c17ce0b52f82e8fbe1203d6c8a9b56c5c72cc9573fee0147bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 13 Jun 2020 13:54:09 +0000 Subject: [PATCH] Accepting request 814186 from home:alarrosa:branches:devel:languages:python MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update to 2.2: * Fix for bug #48. As per the bug report the angle to adjust for the effect of elevation should have been θ (not α). * The sun functions can now also be passed the timezone as a string. Previously only a pytz timezone was accepted. OBS-URL: https://build.opensuse.org/request/show/814186 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-astral?expand=0&rev=18 --- astral-2.1.tar.gz | 3 --- astral-2.2.tar.gz | 3 +++ python-astral.changes | 9 +++++++++ python-astral.spec | 5 +---- 4 files changed, 13 insertions(+), 7 deletions(-) delete mode 100644 astral-2.1.tar.gz create mode 100644 astral-2.2.tar.gz diff --git a/astral-2.1.tar.gz b/astral-2.1.tar.gz deleted file mode 100644 index ba156c4..0000000 --- a/astral-2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7f57ad3ed2aa00fbed2893d82cdd2000e0723a5dbe167e1b7f847cc555596f65 -size 204416 diff --git a/astral-2.2.tar.gz b/astral-2.2.tar.gz new file mode 100644 index 0000000..6e7ac9c --- /dev/null +++ b/astral-2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e41d9967d5c48be421346552f0f4dedad43ff39a83574f5ff2ad32b6627b6fbe +size 578223 diff --git a/python-astral.changes b/python-astral.changes index 1b804ec..95756e4 100644 --- a/python-astral.changes +++ b/python-astral.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Jun 12 15:00:14 UTC 2020 - Antonio Larrosa + +- Update to 2.2: + * Fix for bug #48. As per the bug report the angle to adjust for + the effect of elevation should have been θ (not α). + * The sun functions can now also be passed the timezone as a + string. Previously only a pytz timezone was accepted. + ------------------------------------------------------------------- Fri Mar 6 18:24:26 UTC 2020 - Tomáš Chvátal diff --git a/python-astral.spec b/python-astral.spec index 3d8413d..8dff87d 100644 --- a/python-astral.spec +++ b/python-astral.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-astral -Version: 2.1 +Version: 2.2 Release: 0 Summary: Calculations for the position of the sun and moon License: Apache-2.0 @@ -55,9 +55,6 @@ For documentation see the http://astral.readthedocs.io/en/latest/index.html %install %python_install -# do not install bogus doc module -%python_expand rm -r %{buildroot}/%{$python_sitelib}/doc -%python_expand rm -r %{buildroot}/%{$python_sitelib}/test %python_expand %fdupes %{buildroot}/%{$python_sitelib} %check