-------------------------------------------------------------------
Tue Apr  1 12:41:15 UTC 2025 - Markéta Machová <mmachova@suse.com>

- Make the dist-info name case-insensitive

-------------------------------------------------------------------
Tue Mar 25 05:47:31 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>

- Lowercase metadata directory name.

-------------------------------------------------------------------
Mon May 20 18:25:54 UTC 2024 - Matej Cepl <mcepl@cepl.eu>

- Clean up the SPEC file.

-------------------------------------------------------------------
Fri May 17 14:48:50 UTC 2024 - Markéta Machová <mmachova@suse.com>

- Add patch pytest72.patch to fix compatibility with recent pytest

-------------------------------------------------------------------
Fri Apr 21 12:21:03 UTC 2023 - Dirk Müller <dmueller@suse.com>

- add sle15_python_module_pythons (jsc#PED-68)

-------------------------------------------------------------------
Thu Jan  5 17:54:31 UTC 2023 - Yogalakshmi Arunachalam <yarunachalam@suse.com>

- Update to 0.5.12: 
  * Fixed a bug in the computation of the winter solstice. Added new tests and information about proper use of the library.

-------------------------------------------------------------------
Thu Nov 18 11:27:06 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

- Update to 0.5.11:
  * Added parameter `local` to the `Epoch` class constructor and
    the methods `get_date()` and `get_full_date()`.

-------------------------------------------------------------------
Wed Mar 17 05:16:36 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>

- Update to 0.5.10:
  * Added methods ``moon_librations()`` and ``moon_position_angle_axis()``.
  * Added method ``moon_maximum_declination()``.
  * Fixed several bugs in ``Epoch`` class, and added method ``doy()``.
  * Added method ``moon_passage_nodes()``.
  * Added method ``moon_perigee_apogee()``.
  * Added method ``moon_phase()``.
  * Added methods ``illuminated_fraction_disk()`` and ``position_bright_limb()`` to ``Moon`` class.
  * Fixed error in the return type of method `Sun.equation_of_time()`.
  * Added methods to compute the Moon's longitude of ascending node and perigee.
  * Added `Moon` class and `position()` methods.
  * Added method `ring_parameters()` to Saturn class.
  * Added method `__hash__()` to Epoch. Now Epoch objects can be used as keys in a dictionary.
  * Added funtionality to compute the positions of Jupiter's Galilean moons.
  * Added methods to compute Saturn's ring inclination and longitude of ascending node.
  * Additional encoding changes.
  * Deleted `encoding` keyword from setup.py, which was giving problems.
  * Added encoding specification to setup.py.
  * Fixed characters with the wrong encoding.
  * Fixed undefined variable in `Epoch.tt2ut`.

-------------------------------------------------------------------
Wed Apr  1 12:23:53 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>

- Initial release (0.3.7)