From 346e328c318215c9719161bdeca294027abdb4d1 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 24 Aug 2023 16:16:42 +0800 Subject: python3-pymetno: upgrade 0.10.0 -> 0.11.0 Changelog: Expose dew point Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-pymetno_0.10.0.bb | 18 ------------------ .../recipes-devtools/python/python3-pymetno_0.11.0.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pymetno_0.10.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-pymetno_0.11.0.bb diff --git a/meta-python/recipes-devtools/python/python3-pymetno_0.10.0.bb b/meta-python/recipes-devtools/python/python3-pymetno_0.10.0.bb deleted file mode 100644 index c5ab635927..0000000000 --- a/meta-python/recipes-devtools/python/python3-pymetno_0.10.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 = "5fc18d7c5d627a9d9b2529db98d4e7e01a37dbf9" -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.11.0.bb b/meta-python/recipes-devtools/python/python3-pymetno_0.11.0.bb new file mode 100644 index 0000000000..d66c4c2ce3 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pymetno_0.11.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 = "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) \ +" -- cgit v1.2.3-54-g00ecf