16 Commits

Author SHA256 Message Date
496c3fc1a8 Accepting request 1266144 from devel:languages:python
- Make the dist-info name case-insensitive

- Lowercase metadata directory name.

OBS-URL: https://build.opensuse.org/request/show/1266144
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyMeeus?expand=0&rev=7
2025-04-11 14:44:59 +00:00
b351734030 - Make the dist-info name case-insensitive
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyMeeus?expand=0&rev=14
2025-04-01 12:41:41 +00:00
d150e7665a - Lowercase metadata directory name.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyMeeus?expand=0&rev=13
2025-03-25 05:48:02 +00:00
9e2a1fae94 Accepting request 1175386 from devel:languages:python
- Clean up the SPEC file.
- Add patch pytest72.patch to fix compatibility with recent pytest

OBS-URL: https://build.opensuse.org/request/show/1175386
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyMeeus?expand=0&rev=6
2024-05-21 16:34:39 +00:00
9c3a969501 - Clean up the SPEC file.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyMeeus?expand=0&rev=11
2024-05-20 18:26:04 +00:00
e92176ff38 Accepting request 1174901 from home:mcalabkova:branches:devel:languages:python
- Add patch pytest72.patch to fix compatibility with recent pytest

OBS-URL: https://build.opensuse.org/request/show/1174901
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyMeeus?expand=0&rev=10
2024-05-20 18:23:46 +00:00
a8f165644c Accepting request 1082032 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1082032
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyMeeus?expand=0&rev=5
2023-04-22 20:02:40 +00:00
af8c1a1099 Accepting request 1081306 from home:dirkmueller:acdc:as_python3_module
SR for python stack proposal

OBS-URL: https://build.opensuse.org/request/show/1081306
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyMeeus?expand=0&rev=8
2023-04-21 15:04:33 +00:00
47b4ffa6b1 Accepting request 1056255 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1056255
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyMeeus?expand=0&rev=4
2023-01-07 16:15:54 +00:00
0a815002f4 Accepting request 1056246 from home:yarunachalam:branches:devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/1056246
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyMeeus?expand=0&rev=6
2023-01-05 19:05:39 +00:00
c96d3e4607 Accepting request 932312 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/932312
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyMeeus?expand=0&rev=3
2021-11-20 21:47:56 +00:00
f8cf87de3c Accepting request 932228 from home:glaubitz:branches:devel:languages:python
- Update to 0.5.11:
  * Added parameter `local` to the `Epoch` class constructor and
    the methods `get_date()` and `get_full_date()`.

OBS-URL: https://build.opensuse.org/request/show/932228
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyMeeus?expand=0&rev=5
2021-11-18 18:11:15 +00:00
Richard Brown
d12a7b0327 Accepting request 879556 from devel:languages:python
- 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`.

OBS-URL: https://build.opensuse.org/request/show/879556
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyMeeus?expand=0&rev=2
2021-03-19 15:40:02 +00:00
82a250eff2 - 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`.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyMeeus?expand=0&rev=3
2021-03-17 05:17:57 +00:00
1ee3a8cae5 Accepting request 790599 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/790599
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyMeeus?expand=0&rev=1
2020-04-01 17:20:12 +00:00
Tomáš Chvátal
3074222fc3 Accepting request 790594 from home:mcalabkova:branches:devel:languages:python
needed by python-convertdate

OBS-URL: https://build.opensuse.org/request/show/790594
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyMeeus?expand=0&rev=1
2020-04-01 13:24:51 +00:00