diff options
author | Xu Huan <xuhuan.fnst@fujitsu.com> | 2022-01-27 17:04:15 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-01-31 08:15:17 -0800 |
commit | 72a9858ec305ca4633bf92a8f60a9ca458a97d09 (patch) | |
tree | c0eb6d7e566686c360a54732ae24b28fc9a9ff18 /meta-python/recipes-extended | |
parent | 098626948827d3cff71a7bd4ec31799bbef584ad (diff) | |
download | meta-openembedded-72a9858ec305ca4633bf92a8f60a9ca458a97d09.tar.gz |
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>
Diffstat (limited to 'meta-python/recipes-extended')
-rw-r--r-- | meta-python/recipes-extended/python-pyephem/python3-pyephem_4.1.3.bb (renamed from meta-python/recipes-extended/python-pyephem/python3-pyephem_4.1.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
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 index ec3cde87d..29697bc25 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/" | |||
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=9c930b395b435b00bb13ec83b0c99f40" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=9c930b395b435b00bb13ec83b0c99f40" |
6 | 6 | ||
7 | SRC_URI[sha256sum] = "dba9e05c78ce910ae75a06351a5592479191a8dc570ac0cd6d18a77e98138873" | 7 | SRC_URI[sha256sum] = "7fa18685981ba528edd504052a9d5212a09aa5bf15c11a734edc6a86e8a8b56a" |
8 | 8 | ||
9 | PYPI_PACKAGE = "ephem" | 9 | PYPI_PACKAGE = "ephem" |
10 | 10 | ||