diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-05-27 17:47:41 +0800 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-05-31 03:08:51 -0700 |
| commit | 687708bd42a0114548f0d0db2bce06f852ebbecc (patch) | |
| tree | f2aa963a095be2d26d367845eb7407d7bfe6803f /meta-python/recipes-devtools/python/python3-pika_1.4.1.bb | |
| parent | 559ec62e99a740eb13e4051d9c112a9ec4b0f3c2 (diff) | |
| download | meta-openembedded-687708bd42a0114548f0d0db2bce06f852ebbecc.tar.gz | |
python3-pika: upgrade 1.4.0 -> 1.4.1
Changelog:
Fix Channel.close() for channels with multiple consumers
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pika_1.4.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pika_1.4.1.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pika_1.4.1.bb b/meta-python/recipes-devtools/python/python3-pika_1.4.1.bb new file mode 100644 index 0000000000..e0313552d0 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pika_1.4.1.bb | |||
| @@ -0,0 +1,26 @@ | |||
| 1 | SUMMARY = "Pika is a RabbitMQ (AMQP 0-9-1) client library for Python." | ||
| 2 | DESCRIPTION = " \ | ||
| 3 | Pika is a pure-Python implementation of the AMQP 0-9-1 protocol \ | ||
| 4 | including RabbitMQ's extensions. \ | ||
| 5 | " | ||
| 6 | SECTION = "devel/python" | ||
| 7 | HOMEPAGE = "https://pika.readthedocs.io" | ||
| 8 | LICENSE = "BSD-3-Clause" | ||
| 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=678ec81495ba50edf81e84e4f1aa69f3" | ||
| 10 | |||
| 11 | SRC_URI[sha256sum] = "e851f3e4992adfbf8eb64e9b86d94e3382f92ba0200055abedbb29676b8e713b" | ||
| 12 | |||
| 13 | inherit pypi python_setuptools_build_meta | ||
| 14 | |||
| 15 | PYPI_PACKAGE = "pika" | ||
| 16 | |||
| 17 | DEPENDS += " \ | ||
| 18 | python3-setuptools-scm-native \ | ||
| 19 | python3-toml-native \ | ||
| 20 | " | ||
| 21 | |||
| 22 | RDEPENDS:${PN} += " \ | ||
| 23 | python3-logging \ | ||
| 24 | python3-tornado \ | ||
| 25 | python3-twisted \ | ||
| 26 | " | ||
