AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- 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
- Remove superfluous devel dependency for noarch package
- Make package buildable on Leap 42.* (SLE 12.*) as well.
- 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
- update to version 1.6.1 * minor fixes