Accepting request 582445 from home:alarrosa:branches:devel:languages:python

- 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
This commit is contained in:
Tomáš Chvátal
2018-03-04 20:28:14 +00:00
committed by Git OBS Bridge
parent d84856ae8f
commit 4720b425ec
5 changed files with 223 additions and 6 deletions

View File

@@ -1,7 +1,19 @@
-------------------------------------------------------------------
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