diff --git a/meta-python/recipes-devtools/python/python3-aenum_3.1.6.bb b/meta-python/recipes-devtools/python/python3-aenum_3.1.8.bb similarity index 77% rename from meta-python/recipes-devtools/python/python3-aenum_3.1.6.bb rename to meta-python/recipes-devtools/python/python3-aenum_3.1.8.bb index 1d9bd32fb60..86217c5fc99 100644 --- a/meta-python/recipes-devtools/python/python3-aenum_3.1.6.bb +++ b/meta-python/recipes-devtools/python/python3-aenum_3.1.8.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://pypi.org/project/aenum/" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://aenum/LICENSE;md5=c6a85477543f8b8591b9c1f82abebbe9" -SRC_URI[sha256sum] = "3ba2c25dd03fbf3992353595be18152e2fb6042f47b526ea66cd5838bb9f1fb6" +SRC_URI[sha256sum] = "8dbe15f446eb8264b788dfeca163fb0a043d408d212152397dc11377b851e4ae" inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-imageio_2.14.0.bb b/meta-python/recipes-devtools/python/python3-imageio_2.14.1.bb similarity index 81% rename from meta-python/recipes-devtools/python/python3-imageio_2.14.0.bb rename to meta-python/recipes-devtools/python/python3-imageio_2.14.1.bb index f0ac370266d..736a1826261 100644 --- a/meta-python/recipes-devtools/python/python3-imageio_2.14.0.bb +++ b/meta-python/recipes-devtools/python/python3-imageio_2.14.1.bb @@ -5,7 +5,7 @@ SECTION = "devel/python" LICENSE = "BSD-2-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=7b9bbbb543b6af3e6b53f9b7fb68f71d" -SRC_URI[sha256sum] = "1a612b46c24805115701ed7c4e1f2d7feb53bb615d52bfef9713a6836e997bb1" +SRC_URI[sha256sum] = "709c18f800981e4286abe4bd86b6c9b5bb6e285b6b933b5ba0962ef8e7994058" inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-pandas_1.3.5.bb b/meta-python/recipes-devtools/python/python3-pandas_1.4.0.bb similarity index 89% rename from meta-python/recipes-devtools/python/python3-pandas_1.3.5.bb rename to meta-python/recipes-devtools/python/python3-pandas_1.4.0.bb index 25478753950..9b395440f96 100644 --- a/meta-python/recipes-devtools/python/python3-pandas_1.3.5.bb +++ b/meta-python/recipes-devtools/python/python3-pandas_1.4.0.bb @@ -6,7 +6,7 @@ HOMEPAGE = "http://pandas.pydata.org/" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=3f23c5c092b74d245d48eeef72bc3fd2" -SRC_URI[sha256sum] = "1e4285f5de1012de20ca46b188ccf33521bff61ba5c5ebd78b4fb28e5416a9f1" +SRC_URI[sha256sum] = "cdd76254c7f0a1583bd4e4781fb450d0ebf392e10d3f12e92c95575942e37df5" inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-redis_4.0.2.bb b/meta-python/recipes-devtools/python/python3-redis_4.1.1.bb similarity index 76% rename from meta-python/recipes-devtools/python/python3-redis_4.0.2.bb rename to meta-python/recipes-devtools/python/python3-redis_4.1.1.bb index f39a72c609d..9af7383de35 100644 --- a/meta-python/recipes-devtools/python/python3-redis_4.0.2.bb +++ b/meta-python/recipes-devtools/python/python3-redis_4.1.1.bb @@ -4,11 +4,12 @@ HOMEPAGE = "http://github.com/andymccurdy/redis-py" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=51d9ad56299ab60ba7be65a621004f27" -SRC_URI[sha256sum] = "ccf692811f2c1fc7a92b466aa2599e4a6d2d73d5f736a2c70be600657c0da34a" +SRC_URI[sha256sum] = "07420a3fbedd8e012c31d4fadac943fb81568946da202c5a5bc237774e5280a0" inherit pypi setuptools3 RDEPENDS:${PN} += "\ ${PYTHON_PN}-datetime \ ${PYTHON_PN}-cryptography \ + ${PYTHON_PN}-packaging \ "