forked from pool/python-astral
- Update to python-astral 1.6:
* Added api_key parameter to GoogleGeocoder init method.
- Add LICENSE file from upstream's git.
* 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
OBS-URL: https://build.opensuse.org/request/show/582445
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-astral?expand=0&rev=3
29 lines
967 B
Plaintext
29 lines
967 B
Plaintext
-------------------------------------------------------------------
|
|
Sun Mar 4 19:55:47 UTC 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 22:06:43 UTC 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 14:29:11 UTC 2017 - aloisio@gmx.com
|
|
|
|
- Update to version 1.4
|
|
- Converted to single-spec
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 22 07:30:07 UTC 2017 - toms@opensuse.org
|
|
|
|
- First public release 1.3.4 on OBS
|
|
|