From d391c5e5259f90be16f457806ad27b73d6625213 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 26 Feb 2025 07:24:26 +0800 Subject: 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 Signed-off-by: Khem Raj --- .../python-pyephem/python3-pyephem_4.1.6.bb | 16 ---------------- .../python-pyephem/python3-pyephem_4.2.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta-python/recipes-extended/python-pyephem/python3-pyephem_4.1.6.bb create mode 100644 meta-python/recipes-extended/python-pyephem/python3-pyephem_4.2.bb (limited to 'meta-python') 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.1.6.bb deleted file mode 100644 index c3b151508c..0000000000 --- a/meta-python/recipes-extended/python-pyephem/python3-pyephem_4.1.6.bb +++ /dev/null @@ -1,16 +0,0 @@ -SUMMARY = "PyEphem astronomical calculations" -HOMEPAGE = "http://rhodesmill.org/pyephem/" - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=9c930b395b435b00bb13ec83b0c99f40" - -SRC_URI[sha256sum] = "0ed2e4ea76f9db3eede2204adab8af3f1708201c7c04ee8511e710a54ca6425f" - -PYPI_PACKAGE = "ephem" - -inherit pypi setuptools3 - -RDEPENDS:${PN} += "\ - python3-datetime \ - python3-math \ - " diff --git a/meta-python/recipes-extended/python-pyephem/python3-pyephem_4.2.bb b/meta-python/recipes-extended/python-pyephem/python3-pyephem_4.2.bb new file mode 100644 index 0000000000..428876e4af --- /dev/null +++ b/meta-python/recipes-extended/python-pyephem/python3-pyephem_4.2.bb @@ -0,0 +1,16 @@ +SUMMARY = "PyEphem astronomical calculations" +HOMEPAGE = "http://rhodesmill.org/pyephem/" + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=9c930b395b435b00bb13ec83b0c99f40" + +SRC_URI[sha256sum] = "3c4fd64f453e8f40cf862420a70da95a71b6487ace75e8e0cf85d73707db6065" + +PYPI_PACKAGE = "ephem" + +inherit pypi setuptools3 + +RDEPENDS:${PN} += "\ + python3-datetime \ + python3-math \ + " -- cgit v1.2.3-54-g00ecf