mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-26 18:20:29 +00:00
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>
This commit is contained in:
26
meta-python/recipes-devtools/python/python3-pika_1.3.2.bb
Normal file
26
meta-python/recipes-devtools/python/python3-pika_1.3.2.bb
Normal file
@@ -0,0 +1,26 @@
|
||||
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] = "b2a327ddddf8570b4965b3576ac77091b850262d34ce8c1d8cb4e4146aa4145f"
|
||||
|
||||
inherit pypi python_setuptools_build_meta
|
||||
|
||||
PYPI_PACKAGE = "pika"
|
||||
|
||||
DEPENDS += " \
|
||||
${PYTHON_PN}-setuptools-scm-native \
|
||||
${PYTHON_PN}-toml-native \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
${PYTHON_PN}-logging \
|
||||
${PYTHON_PN}-tornado \
|
||||
${PYTHON_PN}-twisted \
|
||||
"
|
||||
Reference in New Issue
Block a user