diff --git a/meta-python/recipes-devtools/python/python3-aiohue_2.3.1.bb b/meta-python/recipes-devtools/python/python3-aiohue_2.4.0.bb similarity index 77% rename from meta-python/recipes-devtools/python/python3-aiohue_2.3.1.bb rename to meta-python/recipes-devtools/python/python3-aiohue_2.4.0.bb index bb6b951b875..600a3f4b494 100644 --- a/meta-python/recipes-devtools/python/python3-aiohue_2.3.1.bb +++ b/meta-python/recipes-devtools/python/python3-aiohue_2.4.0.bb @@ -4,7 +4,7 @@ SECTION = "devel/python" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=dab31a1d28183826937f4b152143a33f" -SRC_URI[sha256sum] = "d592a9055b56462312fcfccf46601ed4092698db1be5f3fc30c232ea34c6bbe3" +SRC_URI[sha256sum] = "59ac159301064d222192f7b58891d39a2f25aab620061ed12e7cfaf1b5d1a6cc" inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-alembic_1.5.8.bb b/meta-python/recipes-devtools/python/python3-alembic_1.6.2.bb similarity index 78% rename from meta-python/recipes-devtools/python/python3-alembic_1.5.8.bb rename to meta-python/recipes-devtools/python/python3-alembic_1.6.2.bb index fdf0d36b50a..1daf2092015 100644 --- a/meta-python/recipes-devtools/python/python3-alembic_1.5.8.bb +++ b/meta-python/recipes-devtools/python/python3-alembic_1.6.2.bb @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c4ece55266dcdd02ce165b1ee0e490bb" inherit pypi setuptools3 -SRC_URI[sha256sum] = "e27fd67732c97a1c370c33169ef4578cf96436fa0e7dcfaeeef4a917d0737d56" +SRC_URI[sha256sum] = "fb9a39a7c68e55490be962fb5f70463d384d340e6563d6e3911447778e3b4576" PYPI_PACKAGE = "alembic" diff --git a/meta-python/recipes-devtools/python/python3-deprecated_1.2.12.bb b/meta-python/recipes-devtools/python/python3-deprecated_1.2.12.bb new file mode 100644 index 00000000000..4651a8ae35e --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-deprecated_1.2.12.bb @@ -0,0 +1,9 @@ +SUMMARY = "Python @deprecated decorator to deprecate old python classes, functions or methods." +HOMEPAGE = "https://deprecated.readthedocs.io/en/latest/" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=44288e26f4896bdab14072d4fa35ff01" + +PYPI_PACKAGE = "Deprecated" +SRC_URI[sha256sum] = "6d2de2de7931a968874481ef30208fd4e08da39177d61d3d4ebdf4366e7dbca1" + +inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-ipython_7.22.0.bb b/meta-python/recipes-devtools/python/python3-ipython_7.23.1.bb similarity index 89% rename from meta-python/recipes-devtools/python/python3-ipython_7.22.0.bb rename to meta-python/recipes-devtools/python/python3-ipython_7.23.1.bb index 7bc0d1d00c9..492d922b909 100644 --- a/meta-python/recipes-devtools/python/python3-ipython_7.22.0.bb +++ b/meta-python/recipes-devtools/python/python3-ipython_7.23.1.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING.rst;md5=59b20262b8663cdd094005bddf47af5f" PYPI_PACKAGE = "ipython" -SRC_URI[sha256sum] = "9c900332d4c5a6de534b4befeeb7de44ad0cc42e8327fa41b7685abde58cec74" +SRC_URI[sha256sum] = "714810a5c74f512b69d5f3b944c86e592cee0a5fb9c728e582f074610f6cf038" RDEPENDS_${PN} = "\ ${PYTHON_PN}-setuptools \ diff --git a/meta-python/recipes-devtools/python/python3-m2crypto_0.37.1.bb b/meta-python/recipes-devtools/python/python3-m2crypto_0.37.1.bb index ef123075c7f..e1f92928c6d 100644 --- a/meta-python/recipes-devtools/python/python3-m2crypto_0.37.1.bb +++ b/meta-python/recipes-devtools/python/python3-m2crypto_0.37.1.bb @@ -36,6 +36,9 @@ SWIG_FEATURES_x32 = "-D__ILP32__" SWIG_FEATURES ?= "-D__${HOST_ARCH}__ ${@['-D__ILP32__','-D__LP64__'][d.getVar('SITEINFO_BITS') != '32']}" +SWIG_FEATURES_append_riscv64 = " -D__SIZEOF_POINTER__=${SITEINFO_BITS}/8 -D__riscv_xlen=${SITEINFO_BITS}" +SWIG_FEATURES_append_riscv32 = " -D__SIZEOF_POINTER__=${SITEINFO_BITS}/8 -D__riscv_xlen=${SITEINFO_BITS}" +SWIG_FEATURES_append_mipsarch = " -D_MIPS_SZPTR=${SITEINFO_BITS}" export SWIG_FEATURES BBCLASSEXTEND = "native" diff --git a/meta-python/recipes-devtools/python/python3-matplotlib-inline_0.1.2.bb b/meta-python/recipes-devtools/python/python3-matplotlib-inline_0.1.2.bb new file mode 100644 index 00000000000..f060f933376 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-matplotlib-inline_0.1.2.bb @@ -0,0 +1,8 @@ +SUMMARY = "Inline Matplotlib backend for Jupyter" +HOMEPAGE = "https://pypi.org/project/matplotlib-inline/" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=c2728819a4288030f51c594327977be0" + +SRC_URI[sha256sum] = "f41d5ff73c9f5385775d5c0bc13b424535c8402fe70ea8210f93e11f3683993e" + +inherit pypi diff --git a/meta-python/recipes-devtools/python/python3-pymisp_2.4.142.bb b/meta-python/recipes-devtools/python/python3-pymisp_2.4.143.bb similarity index 84% rename from meta-python/recipes-devtools/python/python3-pymisp_2.4.142.bb rename to meta-python/recipes-devtools/python/python3-pymisp_2.4.143.bb index a644978e40d..1e3ef27a795 100644 --- a/meta-python/recipes-devtools/python/python3-pymisp_2.4.142.bb +++ b/meta-python/recipes-devtools/python/python3-pymisp_2.4.143.bb @@ -4,7 +4,7 @@ LICENSE = "BSD-2-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=a3639cf5780f71b125d3e9d1dc127c20" SRC_URI = "git://github.com/MISP/PyMISP.git;protocol=https;branch=main" -SRCREV = "357096f24c4f8d7dac87dfe0b9edad4f924f27a3" +SRCREV = "c2e9663765e83f1a4aa70099546bec653ed770e7" S = "${WORKDIR}/git" inherit setuptools3 @@ -15,6 +15,8 @@ RDEPENDS_${PN} += " \ ${PYTHON_PN}-jsonschema \ ${PYTHON_PN}-requests \ ${PYTHON_PN}-six \ + ${PYTHON_PN}-deprecated \ + ${PYTHON_PN}-wrapt \ " # Fixes: python3-pymisp requires /bin/bash, but no diff --git a/meta-python/recipes-devtools/python/python3-pyroute2_0.5.18.bb b/meta-python/recipes-devtools/python/python3-pyroute2_0.5.19.bb similarity index 90% rename from meta-python/recipes-devtools/python/python3-pyroute2_0.5.18.bb rename to meta-python/recipes-devtools/python/python3-pyroute2_0.5.19.bb index 439d383f867..903bd6459c6 100644 --- a/meta-python/recipes-devtools/python/python3-pyroute2_0.5.18.bb +++ b/meta-python/recipes-devtools/python/python3-pyroute2_0.5.19.bb @@ -3,7 +3,7 @@ LICENSE = "GPLv2 & Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE.GPL.v2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ file://LICENSE.Apache.v2;md5=34281e312165f843a2b7d1f114fe65ce" -SRC_URI[sha256sum] = "08ac40cad52c0bb2e0f20087520599aa91fcce0b221dd26e9042330428810bc5" +SRC_URI[sha256sum] = "45460d12ed2a5caf272a357a3360b36d1e346f17afe1425b66fc21d70f462b29" inherit setuptools3 pypi ptest