summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-10-24 07:46:10 +0800
committerArmin Kuster <akuster808@gmail.com>2023-10-30 07:14:03 -0400
commit7a5d0850d679bc65ac3dd2615ebae853dbb30724 (patch)
tree8b0478e7fa606c1b006c88a87efacbd4709a99a7
parent871b27847b7b18d16dd33e8a6379651a53838b66 (diff)
downloadmeta-openembedded-7a5d0850d679bc65ac3dd2615ebae853dbb30724.tar.gz
python3-zopeinterface: upgrade 6.0 -> 6.1
Changelog: ========== -Build Linux binary wheels for Python 3.12. -Add support for Python 3.12. -Fix building of the docs for non-final versions. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit d2536d50fa7296e12b6b79329d3e3769472c202e) Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-zopeinterface_6.1.bb (renamed from meta-python/recipes-devtools/python/python3-zopeinterface_6.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-zopeinterface_6.0.bb b/meta-python/recipes-devtools/python/python3-zopeinterface_6.1.bb
index 264898adb6..07e329a4a8 100644
--- a/meta-python/recipes-devtools/python/python3-zopeinterface_6.0.bb
+++ b/meta-python/recipes-devtools/python/python3-zopeinterface_6.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] = "aab584725afd10c710b8f1e6e208dbee2d0ad009f57d674cb9d1b3964037275d" 8SRC_URI[sha256sum] = "2fdc7ccbd6eb6b7df5353012fbed6c3c5d04ceaca0038f75e601060e95345309"
9 9
10PACKAGES =. "${PN}-test " 10PACKAGES =. "${PN}-test "
11 11