diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2024-06-19 15:20:19 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-06-21 21:45:10 -0700 |
commit | 5e675238676356d91770e5649c1df9b8cce9c64b (patch) | |
tree | 189d1585780dfad6880fb9f5d0798aa6d7b157db | |
parent | f49e3532ed4decfa071be4819f1a120918ab1f10 (diff) | |
download | meta-openembedded-5e675238676356d91770e5649c1df9b8cce9c64b.tar.gz |
python3-paho-mqtt: Upgrade 2.0.0 -> 2.1.0
Upgrade to release 2.1.0:
- Make transition from 1.x to 2.x version smoother
- Fix "protocol" property
- Fix publish() a bytearray payload
- Fix some type annotations
- Fix loop_stop() not stopping thread when called from callback
- Fix some documentation errors
- Add support for Unix socket
- Fix flaky test
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-paho-mqtt_2.1.0.bb (renamed from meta-python/recipes-devtools/python/python3-paho-mqtt_2.0.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-paho-mqtt_2.0.0.bb b/meta-python/recipes-devtools/python/python3-paho-mqtt_2.1.0.bb index e4cf77a13..0c3e6e926 100644 --- a/meta-python/recipes-devtools/python/python3-paho-mqtt_2.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-paho-mqtt_2.1.0.bb | |||
@@ -7,9 +7,9 @@ SRCNAME = "paho-mqtt" | |||
7 | 7 | ||
8 | inherit pypi python_hatchling python_setuptools_build_meta | 8 | inherit pypi python_hatchling python_setuptools_build_meta |
9 | 9 | ||
10 | SRC_URI[sha256sum] = "13b205f29251e4f2c66a6c923c31fc4fd780561e03b2d775cff8e4f2915cf947" | 10 | SRC_URI[sha256sum] = "12d6e7511d4137555a3f6ea167ae846af2c7357b10bc6fa4f7c3968fc1723834" |
11 | 11 | ||
12 | PYPI_SRC_URI = "https://files.pythonhosted.org/packages/73/b7/a4df0f93bbdae237e16ba402752151eceee576cbe80c235a2475fbf81eea/paho_mqtt-${PV}.tar.gz" | 12 | PYPI_SRC_URI = "https://files.pythonhosted.org/packages/39/15/0a6214e76d4d32e7f663b109cf71fb22561c2be0f701d67f93950cd40542/paho_mqtt-${PV}.tar.gz" |
13 | 13 | ||
14 | S = "${WORKDIR}/paho_mqtt-${PV}" | 14 | S = "${WORKDIR}/paho_mqtt-${PV}" |
15 | 15 | ||