From: zhengruoqin Date: Fri, 4 Nov 2022 06:59:24 +0000 (+0800) Subject: python3-pbr: upgrade 5.10.0 -> 5.11.0 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~2620 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b4a809ba1758d8fa8d370da49b978d8a82e36e40;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-pbr: upgrade 5.10.0 -> 5.11.0 Changelog: ========= * Fix symbol identification in multiline message * Replace deprecated readfp method with read\_file Signed-off-by: Zheng Ruoqin Signed-off-by: Alexandre Belloni --- diff --git a/meta/recipes-devtools/python/python3-pbr_5.10.0.bb b/meta/recipes-devtools/python/python3-pbr_5.10.0.bb deleted file mode 100644 index 022f8349016..00000000000 --- a/meta/recipes-devtools/python/python3-pbr_5.10.0.bb +++ /dev/null @@ -1,4 +0,0 @@ -inherit setuptools3 -require python-pbr.inc - -SRC_URI[sha256sum] = "cfcc4ff8e698256fc17ea3ff796478b050852585aa5bae79ecd05b2ab7b39b9a" diff --git a/meta/recipes-devtools/python/python3-pbr_5.11.0.bb b/meta/recipes-devtools/python/python3-pbr_5.11.0.bb new file mode 100644 index 00000000000..16967f6d173 --- /dev/null +++ b/meta/recipes-devtools/python/python3-pbr_5.11.0.bb @@ -0,0 +1,4 @@ +inherit setuptools3 +require python-pbr.inc + +SRC_URI[sha256sum] = "b97bc6695b2aff02144133c2e7399d5885223d42b7912ffaec2ca3898e673bfe"