From d381c292eaeafa083398c9d53c0c54432f91d438 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 27 Jul 2018 14:56:17 -0400 Subject: python-pbr: update to version 4.2.0 Signed-off-by: Derek Straka Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-pbr.inc | 4 ++-- meta-python/recipes-devtools/python/python-pbr_3.1.1.bb | 2 -- meta-python/recipes-devtools/python/python-pbr_4.2.0.bb | 2 ++ meta-python/recipes-devtools/python/python3-pbr_3.1.1.bb | 2 -- meta-python/recipes-devtools/python/python3-pbr_4.2.0.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pbr_3.1.1.bb create mode 100644 meta-python/recipes-devtools/python/python-pbr_4.2.0.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pbr_3.1.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-pbr_4.2.0.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-pbr.inc b/meta-python/recipes-devtools/python/python-pbr.inc index d8847f6502..225d78b595 100644 --- a/meta-python/recipes-devtools/python/python-pbr.inc +++ b/meta-python/recipes-devtools/python/python-pbr.inc @@ -4,8 +4,8 @@ SECTION = "devel/python" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" -SRC_URI[md5sum] = "4e82c2e07af544c56a5b71c801525b00" -SRC_URI[sha256sum] = "05f61c71aaefc02d8e37c0a3eeb9815ff526ea28b3b76324769e6158d7f95be1" +SRC_URI[md5sum] = "6619780896ca81c7cd19c6e2f439b6c9" +SRC_URI[sha256sum] = "1b8be50d938c9bb75d0eaf7eda111eec1bf6dc88a62a6412e33bf077457e0f45" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-pbr_3.1.1.bb b/meta-python/recipes-devtools/python/python-pbr_3.1.1.bb deleted file mode 100644 index 8f7f924dab..0000000000 --- a/meta-python/recipes-devtools/python/python-pbr_3.1.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools -require python-pbr.inc diff --git a/meta-python/recipes-devtools/python/python-pbr_4.2.0.bb b/meta-python/recipes-devtools/python/python-pbr_4.2.0.bb new file mode 100644 index 0000000000..8f7f924dab --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pbr_4.2.0.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-pbr.inc diff --git a/meta-python/recipes-devtools/python/python3-pbr_3.1.1.bb b/meta-python/recipes-devtools/python/python3-pbr_3.1.1.bb deleted file mode 100644 index 97e7361b16..0000000000 --- a/meta-python/recipes-devtools/python/python3-pbr_3.1.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-pbr.inc diff --git a/meta-python/recipes-devtools/python/python3-pbr_4.2.0.bb b/meta-python/recipes-devtools/python/python3-pbr_4.2.0.bb new file mode 100644 index 0000000000..97e7361b16 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pbr_4.2.0.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-pbr.inc -- cgit v1.2.3-54-g00ecf