From 4e02acfb79636d49a46890899aa034b936d01416 Mon Sep 17 00:00:00 2001 From: Hong Liu Date: Tue, 4 Sep 2018 17:34:20 +0800 Subject: python-webob:1.7.3.bb->1.8.2 Upgrade python-webob from 1.7.3 to 1.8.2. Signed-off-by: Hong Liu Signed-off-by: Bruce Ashfield --- recipes-devtools/python/python-webob_1.7.3.bb | 18 ------------------ recipes-devtools/python/python-webob_1.8.2.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 recipes-devtools/python/python-webob_1.7.3.bb create mode 100644 recipes-devtools/python/python-webob_1.8.2.bb diff --git a/recipes-devtools/python/python-webob_1.7.3.bb b/recipes-devtools/python/python-webob_1.7.3.bb deleted file mode 100644 index a2448bef..00000000 --- a/recipes-devtools/python/python-webob_1.7.3.bb +++ /dev/null @@ -1,18 +0,0 @@ -DESCRIPTION = "WSGI request and response object" -HOMEPAGE = "http://webob.org/" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://docs/license.txt;md5=8ed3584bcc78c16da363747ccabc5af5" - -PYPI_PACKAGE = "WebOb" - -SRC_URI[md5sum] = "350028baffc508e3d23c078118e35316" -SRC_URI[sha256sum] = "e65ca14b9f5ae5b031988ffc93f8b7f305ddfcf17a4c774ae0db47bcb3b87283" - -inherit setuptools pypi - -RDEPENDS_${PN} += " \ - python-sphinx \ - python-nose \ - " - diff --git a/recipes-devtools/python/python-webob_1.8.2.bb b/recipes-devtools/python/python-webob_1.8.2.bb new file mode 100644 index 00000000..6fdfbd5d --- /dev/null +++ b/recipes-devtools/python/python-webob_1.8.2.bb @@ -0,0 +1,18 @@ +DESCRIPTION = "WSGI request and response object" +HOMEPAGE = "http://webob.org/" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://docs/license.txt;md5=8ed3584bcc78c16da363747ccabc5af5" + +PYPI_PACKAGE = "WebOb" + +SRC_URI[md5sum] = "d04756e6683fedddba52eafbe9adf404" +SRC_URI[sha256sum] = "1fe722f2ab857685fc96edec567dc40b1875b21219b3b348e58cd8c4d5ea7df3" + +inherit setuptools pypi + +RDEPENDS_${PN} += " \ + python-sphinx \ + python-nose \ + " + -- cgit v1.2.3-54-g00ecf