diff --git a/meta-networking/recipes-devtools/python/python3-ldap_3.3.1.bb b/meta-networking/recipes-devtools/python/python3-ldap_3.4.0.bb similarity index 81% rename from meta-networking/recipes-devtools/python/python3-ldap_3.3.1.bb rename to meta-networking/recipes-devtools/python/python3-ldap_3.4.0.bb index cd745ee3ee0..42f113d5f8d 100644 --- a/meta-networking/recipes-devtools/python/python3-ldap_3.3.1.bb +++ b/meta-networking/recipes-devtools/python/python3-ldap_3.4.0.bb @@ -1,22 +1,19 @@ -# -# Copyright (C) 2012 Wind River Systems, Inc. -# SUMMARY = "Provides a wrapper in Python to LDAP" DESCRIPTION = "This module provides access to the LDAP \ (Lightweight Directory Access Protocol) through Python operations \ instead of C API. The module mainly acts as a wrapper for the \ OpenLDAP 2.x libraries. Errors will appear as exceptions." - -LICENSE = "PSF" HOMEPAGE = "http://www.python-ldap.org/" +LICENSE = "PSF" +LIC_FILES_CHKSUM = "file://LICENCE;md5=36ce9d726d0321b73c1521704d07db1b" + DEPENDS = "python3 openldap cyrus-sasl" PYPI_PACKAGE = "python-ldap" + inherit pypi setuptools3 -LIC_FILES_CHKSUM = "file://LICENCE;md5=36ce9d726d0321b73c1521704d07db1b" -SRC_URI[md5sum] = "7608579722c491e42f5f63b3f88a95fb" -SRC_URI[sha256sum] = "4711cacf013e298754abd70058ccc995758177fb425f1c2d30e71adfc1d00aa5" +SRC_URI[sha256sum] = "60464c8fc25e71e0fd40449a24eae482dcd0fb7fcf823e7de627a6525b3e0d12" do_configure:prepend() { sed -i -e 's:^library_dirs =.*::' \ diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb index 3166935db83..3204c057851 100644 --- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb +++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb @@ -332,6 +332,7 @@ RDEPENDS:packagegroup-meta-python3 = "\ python3-pykwalify \ python3-pylint \ python3-pylyrics \ + python3-pymetno \ python3-pymisp \ python3-pymongo \ python3-pymysql \ diff --git a/meta-python/recipes-devtools/python/python3-astroid_2.8.5.bb b/meta-python/recipes-devtools/python/python3-astroid_2.9.0.bb similarity index 89% rename from meta-python/recipes-devtools/python/python3-astroid_2.8.5.bb rename to meta-python/recipes-devtools/python/python3-astroid_2.9.0.bb index f8f050cabc6..fee8acb1f46 100644 --- a/meta-python/recipes-devtools/python/python3-astroid_2.8.5.bb +++ b/meta-python/recipes-devtools/python/python3-astroid_2.9.0.bb @@ -4,7 +4,7 @@ SECTION = "devel/python" LICENSE = "LGPL-2.1" LIC_FILES_CHKSUM = "file://LICENSE;md5=a70cf540abf41acb644ac3b621b2fad1" -SRC_URI[sha256sum] = "11f7356737b624c42e21e71fe85eea6875cb94c03c82ac76bd535a0ff10b0f25" +SRC_URI[sha256sum] = "5939cf55de24b92bda00345d4d0659d01b3c7dafb5055165c330bc7c568ba273" inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-coverage_6.1.2.bb b/meta-python/recipes-devtools/python/python3-coverage_6.2.bb similarity index 75% rename from meta-python/recipes-devtools/python/python3-coverage_6.1.2.bb rename to meta-python/recipes-devtools/python/python3-coverage_6.2.bb index c456800c533..6e080b00cae 100644 --- a/meta-python/recipes-devtools/python/python3-coverage_6.1.2.bb +++ b/meta-python/recipes-devtools/python/python3-coverage_6.2.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://coverage.readthedocs.io" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2ee41112a44fe7014dce33e26468ba93" -SRC_URI[sha256sum] = "d9a635114b88c0ab462e0355472d00a180a5fbfd8511e7f18e4ac32652e7d972" +SRC_URI[sha256sum] = "e2cad8093172b7d1595b4ad66f24270808658e11acf43a8f95b41276162eb5b8" inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-croniter_1.0.15.bb b/meta-python/recipes-devtools/python/python3-croniter_1.1.0.bb similarity index 78% rename from meta-python/recipes-devtools/python/python3-croniter_1.0.15.bb rename to meta-python/recipes-devtools/python/python3-croniter_1.1.0.bb index e4058caab9d..6ae657fe3ff 100644 --- a/meta-python/recipes-devtools/python/python3-croniter_1.0.15.bb +++ b/meta-python/recipes-devtools/python/python3-croniter_1.1.0.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://docs/LICENSE;md5=b8ee59850b882cbf623188489ea748e2" PYPI_PACKAGE = "croniter" -SRC_URI[sha256sum] = "a70dfc9d52de9fc1a886128b9148c89dd9e76b67d55f46516ca94d2d73d58219" +SRC_URI[sha256sum] = "4023e4d18ced979332369964351e8f4f608c1f7c763e146b1d740002c4245247" inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-diskcache_5.2.1.bb b/meta-python/recipes-devtools/python/python3-diskcache_5.3.0.bb similarity index 57% rename from meta-python/recipes-devtools/python/python3-diskcache_5.2.1.bb rename to meta-python/recipes-devtools/python/python3-diskcache_5.3.0.bb index 4a028d76946..55829bd1e68 100644 --- a/meta-python/recipes-devtools/python/python3-diskcache_5.2.1.bb +++ b/meta-python/recipes-devtools/python/python3-diskcache_5.3.0.bb @@ -1,13 +1,12 @@ DESCRIPTION = "Disk Cache -- Disk and file backed persistent cache." HOMEPAGE = "http://www.grantjenks.com/docs/diskcache/" LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=a3e7dd5bc8f0053fee7c5fe9692b932d" +LIC_FILES_CHKSUM = "file://LICENSE;md5=c60ef82f0f40155453f6d5f2c94b6e8e" -SRC_URI[sha256sum] = "1805acd5868ac10ad547208951a1190a0ab7bbff4e70f9a07cde4dbdfaa69f64" +SRC_URI[sha256sum] = "3f1fa30b29fdff26cfddcb3ee7d61376903f82c769ea2907a2b82a5bfb8abbe2" PYPI_PACKAGE = "diskcache" inherit pypi setuptools3 CLEANBROKEN = "1" - diff --git a/meta-python/recipes-devtools/python/python3-graphviz_0.18.bb b/meta-python/recipes-devtools/python/python3-graphviz_0.19.bb similarity index 79% rename from meta-python/recipes-devtools/python/python3-graphviz_0.18.bb rename to meta-python/recipes-devtools/python/python3-graphviz_0.19.bb index 200292d6671..593cdb4e538 100644 --- a/meta-python/recipes-devtools/python/python3-graphviz_0.18.bb +++ b/meta-python/recipes-devtools/python/python3-graphviz_0.19.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://graphviz.readthedocs.io/en/stable/" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=87cd8818b7e63c6a9c580034e80d7521" -SRC_URI[sha256sum] = "0f04e5f939d3a839b524283d590e941892c56e75e60e0f5238c431264f490022" +SRC_URI[sha256sum] = "b42554a1c47f24a9473b7f4e380d17b228586a067c97ea69d5354d6074be8dfd" inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-imageio_2.11.1.bb b/meta-python/recipes-devtools/python/python3-imageio_2.13.3.bb similarity index 81% rename from meta-python/recipes-devtools/python/python3-imageio_2.11.1.bb rename to meta-python/recipes-devtools/python/python3-imageio_2.13.3.bb index eddbef8b052..38aa5f181d6 100644 --- a/meta-python/recipes-devtools/python/python3-imageio_2.11.1.bb +++ b/meta-python/recipes-devtools/python/python3-imageio_2.13.3.bb @@ -5,8 +5,7 @@ SECTION = "devel/python" LICENSE = "BSD-2-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=7b9bbbb543b6af3e6b53f9b7fb68f71d" - -SRC_URI[sha256sum] = "73e53bbf21777173232cd7a1c66361516b58cd09d4828a10dcfe83bb14c2b187" +SRC_URI[sha256sum] = "bb87b272e1e9b05d242e11f8d88d030aefa68ca95daf3accc986d0b782ae3cd5" inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-iso8601_0.1.16.bb b/meta-python/recipes-devtools/python/python3-iso8601_1.0.2.bb similarity index 78% rename from meta-python/recipes-devtools/python/python3-iso8601_0.1.16.bb rename to meta-python/recipes-devtools/python/python3-iso8601_1.0.2.bb index 2923647c284..474c2a81403 100644 --- a/meta-python/recipes-devtools/python/python3-iso8601_0.1.16.bb +++ b/meta-python/recipes-devtools/python/python3-iso8601_1.0.2.bb @@ -3,7 +3,7 @@ HOMEPAGE = "http://pyiso8601.readthedocs.org/" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=b05625f2336fa024e8d57e65c6595844" -SRC_URI[sha256sum] = "36532f77cc800594e8f16641edae7f1baf7932f05d8e508545b95fc53c6dc85b" +SRC_URI[sha256sum] = "27f503220e6845d9db954fb212b95b0362d8b7e6c1b2326a87061c3de93594b1" inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-lz4_3.1.3.bb b/meta-python/recipes-devtools/python/python3-lz4_3.1.10.bb similarity index 79% rename from meta-python/recipes-devtools/python/python3-lz4_3.1.3.bb rename to meta-python/recipes-devtools/python/python3-lz4_3.1.10.bb index b14484b7820..b557529cc15 100644 --- a/meta-python/recipes-devtools/python/python3-lz4_3.1.3.bb +++ b/meta-python/recipes-devtools/python/python3-lz4_3.1.10.bb @@ -8,7 +8,7 @@ DEPENDS += " \ ${PYTHON_PN}-pkgconfig-native \ " -SRC_URI[sha256sum] = "081ef0a3b5941cb03127f314229a1c78bd70c9c220bb3f4dd80033e707feaa18" +SRC_URI[sha256sum] = "439e575ecfa9ecffcbd63cfed99baefbe422ab9645b1e82278024d8a21d9720b" inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-matplotlib_3.4.1.bb b/meta-python/recipes-devtools/python/python3-matplotlib_3.5.1.bb similarity index 69% rename from meta-python/recipes-devtools/python/python3-matplotlib_3.4.1.bb rename to meta-python/recipes-devtools/python/python3-matplotlib_3.5.1.bb index 9e933f5c4b5..f9eb79ff1c7 100644 --- a/meta-python/recipes-devtools/python/python3-matplotlib_3.4.1.bb +++ b/meta-python/recipes-devtools/python/python3-matplotlib_3.5.1.bb @@ -7,19 +7,21 @@ HOMEPAGE = "https://github.com/matplotlib/matplotlib" SECTION = "devel/python" LICENSE = "PSF" LIC_FILES_CHKSUM = "\ - file://setup.py;beginline=282;endline=282;md5=20e7ab4d2b2b1395a0e4ab800181eb96 \ + file://setup.py;beginline=296;endline=296;md5=20e7ab4d2b2b1395a0e4ab800181eb96 \ file://LICENSE/LICENSE;md5=afec61498aa5f0c45936687da9a53d74 \ " + DEPENDS = "\ freetype \ libpng \ - python3-numpy-native \ - python3-dateutil-native \ - python3-pytz-native \ - python3-certifi-native \ + ${PYTHON_PN}-numpy-native \ + ${PYTHON_PN}-pip-native \ + ${PYTHON_PN}-dateutil-native \ + ${PYTHON_PN}-pytz-native \ + ${PYTHON_PN}-certifi-native \ " -SRC_URI[sha256sum] = "84d4c4f650f356678a5d658a43ca21a41fca13f9b8b00169c0b76e6a6a948908" +SRC_URI[sha256sum] = "b2e9810e09c3a47b73ce9cab5a72243a1258f61e7900969097a817232246ce1c" inherit pypi setuptools3 pkgconfig @@ -30,12 +32,12 @@ LDFLAGS:remove:toolchain-clang:mips = "-fuse-ld=lld" RDEPENDS:${PN} = "\ freetype \ libpng \ - python3-numpy \ - python3-pyparsing \ - python3-cycler \ - python3-dateutil \ - python3-kiwisolver \ - python3-pytz \ + ${PYTHON_PN}-numpy \ + ${PYTHON_PN}-pyparsing \ + ${PYTHON_PN}-cycler \ + ${PYTHON_PN}-dateutil \ + ${PYTHON_PN}-kiwisolver \ + ${PYTHON_PN}-pytz \ " ENABLELTO:toolchain-clang:riscv64 = "echo enable_lto = False >> ${S}/setup.cfg" diff --git a/meta-python/recipes-devtools/python/python3-pymetno_0.9.0.bb b/meta-python/recipes-devtools/python/python3-pymetno_0.9.0.bb new file mode 100644 index 00000000000..02e8935f07a --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pymetno_0.9.0.bb @@ -0,0 +1,16 @@ +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 = "3b18971fb882deaaebb9aa511627c5fc6fb97526" +S = "${WORKDIR}/git" + +inherit setuptools3 + +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-redis_3.5.3.bb b/meta-python/recipes-devtools/python/python3-redis_4.0.2.bb similarity index 72% rename from meta-python/recipes-devtools/python/python3-redis_3.5.3.bb rename to meta-python/recipes-devtools/python/python3-redis_4.0.2.bb index 92f6e3ed26a..f39a72c609d 100644 --- a/meta-python/recipes-devtools/python/python3-redis_3.5.3.bb +++ b/meta-python/recipes-devtools/python/python3-redis_4.0.2.bb @@ -4,8 +4,7 @@ HOMEPAGE = "http://github.com/andymccurdy/redis-py" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=51d9ad56299ab60ba7be65a621004f27" -SRC_URI[md5sum] = "7a00d4540374f34e152a33faa1fcee5f" -SRC_URI[sha256sum] = "0e7e0cfca8660dea8b7d5cd8c4f6c5e29e11f31158c0b0ae91a397f00e5a05a2" +SRC_URI[sha256sum] = "ccf692811f2c1fc7a92b466aa2599e4a6d2d73d5f736a2c70be600657c0da34a" inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-wtforms_2.3.3.bb b/meta-python/recipes-devtools/python/python3-wtforms_3.0.0.bb similarity index 75% rename from meta-python/recipes-devtools/python/python3-wtforms_2.3.3.bb rename to meta-python/recipes-devtools/python/python3-wtforms_3.0.0.bb index 6a9e4644044..b63be82038d 100644 --- a/meta-python/recipes-devtools/python/python3-wtforms_2.3.3.bb +++ b/meta-python/recipes-devtools/python/python3-wtforms_3.0.0.bb @@ -4,13 +4,16 @@ SECTION = "devel/python" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=53dbfa56f61b90215a9f8f0d527c043d" -SRC_URI[md5sum] = "2b6ea167a71c6becf20f0934417fd06c" -SRC_URI[sha256sum] = "81195de0ac94fbc8368abbaf9197b88c4f3ffd6c2719b5bf5fc9da744f3d829c" +SRC_URI[sha256sum] = "4abfbaa1d529a1d0ac927d44af8dbb9833afd910e56448a103f1893b0b176886" PYPI_PACKAGE = "WTForms" inherit pypi setuptools3 +DEPENDS += "\ + ${PYTHON_PN}-pip-native \ + " + RDEPENDS:${PN} += "\ ${PYTHON_PN}-netserver \ ${PYTHON_PN}-numbers \ diff --git a/meta-python/recipes-extended/pywbem/python3-pywbem_1.2.0.bb b/meta-python/recipes-extended/pywbem/python3-pywbem_1.3.0.bb similarity index 94% rename from meta-python/recipes-extended/pywbem/python3-pywbem_1.2.0.bb rename to meta-python/recipes-extended/pywbem/python3-pywbem_1.3.0.bb index a6ca4d5f83f..26758427a20 100644 --- a/meta-python/recipes-extended/pywbem/python3-pywbem_1.2.0.bb +++ b/meta-python/recipes-extended/pywbem/python3-pywbem_1.3.0.bb @@ -16,7 +16,7 @@ HOMEPAGE = "http://pywbem.github.io" LICENSE = "LGPLv2.1" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fbc093901857fcd118f065f900982c24" -SRC_URI[sha256sum] = "8ef48185e0adbaeb9bd5181c4c5de951f6d58d54e2e1d7e87a9834e10eabe957" +SRC_URI[sha256sum] = "5df0af28f81891a3914a12f3a30b11b1981f7b30e09c5a42c011797e7fce9b6a" inherit pypi setuptools3 update-alternatives