diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2022-07-06 11:19:38 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-07-06 05:08:49 -0700 |
| commit | 8e1c900eff54c50c9a5137d804a9c5ce6923c292 (patch) | |
| tree | e9ee183bd45d8ed044ca04654ba265af29bfcd16 /meta-python/recipes-devtools/python/python3-pika_1.3.0.bb | |
| parent | 8babc2e751426ba221af30291c23f9b7b4f3bded (diff) | |
| download | meta-openembedded-8e1c900eff54c50c9a5137d804a9c5ce6923c292.tar.gz | |
python3-pika: Upgrade 1.2.1 -> 1.3.0
Upgrade to release 1.3.0:
- Convert the metadata into PEP 621 format
- Use pyproject.toml only
- Memory leak when multiple field is set to true in ack
- No exception raised when heartbeat timed out
- Wrong return type for basic_get
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pika_1.3.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pika_1.3.0.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pika_1.3.0.bb b/meta-python/recipes-devtools/python/python3-pika_1.3.0.bb new file mode 100644 index 0000000000..7ffec26e55 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pika_1.3.0.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] = "15357ddc47a5c28f0b07d80e93d504cbbf7a1ad5e1cd129ecd27afe76472c529" | ||
| 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 | " | ||
