summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2023-09-27 04:53:28 +0000
committerArmin Kuster <akuster808@gmail.com>2023-10-04 07:52:48 -0700
commita1d0117b7e3cbe0a67a4ff662adbf1ea8da3bc8b (patch)
tree8126ed284b7799cc90fcc1e52e7e68dbde93bab9 /meta-python/recipes-devtools
parent6d45cafddf4153c36e68e30edb34af6c48e316d1 (diff)
downloadmeta-openembedded-a1d0117b7e3cbe0a67a4ff662adbf1ea8da3bc8b.tar.gz
python3-pyzmq: update version 25.0.0 -> 25.1.1
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 02914b8b645700a3255b724ef4f60d46b314bd19) Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r--meta-python/recipes-devtools/python/python3-pyzmq_25.1.1.bb (renamed from meta-python/recipes-devtools/python/python3-pyzmq_25.0.0.bb)8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyzmq_25.0.0.bb b/meta-python/recipes-devtools/python/python3-pyzmq_25.1.1.bb
index 39a7614fc5..504ef7abc0 100644
--- a/meta-python/recipes-devtools/python/python3-pyzmq_25.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pyzmq_25.1.1.bb
@@ -3,17 +3,17 @@ DESCRIPTION = "This package contains Python bindings for ZeroMQ. ZMQ is a lightw
3HOMEPAGE = "http://zeromq.org/bindings:python" 3HOMEPAGE = "http://zeromq.org/bindings:python"
4LICENSE = "BSD-3-Clause & LGPL-3.0-only" 4LICENSE = "BSD-3-Clause & LGPL-3.0-only"
5LIC_FILES_CHKSUM = "\ 5LIC_FILES_CHKSUM = "\
6 file://COPYING.BSD;md5=11c65680f637c3df7f58bbc8d133e96e \ 6 file://LICENSE.BSD;md5=1787206f198344195a671b60326c59dc \
7 file://COPYING.LESSER;md5=12c592fa0bcfff3fb0977b066e9cb69e \ 7 file://LICENSE.LESSER;md5=0e99bfbdd8b9d33b0221986fe3be89ed \
8" 8"
9 9
10DEPENDS = "python3-packaging-native zeromq" 10DEPENDS = "python3-packaging-native python3-cython-native python3-setuptools-scm-native zeromq"
11 11
12SRC_URI:append = " \ 12SRC_URI:append = " \
13 file://club-rpath-out.patch \ 13 file://club-rpath-out.patch \
14 file://run-ptest \ 14 file://run-ptest \
15" 15"
16SRC_URI[sha256sum] = "f330a1a2c7f89fd4b0aa4dcb7bf50243bf1c8da9a2f1efc31daf57a2046b31f2" 16SRC_URI[sha256sum] = "259c22485b71abacdfa8bf79720cd7bcf4b9d128b30ea554f01ae71fdbfdaa23"
17 17
18inherit pypi pkgconfig python_setuptools_build_meta ptest 18inherit pypi pkgconfig python_setuptools_build_meta ptest
19 19