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 | |
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')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pika_1.3.2.bb (renamed from meta-python/recipes-devtools/python/python3-pika_1.3.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pika_1.3.1.bb b/meta-python/recipes-devtools/python/python3-pika_1.3.2.bb index 075f3bb57..d5100dd78 100644 --- a/meta-python/recipes-devtools/python/python3-pika_1.3.1.bb +++ b/meta-python/recipes-devtools/python/python3-pika_1.3.2.bb | |||
@@ -8,7 +8,7 @@ HOMEPAGE = "https://pika.readthedocs.io" | |||
8 | LICENSE = "BSD-3-Clause" | 8 | LICENSE = "BSD-3-Clause" |
9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=678ec81495ba50edf81e84e4f1aa69f3" | 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=678ec81495ba50edf81e84e4f1aa69f3" |
10 | 10 | ||
11 | SRC_URI[sha256sum] = "beb19ff6dd1547f99a29acc2c6987ebb2ba7c44bf44a3f8e305877c5ef7d2fdc" | 11 | SRC_URI[sha256sum] = "b2a327ddddf8570b4965b3576ac77091b850262d34ce8c1d8cb4e4146aa4145f" |
12 | 12 | ||
13 | inherit pypi python_setuptools_build_meta | 13 | inherit pypi python_setuptools_build_meta |
14 | 14 | ||