From 8f3d728b364e6f1674f7f809beb8dbfdc00eda74 Mon Sep 17 00:00:00 2001 From: Maciej Pijanowski Date: Sun, 11 Aug 2019 17:16:22 +0200 Subject: python-engineio: upgrade to 3.9.3 Signed-off-by: Maciej Pijanowski Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-engineio.inc | 4 ++-- meta-python/recipes-devtools/python/python-engineio_3.5.0.bb | 2 -- meta-python/recipes-devtools/python/python-engineio_3.9.3.bb | 2 ++ meta-python/recipes-devtools/python/python3-engineio_3.5.0.bb | 2 -- meta-python/recipes-devtools/python/python3-engineio_3.9.3.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-engineio_3.5.0.bb create mode 100644 meta-python/recipes-devtools/python/python-engineio_3.9.3.bb delete mode 100644 meta-python/recipes-devtools/python/python3-engineio_3.5.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-engineio_3.9.3.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-engineio.inc b/meta-python/recipes-devtools/python/python-engineio.inc index c399d7dda5..f24da1284b 100644 --- a/meta-python/recipes-devtools/python/python-engineio.inc +++ b/meta-python/recipes-devtools/python/python-engineio.inc @@ -9,5 +9,5 @@ inherit pypi PYPI_PACKAGE = "python-engineio" -SRC_URI[md5sum] = "011a61f1ee84755043cf862c8cc24f21" -SRC_URI[sha256sum] = "b2756ce53076163eb24f59c1d1a903ac72f071ad4fb7b3ef6dab1b1b9ae9a44f" +SRC_URI[md5sum] = "11a4f18f5b08a36d07d3c0ff85e7c047" +SRC_URI[sha256sum] = "2a4c874aea686e79f8ea9efc30748110df581df6d577d18bb5eaa1a8f2199d12" diff --git a/meta-python/recipes-devtools/python/python-engineio_3.5.0.bb b/meta-python/recipes-devtools/python/python-engineio_3.5.0.bb deleted file mode 100644 index 7dd6ec0e0d..0000000000 --- a/meta-python/recipes-devtools/python/python-engineio_3.5.0.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools -require python-engineio.inc diff --git a/meta-python/recipes-devtools/python/python-engineio_3.9.3.bb b/meta-python/recipes-devtools/python/python-engineio_3.9.3.bb new file mode 100644 index 0000000000..7dd6ec0e0d --- /dev/null +++ b/meta-python/recipes-devtools/python/python-engineio_3.9.3.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-engineio.inc diff --git a/meta-python/recipes-devtools/python/python3-engineio_3.5.0.bb b/meta-python/recipes-devtools/python/python3-engineio_3.5.0.bb deleted file mode 100644 index 028d1104ab..0000000000 --- a/meta-python/recipes-devtools/python/python3-engineio_3.5.0.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-engineio.inc diff --git a/meta-python/recipes-devtools/python/python3-engineio_3.9.3.bb b/meta-python/recipes-devtools/python/python3-engineio_3.9.3.bb new file mode 100644 index 0000000000..028d1104ab --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-engineio_3.9.3.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-engineio.inc -- cgit v1.2.3-54-g00ecf