[meta-python] python3-pika: upgrade 1.2.0 -> 1.2.1

Message ID 1652347097-16622-1-git-send-email-zhengrq.fnst@fujitsu.com
State Under Review
Headers show
Series [meta-python] python3-pika: upgrade 1.2.0 -> 1.2.1 | expand

Commit Message

zhengrq.fnst@fujitsu.com May 12, 2022, 9:18 a.m. UTC
License-Update: Copyright year updated to 2021

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
---
 .../python/{python3-pika_1.2.0.bb => python3-pika_1.2.1.bb}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-pika_1.2.0.bb => python3-pika_1.2.1.bb} (73%)

Patch

diff --git a/meta-python/recipes-devtools/python/python3-pika_1.2.0.bb b/meta-python/recipes-devtools/python/python3-pika_1.2.1.bb
similarity index 73%
rename from meta-python/recipes-devtools/python/python3-pika_1.2.0.bb
rename to meta-python/recipes-devtools/python/python3-pika_1.2.1.bb
index aa3179f2a..38f84cf1b 100644
--- a/meta-python/recipes-devtools/python/python3-pika_1.2.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pika_1.2.1.bb
@@ -6,9 +6,9 @@  including RabbitMQ’s extensions. \
 SECTION = "devel/python"
 HOMEPAGE = "https://pika.readthedocs.io"
 LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=278bdfee5b51616941c1f6b2f1cfcb99"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=678ec81495ba50edf81e84e4f1aa69f3"
 
-SRC_URI[sha256sum] = "f023d6ac581086b124190cb3dc81dd581a149d216fa4540ac34f9be1e3970b89"
+SRC_URI[sha256sum] = "e5fbf3a0a3599f4e114f6e4a7af096f9413a8f24f975c2657ba2fac3c931434f"
 
 inherit pypi setuptools3