From 37ce1df17a65896ce6ce2dd3ebd28d18c37460b8 Mon Sep 17 00:00:00 2001 From: "zhengrq.fnst" Date: Thu, 12 May 2022 17:18:17 +0800 Subject: 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 --- .../recipes-devtools/python/python3-pika_1.2.0.bb | 21 --------------------- .../recipes-devtools/python/python3-pika_1.2.1.bb | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pika_1.2.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-pika_1.2.1.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-pika_1.2.0.bb b/meta-python/recipes-devtools/python/python3-pika_1.2.0.bb deleted file mode 100644 index aa3179f2a6..0000000000 --- a/meta-python/recipes-devtools/python/python3-pika_1.2.0.bb +++ /dev/null @@ -1,21 +0,0 @@ -SUMMARY = "Pika is a RabbitMQ (AMQP 0-9-1) client library for Python." -DESCRIPTION = " \ -Pika is a pure-Python implementation of the AMQP 0-9-1 protocol \ -including RabbitMQ’s extensions. \ -" -SECTION = "devel/python" -HOMEPAGE = "https://pika.readthedocs.io" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=278bdfee5b51616941c1f6b2f1cfcb99" - -SRC_URI[sha256sum] = "f023d6ac581086b124190cb3dc81dd581a149d216fa4540ac34f9be1e3970b89" - -inherit pypi setuptools3 - -PYPI_PACKAGE = "pika" - -RDEPENDS:${PN} += " \ - ${PYTHON_PN}-logging \ - ${PYTHON_PN}-tornado \ - ${PYTHON_PN}-twisted \ -" diff --git a/meta-python/recipes-devtools/python/python3-pika_1.2.1.bb b/meta-python/recipes-devtools/python/python3-pika_1.2.1.bb new file mode 100644 index 0000000000..38f84cf1ba --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pika_1.2.1.bb @@ -0,0 +1,21 @@ +SUMMARY = "Pika is a RabbitMQ (AMQP 0-9-1) client library for Python." +DESCRIPTION = " \ +Pika is a pure-Python implementation of the AMQP 0-9-1 protocol \ +including RabbitMQ’s extensions. \ +" +SECTION = "devel/python" +HOMEPAGE = "https://pika.readthedocs.io" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=678ec81495ba50edf81e84e4f1aa69f3" + +SRC_URI[sha256sum] = "e5fbf3a0a3599f4e114f6e4a7af096f9413a8f24f975c2657ba2fac3c931434f" + +inherit pypi setuptools3 + +PYPI_PACKAGE = "pika" + +RDEPENDS:${PN} += " \ + ${PYTHON_PN}-logging \ + ${PYTHON_PN}-tornado \ + ${PYTHON_PN}-twisted \ +" -- cgit v1.2.3-54-g00ecf