summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorzhengrq.fnst@fujitsu.com <zhengrq.fnst@fujitsu.com>2022-11-08 11:11:53 +0800
committerKhem Raj <raj.khem@gmail.com>2022-11-09 10:17:15 -0800
commit8219c2eeccc79eca8c95229373039afd5c000fef (patch)
tree0462c0ce723bd402f602f92f00583478baefc509 /meta-python
parentfac0727efdcb8c6335ec7cc323b64d910d9540ec (diff)
downloadmeta-openembedded-8219c2eeccc79eca8c95229373039afd5c000fef.tar.gz
python3-zopeinterface: upgrade 5.5.0 -> 5.5.1
Changelog: ========== Add support for final Python 3.11 release. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@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-zopeinterface_5.5.1.bb (renamed from meta-python/recipes-devtools/python/python3-zopeinterface_5.5.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-zopeinterface_5.5.0.bb b/meta-python/recipes-devtools/python/python3-zopeinterface_5.5.1.bb
index 015ec0e3e7..00c2eaf286 100644
--- a/meta-python/recipes-devtools/python/python3-zopeinterface_5.5.0.bb
+++ b/meta-python/recipes-devtools/python/python3-zopeinterface_5.5.1.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e54fd776274c1b7423
5PYPI_PACKAGE = "zope.interface" 5PYPI_PACKAGE = "zope.interface"
6 6
7inherit pypi setuptools3 7inherit pypi setuptools3
8SRC_URI[sha256sum] = "700ebf9662cf8df70e2f0cb4988e078c53f65ee3eefd5c9d80cf988c4175c8e3" 8SRC_URI[sha256sum] = "6d678475fdeb11394dc9aaa5c564213a1567cc663082e0ee85d52f78d1fbaab2"
9 9
10PACKAGES =. "${PN}-test " 10PACKAGES =. "${PN}-test "
11 11