From 93d6ec5f3aea4cc39349741a43461741a9391ac5 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Mon, 23 Sep 2019 15:38:44 +0800 Subject: python-contextlib2: upgrade 0.5.5 -> 0.6.0 Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-contextlib2.inc | 4 ++-- meta-openstack/recipes-devtools/python/python-contextlib2_0.5.5.bb | 3 --- meta-openstack/recipes-devtools/python/python-contextlib2_0.6.0.bb | 3 +++ meta-openstack/recipes-devtools/python/python3-contextlib2_0.5.5.bb | 3 --- meta-openstack/recipes-devtools/python/python3-contextlib2_0.6.0.bb | 3 +++ 5 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-contextlib2_0.5.5.bb create mode 100644 meta-openstack/recipes-devtools/python/python-contextlib2_0.6.0.bb delete mode 100644 meta-openstack/recipes-devtools/python/python3-contextlib2_0.5.5.bb create mode 100644 meta-openstack/recipes-devtools/python/python3-contextlib2_0.6.0.bb (limited to 'meta-openstack/recipes-devtools') diff --git a/meta-openstack/recipes-devtools/python/python-contextlib2.inc b/meta-openstack/recipes-devtools/python/python-contextlib2.inc index 0a45008..d409034 100644 --- a/meta-openstack/recipes-devtools/python/python-contextlib2.inc +++ b/meta-openstack/recipes-devtools/python/python-contextlib2.inc @@ -4,8 +4,8 @@ SECTION = "devel/python" LICENSE = "PSF" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=43d1c7827e8fad6454b553caf0e1d734" -SRC_URI[md5sum] = "95fe420941ebc64951cd9d89edc41870" -SRC_URI[sha256sum] = "509f9419ee91cdd00ba34443217d5ca51f5a364a404e1dce9e8979cea969ca48" +SRC_URI[md5sum] = "d03a631073b40073b5c41364ad8f5979" +SRC_URI[sha256sum] = "7197aa736777caac513dbd800944c209a49765bf1979b12b037dce0277077ed3" DEPENDS += " \ ${PYTHON_PN}-pip \ diff --git a/meta-openstack/recipes-devtools/python/python-contextlib2_0.5.5.bb b/meta-openstack/recipes-devtools/python/python-contextlib2_0.5.5.bb deleted file mode 100644 index c6a5c9b..0000000 --- a/meta-openstack/recipes-devtools/python/python-contextlib2_0.5.5.bb +++ /dev/null @@ -1,3 +0,0 @@ -inherit setuptools pypi -require python-contextlib2.inc - diff --git a/meta-openstack/recipes-devtools/python/python-contextlib2_0.6.0.bb b/meta-openstack/recipes-devtools/python/python-contextlib2_0.6.0.bb new file mode 100644 index 0000000..c6a5c9b --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-contextlib2_0.6.0.bb @@ -0,0 +1,3 @@ +inherit setuptools pypi +require python-contextlib2.inc + diff --git a/meta-openstack/recipes-devtools/python/python3-contextlib2_0.5.5.bb b/meta-openstack/recipes-devtools/python/python3-contextlib2_0.5.5.bb deleted file mode 100644 index db5fa53..0000000 --- a/meta-openstack/recipes-devtools/python/python3-contextlib2_0.5.5.bb +++ /dev/null @@ -1,3 +0,0 @@ -inherit setuptools3 pypi -require python-contextlib2.inc - diff --git a/meta-openstack/recipes-devtools/python/python3-contextlib2_0.6.0.bb b/meta-openstack/recipes-devtools/python/python3-contextlib2_0.6.0.bb new file mode 100644 index 0000000..db5fa53 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-contextlib2_0.6.0.bb @@ -0,0 +1,3 @@ +inherit setuptools3 pypi +require python-contextlib2.inc + -- cgit v1.2.3-54-g00ecf