diff options
| author | zhengruoqin <zhengrq.fnst@fujitsu.com> | 2022-11-04 14:59:24 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-11-07 14:32:42 +0000 |
| commit | 9728e5b50c6696ab04daf276d7db8e5297dfeb3c (patch) | |
| tree | 84a6785d7afacc0bd324edb298c118a9b02fd6c6 | |
| parent | 6a723da2813bd08e474049db1b2ae869fa226ab4 (diff) | |
| download | poky-9728e5b50c6696ab04daf276d7db8e5297dfeb3c.tar.gz | |
python3-pbr: upgrade 5.10.0 -> 5.11.0
Changelog:
=========
* Fix symbol identification in multiline message
* Replace deprecated readfp method with read\_file
(From OE-Core rev: b4a809ba1758d8fa8d370da49b978d8a82e36e40)
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-devtools/python/python3-pbr_5.10.0.bb | 4 | ||||
| -rw-r--r-- | meta/recipes-devtools/python/python3-pbr_5.11.0.bb | 4 |
2 files changed, 4 insertions, 4 deletions
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 022f834901..0000000000 --- a/meta/recipes-devtools/python/python3-pbr_5.10.0.bb +++ /dev/null | |||
| @@ -1,4 +0,0 @@ | |||
| 1 | inherit setuptools3 | ||
| 2 | require python-pbr.inc | ||
| 3 | |||
| 4 | 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 0000000000..16967f6d17 --- /dev/null +++ b/meta/recipes-devtools/python/python3-pbr_5.11.0.bb | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | inherit setuptools3 | ||
| 2 | require python-pbr.inc | ||
| 3 | |||
| 4 | SRC_URI[sha256sum] = "b97bc6695b2aff02144133c2e7399d5885223d42b7912ffaec2ca3898e673bfe" | ||
