From 37ce1df17a65896ce6ce2dd3ebd28d18c37460b8 Mon Sep 17 00:00:00 2001 From: "zhengrq.fnst" Date: Thu, 12 May 2022 17:18:17 +0800 Subject: [PATCH] python3-pika: upgrade 1.2.0 -> 1.2.1 License-Update: Copyright year updated to 2021 Signed-off-by: Zheng Ruoqin Signed-off-by: Khem Raj --- .../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%) 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 aa3179f2a6..38f84cf1ba 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