diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2025-02-26 07:24:26 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-02-26 08:30:53 -0800 |
commit | d391c5e5259f90be16f457806ad27b73d6625213 (patch) | |
tree | 8a82420c3c94c8dbc2ece943f889cef5c7ebddfa /meta-python | |
parent | 139bff6267c47a24060dfa1120d7d7f43a708215 (diff) | |
download | meta-openembedded-d391c5e5259f90be16f457806ad27b73d6625213.tar.gz |
python3-pyephem: upgrade 4.1.6 -> 4.2
Changelog:
==========
- The Moon's visual magnitude formula has been upgraded, so its ".mag"
should more closely match other modern estimates of its brightness.
- Fix: the routines to find risings and settings would on rare occasion
run forever (usually for sunrises or sunsets at very high latitude).
They now limit their running time and refuse to run forever.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-extended/python-pyephem/python3-pyephem_4.2.bb (renamed from meta-python/recipes-extended/python-pyephem/python3-pyephem_4.1.6.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-extended/python-pyephem/python3-pyephem_4.1.6.bb b/meta-python/recipes-extended/python-pyephem/python3-pyephem_4.2.bb index c3b151508c..428876e4af 100644 --- a/meta-python/recipes-extended/python-pyephem/python3-pyephem_4.1.6.bb +++ b/meta-python/recipes-extended/python-pyephem/python3-pyephem_4.2.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] = "0ed2e4ea76f9db3eede2204adab8af3f1708201c7c04ee8511e710a54ca6425f" | 7 | SRC_URI[sha256sum] = "3c4fd64f453e8f40cf862420a70da95a71b6487ace75e8e0cf85d73707db6065" |
8 | 8 | ||
9 | PYPI_PACKAGE = "ephem" | 9 | PYPI_PACKAGE = "ephem" |
10 | 10 | ||