diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-05-08 18:23:01 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-05-08 21:45:55 -0700 |
| commit | 6ba3a9ae44566dc2e780a77d544e7d2e66282762 (patch) | |
| tree | 792d13be0888ab8ce51e1736bbe2a3339f34cf89 /meta-python/recipes-devtools/python/python3-pika_1.3.2.bb | |
| parent | 96a48e99bf329cfddb1f7c44aa6b9b679e215333 (diff) | |
| download | meta-openembedded-6ba3a9ae44566dc2e780a77d544e7d2e66282762.tar.gz | |
python3-pika: upgrade 1.3.1 -> 1.3.2
Changelog:
=========
Closed issues:
----------------
GeventConnection may now work on Windows #1407
ExchangeType should be from str type #1409
Merged pull requests:
---------------------
Attempt to re-enable GeventConnection on Windows #1417
fix typo #1414
Fix exchange type enum type #1410
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pika_1.3.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pika_1.3.2.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pika_1.3.2.bb b/meta-python/recipes-devtools/python/python3-pika_1.3.2.bb new file mode 100644 index 0000000000..d5100dd78e --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pika_1.3.2.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] = "b2a327ddddf8570b4965b3576ac77091b850262d34ce8c1d8cb4e4146aa4145f" | ||
| 12 | |||
| 13 | inherit pypi python_setuptools_build_meta | ||
| 14 | |||
| 15 | PYPI_PACKAGE = "pika" | ||
| 16 | |||
| 17 | DEPENDS += " \ | ||
| 18 | ${PYTHON_PN}-setuptools-scm-native \ | ||
| 19 | ${PYTHON_PN}-toml-native \ | ||
| 20 | " | ||
| 21 | |||
| 22 | RDEPENDS:${PN} += " \ | ||
| 23 | ${PYTHON_PN}-logging \ | ||
| 24 | ${PYTHON_PN}-tornado \ | ||
| 25 | ${PYTHON_PN}-twisted \ | ||
| 26 | " | ||
