From 72a9858ec305ca4633bf92a8f60a9ca458a97d09 Mon Sep 17 00:00:00 2001 From: Xu Huan Date: Thu, 27 Jan 2022 17:04:15 +0800 Subject: [PATCH] python3-pyephem: upgrade 4.1.1 -> 4.1.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-pyephem_4.1.1.bb => python3-pyephem_4.1.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-extended/python-pyephem/{python3-pyephem_4.1.1.bb => python3-pyephem_4.1.3.bb} (77%) diff --git a/meta-python/recipes-extended/python-pyephem/python3-pyephem_4.1.1.bb b/meta-python/recipes-extended/python-pyephem/python3-pyephem_4.1.3.bb similarity index 77% rename from meta-python/recipes-extended/python-pyephem/python3-pyephem_4.1.1.bb rename to meta-python/recipes-extended/python-pyephem/python3-pyephem_4.1.3.bb index ec3cde87d3..29697bc251 100644 --- a/meta-python/recipes-extended/python-pyephem/python3-pyephem_4.1.1.bb +++ b/meta-python/recipes-extended/python-pyephem/python3-pyephem_4.1.3.bb @@ -4,7 +4,7 @@ HOMEPAGE = "http://rhodesmill.org/pyephem/" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=9c930b395b435b00bb13ec83b0c99f40" -SRC_URI[sha256sum] = "dba9e05c78ce910ae75a06351a5592479191a8dc570ac0cd6d18a77e98138873" +SRC_URI[sha256sum] = "7fa18685981ba528edd504052a9d5212a09aa5bf15c11a734edc6a86e8a8b56a" PYPI_PACKAGE = "ephem"