diff --git a/meta-python/recipes-devtools/python/python3-aiohue_3.0.11.bb b/meta-python/recipes-devtools/python/python3-aiohue_4.4.1.bb similarity index 74% rename from meta-python/recipes-devtools/python/python3-aiohue_3.0.11.bb rename to meta-python/recipes-devtools/python/python3-aiohue_4.4.1.bb index 47d9964b0eb..b3a88fb6775 100644 --- a/meta-python/recipes-devtools/python/python3-aiohue_3.0.11.bb +++ b/meta-python/recipes-devtools/python/python3-aiohue_4.4.1.bb @@ -4,7 +4,7 @@ SECTION = "devel/python" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=dab31a1d28183826937f4b152143a33f" -SRC_URI[sha256sum] = "31c0b90d7dc2b62f5e1a93e78b2c0d6360ef6c0a87485c217a4f394c937fce7d" +SRC_URI[sha256sum] = "fa3bb0cf68aefdd0710704443c896abda69ae227500ad9539ac6c3d1d6dad804" inherit pypi setuptools3 @@ -12,4 +12,5 @@ RDEPENDS:${PN} += " \ ${PYTHON_PN}-aiohttp \ ${PYTHON_PN}-asyncio-throttle \ ${PYTHON_PN}-profile \ + ${PYTHON_PN}-awesomeversion \ " diff --git a/meta-python/recipes-devtools/python/python3-awesomeversion_22.5.1.bb b/meta-python/recipes-devtools/python/python3-awesomeversion_22.5.1.bb new file mode 100644 index 00000000000..cdb89698be5 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-awesomeversion_22.5.1.bb @@ -0,0 +1,9 @@ +DESCRIPTION = "One version package to rule them all, One version package to find them, One version package to bring them all, and in the darkness bind them." +HOMEPAGE = "https://pypi.org/project/awesomeversion/" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENCE.md;md5=92622b5a8e216099be741d78328bae5d" + +SRC_URI[sha256sum] = "84bcd85ab1bb9a287cfd1b2e5145f888b6e02ef3e3a63a07453f10f2f6e50fe3" + +inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-traitlets_5.1.1.bb b/meta-python/recipes-devtools/python/python3-traitlets_5.2.0.bb similarity index 66% rename from meta-python/recipes-devtools/python/python3-traitlets_5.1.1.bb rename to meta-python/recipes-devtools/python/python3-traitlets_5.2.0.bb index 8f80426e6c8..56ebaac675c 100644 --- a/meta-python/recipes-devtools/python/python3-traitlets_5.1.1.bb +++ b/meta-python/recipes-devtools/python/python3-traitlets_5.2.0.bb @@ -2,11 +2,11 @@ SUMMARY = "Traitlets Python config system" HOMEPAGE = "http://ipython.org" AUTHOR = "IPython Development Team " LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://COPYING.md;md5=eec4de4d599518742e54e75954e33b46" +LIC_FILES_CHKSUM = "file://COPYING.md;md5=9c125dfc5ff5364d40b5f56f02cd9de3" PYPI_PACKAGE = "traitlets" -SRC_URI[sha256sum] = "059f456c5a7c1c82b98c2e8c799f39c9b8128f6d0d46941ee118daace9eb70c7" +SRC_URI[sha256sum] = "60474f39bf1d39a11e0233090b99af3acee93bbc2281777e61dd8c87da8a0014" RDEPENDS:${PN} = "\ ${PYTHON_PN}-ipython-genutils \