summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-extended/python-pyephem/python3-pyephem_4.1.3.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-pyephem: Fix build with python3 and muslKhem Raj2022-08-281-0/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyephem: upgrade 4.1.1 -> 4.1.3Xu Huan2022-01-311-0/+16
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>