Files
python-astral/python-astral.changes

108 lines
3.9 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
-------------------------------------------------------------------
Tue May 13 15:00:26 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Convert to pip-based build
-------------------------------------------------------------------
Mon May 29 16:40:29 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 3.0:
* Adds moon rise, set, azimuth and zenith calculations
-------------------------------------------------------------------
Wed Jan 20 04:21:00 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- BuildRequire dataclasses if python36-base installed
-------------------------------------------------------------------
Tue Nov 3 16:31:08 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Fix %check on Leap 15.2
-------------------------------------------------------------------
Fri Jun 12 15:00:14 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
- 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 6 18:24:26 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Do not install doc and test folders to sitelib
-------------------------------------------------------------------
Thu Mar 5 09:52:44 UTC 2020 - pgajdos@suse.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 6 12:19:26 UTC 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 4 12:45:44 UTC 2018 - Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
-------------------------------------------------------------------
Mon Nov 12 09:57:51 UTC 2018 - Matěj Cepl <mcepl@suse.com>
- Make package buildable on Leap 42.* (SLE 12.*) as well.
-------------------------------------------------------------------
Mon Nov 12 08:31:38 UTC 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 13:20:23 UTC 2018 - adrian@suse.de
- update to version 1.6.1
* minor fixes
-------------------------------------------------------------------
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