Changelog for
python312-astral-3.2-1.5.noarch.rpm :
* Mon May 29 2023 Dirk Müller
- update to 3.0:
* Adds moon rise, set, azimuth and zenith calculations
* Wed Jan 20 2021 Steve Kowalik - BuildRequire dataclasses if python36-base installed
* Tue Nov 03 2020 Guillaume GARDET - Fix %check on Leap 15.2
* Fri Jun 12 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 06 2020 Tomáš Chvátal - Do not install doc and test folders to sitelib
* Thu Mar 05 2020 pgajdosAATTsuse.com- version update to 2.1
* v2.0 - Python 3 only
* Fix for documentation on PyPi
* Added python to code-block directives
* Fix for bug #44
* Wed Mar 06 2019 Tomáš Chvátal - Update to 1.10.1:
* Keywords arguments to Astral init are now passed to the geocoder
* Added method to AstralGeocoder to add locations to the database
* Version 1.9 broke the sun_utc method. Sun UTC calculation passed incorrect parameter
* Corrected version number in module source code
* Sun calculations now take into account the elevation of the location
* Added command line interface to return sun information as json- Run tests
* Tue Dec 04 2018 Matej Cepl - Remove superfluous devel dependency for noarch package
* Mon Nov 12 2018 Matěj Cepl - Make package buildable on Leap 42.
* (SLE 12.
*) as well.
* Mon Nov 12 2018 Adrian Schröter - update to version 1.7.1
* Requests is now only needed when using GoogleGeocoder
* GoogleGeocoder now requires the `api_key` parameter to be passed to the constructor