From 88f60fb2821c6c9c5d50c2c3f7d20b610350e19246e0d60cc295ac5585633e32 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 17 Mar 2021 05:17:57 +0000 Subject: [PATCH] - 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 --- PyMeeus-0.3.7.tar.gz | 3 --- PyMeeus-0.5.10.tar.gz | 3 +++ python-PyMeeus.changes | 24 ++++++++++++++++++++++++ python-PyMeeus.spec | 5 ++--- 4 files changed, 29 insertions(+), 6 deletions(-) delete mode 100644 PyMeeus-0.3.7.tar.gz create mode 100644 PyMeeus-0.5.10.tar.gz diff --git a/PyMeeus-0.3.7.tar.gz b/PyMeeus-0.3.7.tar.gz deleted file mode 100644 index b060208..0000000 --- a/PyMeeus-0.3.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:56430209e6f9a039f1ba73f107ab0b23121548e2a67ed2855f2416c3749a5662 -size 732308 diff --git a/PyMeeus-0.5.10.tar.gz b/PyMeeus-0.5.10.tar.gz new file mode 100644 index 0000000..7de01e5 --- /dev/null +++ b/PyMeeus-0.5.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:279d47f163f859de98b0473d2458e36283c0b8c5e720b9ab79b8ee2d8f19227b +size 5365113 diff --git a/python-PyMeeus.changes b/python-PyMeeus.changes index e35da14..786476d 100644 --- a/python-PyMeeus.changes +++ b/python-PyMeeus.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Wed Mar 17 05:16:36 UTC 2021 - Steve Kowalik + +- 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 diff --git a/python-PyMeeus.spec b/python-PyMeeus.spec index 98b3422..b416e87 100644 --- a/python-PyMeeus.spec +++ b/python-PyMeeus.spec @@ -1,7 +1,7 @@ # # spec file for package python-PyMeeus # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,11 +18,10 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-PyMeeus -Version: 0.3.7 +Version: 0.5.10 Release: 0 Summary: Python implementation of Jean Meeus astronomical routines License: LGPL-3.0-only -Group: Development/Languages/Python URL: https://github.com/architest/pymeeus Source: https://files.pythonhosted.org/packages/source/P/PyMeeus/PyMeeus-%{version}.tar.gz BuildRequires: %{python_module pytest}