python3-pyephem: upgrade 4.1.1 -> 4.1.3

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>
This commit is contained in:
Xu Huan 2022-01-27 17:04:15 +08:00 committed by Khem Raj
parent 0986269488
commit 72a9858ec3

View File

@ -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"