From b2bef913f9fd897b6041864650c50de4712b10fc Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 15 Jan 2020 05:12:20 -0800 Subject: python3-keras-preprocessing: upgrade 1.0.5 -> 1.1.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-keras-preprocessing_1.0.5.bb | 15 --------------- .../python/python3-keras-preprocessing_1.1.0.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-keras-preprocessing_1.0.5.bb create mode 100644 meta-python/recipes-devtools/python/python3-keras-preprocessing_1.1.0.bb diff --git a/meta-python/recipes-devtools/python/python3-keras-preprocessing_1.0.5.bb b/meta-python/recipes-devtools/python/python3-keras-preprocessing_1.0.5.bb deleted file mode 100644 index 58b8c62433..0000000000 --- a/meta-python/recipes-devtools/python/python3-keras-preprocessing_1.0.5.bb +++ /dev/null @@ -1,15 +0,0 @@ -SUMMARY = "Easy data preprocessing and data augmentation for deep learning models" -HOMEPAGE = "https://github.com/keras-team/keras-preprocessing" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=1744b320500cc2e3112964d00cce7aa4" - -SRC_URI = "git://github.com/keras-team/keras-preprocessing.git" -SRCREV ?= "362fe9f8daf556151328eb5d02bd5ae638c653b8" - -inherit setuptools3 - -S = "${WORKDIR}/git" - -BBCLASSEXTEND = "native" - diff --git a/meta-python/recipes-devtools/python/python3-keras-preprocessing_1.1.0.bb b/meta-python/recipes-devtools/python/python3-keras-preprocessing_1.1.0.bb new file mode 100644 index 0000000000..eacb3402d6 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-keras-preprocessing_1.1.0.bb @@ -0,0 +1,15 @@ +SUMMARY = "Easy data preprocessing and data augmentation for deep learning models" +HOMEPAGE = "https://github.com/keras-team/keras-preprocessing" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=1744b320500cc2e3112964d00cce7aa4" + +SRC_URI = "git://github.com/keras-team/keras-preprocessing.git" +SRCREV ?= "ff90696c0416b74344b91df097b228e694339b88" + +inherit setuptools3 + +S = "${WORKDIR}/git" + +BBCLASSEXTEND = "native" + -- cgit v1.2.3-54-g00ecf