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