From 7c8de8cbacc7137488bd6d207d411b1cdf5defc6 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 16 Nov 2023 16:30:03 +0800 Subject: python3-pymetno: upgrade 0.11.0 -> 0.12.0 Changelog: ============= -don't overwrite day/night specific conditions -Remove dependency on pytz -Use ciso8601 for parsing time when already installed Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-pymetno_0.11.0.bb | 18 ------------------ .../recipes-devtools/python/python3-pymetno_0.12.0.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pymetno_0.11.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-pymetno_0.12.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-pymetno_0.11.0.bb b/meta-python/recipes-devtools/python/python3-pymetno_0.11.0.bb deleted file mode 100644 index d66c4c2ce3..0000000000 --- a/meta-python/recipes-devtools/python/python3-pymetno_0.11.0.bb +++ /dev/null @@ -1,18 +0,0 @@ -SUMMARY = "Python library to talk to the met.no api" -HOMEPAGE = "https://github.com/Danielhiversen/pyMetno" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=5d503272f52c35147ec960cb56a03bf4" - -SRC_URI = "git://github.com/Danielhiversen/pyMetno.git;protocol=https;branch=master" -SRCREV = "d7a6161c7765bff19a276b29a6a689a59b03a63c" -S = "${WORKDIR}/git" - -inherit setuptools3 - -PIP_INSTALL_PACKAGE = "PyMetno" - -RDEPENDS:${PN} = "\ - ${PYTHON_PN}-aiohttp (>=3.6.1) \ - ${PYTHON_PN}-async-timeout (>=3.0.1) \ - ${PYTHON_PN}-pytz (>=2019.3) \ -" diff --git a/meta-python/recipes-devtools/python/python3-pymetno_0.12.0.bb b/meta-python/recipes-devtools/python/python3-pymetno_0.12.0.bb new file mode 100644 index 0000000000..ae686871e8 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pymetno_0.12.0.bb @@ -0,0 +1,18 @@ +SUMMARY = "Python library to talk to the met.no api" +HOMEPAGE = "https://github.com/Danielhiversen/pyMetno" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=5d503272f52c35147ec960cb56a03bf4" + +SRC_URI = "git://github.com/Danielhiversen/pyMetno.git;protocol=https;branch=master" +SRCREV = "50f427aad264a4793abb94a3c8cbf987fadcd4ae" +S = "${WORKDIR}/git" + +inherit setuptools3 + +PIP_INSTALL_PACKAGE = "PyMetno" + +RDEPENDS:${PN} = "\ + ${PYTHON_PN}-aiohttp (>=3.6.1) \ + ${PYTHON_PN}-async-timeout (>=3.0.1) \ + ${PYTHON_PN}-pytz (>=2019.3) \ +" -- cgit v1.2.3-54-g00ecf