summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-extended/python-pyephem
Commit message (Collapse)AuthorAgeFilesLines
* meta-python: drop ${PYTHON_PN}Tim Orling2024-02-191-2/+2
| | | | | | | python 2 is long unsupported, so we no longer need this variable. Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyephem: upgrade 4.1.4 -> 4.1.5Wang Mingyu2023-10-231-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyephem: upgrade 4.1.3 -> 4.1.4Wang Mingyu2023-01-062-46/+1
| | | | | | | | | | | | | | | | | | 0001-Don-t-set-tp_print-on-Python-3.patch removed since it's included in 4.1.4 Changelog: ========== In previous versions, if you asked for the position of a body (a) whose elliptical or hyperbolic orbit has an eccentricity very close to 1.0 and (b) which is very far from perihelion, then the underlying C library would print a warning Near-parabolic orbit: inaccurate result but let your Python script continue on unawares. Now, no message is printed directly to the screen, and instead a RuntimeError will tell you why PyEphem can't compute the body's position. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyephem: Fix build with python3 and muslKhem Raj2022-08-282-0/+45
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyephem: upgrade 4.1.1 -> 4.1.3Xu Huan2022-01-311-1/+1
| | | | | | | | | | | | | | | changelog: =============================================================================== -Fixed an inadvertent loss of precision in the routine that computes a date’s hours, minutes, and seconds. It was sometimes returning a small negative number of seconds, which caused Python’s datetime type to complain ValueError: second must be in 0..59. -Users installing from source on Windows are now protected against a possible encoding error as setup.py reads in two text files. Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-pyephem: upgrade 4.1 -> 4.1.1Xu Huan2021-12-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changelog: =============================================================== When you provide PyEphem with a Python datetime that has a time zone attached, PyEphem now detects the time zone and converts the date and time to UTC automatically. A new search routine had been written and tested to power the :ref:`transit-rising-setting` methods previous_rising(), previous_setting(), next_rising(), and next_setting(). They should no longer be susceptible to getting hung up in a loop. You should also find them substantially faster. Fixed the constellation() routine so that it uses astrometric, rather than apparent, right ascension and declination. This should make it more accurate along the borders of each constellation. Fixed how the underlying “libastro” library computes whether a body’s image is deflected by gravity when its light passes close to the Sun. Previously, users would see coordinates jump unexpectedly as the deflection formula turned on and off haphazardly. Fixed the star positions in the ephem.stars star catalog by adding 8.75 years of proper motion to each star. Previously, each 1991.25 position from the Hipparcos catalog was being incorrectly treated as a 2000.0 position. A new routine unrefract() lets you compute the real altitude of a body that you observe in the sky at a given apparent altitude. The old cities.lookup() function is now officially deprecated. Because of a Google API restriction, it stopped working in 2018. Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-pyephem: update to 4.1Oleksandr Kravchuk2021-10-181-1/+1
| | | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-pyephem: upgrade 3.7.7.1 -> 4.0.0.2zangrc2021-08-301-3/+3
| | | | | | | | -License-Update: Change to MIT License. Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* Convert to new override syntaxMartin Jansa2021-08-031-1/+1
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python3-pyephem: Upgrade 3.7.7.0 -> 3.7.7.1Leon Anavi2021-01-201-2/+1
| | | | | | | | | | | | | Upgrade to release 3.7.7.1: - Fixed a memory leak in readdb() - Fixed the Body.copy() method to correctly copy object-specific fields across to the new object, like Saturn ring tilt and Earth satellite catalog number Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-python: rename python2 recipes to python3 eqiuvalentAndrey Zhizhikin2020-01-221-1/+1
| | | | | | | | | | Rename recipes which were previously built with python2 to their python3 equivalents. Use new python3 classes (setuptools3) in those recipes. Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-pyephem: upgrade 3.7.6.0 -> 3.7.7.0Zang Ruochen2019-11-201-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-pyephem: add RDEPENDS to packageDerek Straka2016-07-221-0/+4
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyephem: update recipe to use the pypi classDerek Straka2016-07-111-3/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyephem_3.7.6.0.bb: Add new recipe.Philip Balister2016-06-221-0/+14
Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>