Package Release Info

python-astral-1.6-bp151.3.1

Update Info: Base Release
Available in Package Hub : 15 SP1

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-astral
python3-astral

Change Logs

Version: 1.6-bp150.2.4
* Sun Mar 04 2018 alarrosa@suse.com
- Update to python-astral 1.6:
  * Added api_key parameter to GoogleGeocoder init method.
- Add LICENSE file from upstream's git.
* Mon Feb 12 2018 adrian@suse.de
- update to version 1.5
  * dawn_utc, sunrise_utc, sunset_utc and dusk_utc now only raise AstralError
    for a math domain exception all other exceptions are passed through.
  * moon_phase now takes another parameter if the type to return either
    int (the default) or float
* Mon Sep 11 2017 aloisio@gmx.com
- Update to version 1.4
- Converted to single-spec
* Wed Feb 22 2017 toms@opensuse.org
- First public release 1.3.4 on OBS
Version: 1.10.1-bp152.1.8
* Wed Mar 06 2019 Tomá? Chvátal <tchvatal@suse.com>
- 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 <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
* Mon Nov 12 2018 Mat?j Cepl <mcepl@suse.com>
- Make package buildable on Leap 42.* (SLE 12.*) as well.
* Mon Nov 12 2018 Adrian Schröter <adrian@suse.de>
- 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
* Mon May 14 2018 adrian@suse.de
- update to version 1.6.1
  * minor fixes