diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-04-17 09:40:53 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-04-21 10:52:48 -0700 |
commit | 092801014845aeca855f6916bb517a3d5640e961 (patch) | |
tree | 7cf81100be26a9a0c72fef4650557c79b24a6fa5 /meta-python | |
parent | ebe7193982ed0f872a9a1efab1d3310bf19febbe (diff) | |
download | meta-openembedded-092801014845aeca855f6916bb517a3d5640e961.tar.gz |
python3-zopeinterface: upgrade 6.2 -> 6.3
Changelog:
Add preliminary support for Python 3.13 as of 3.13a6.
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-zopeinterface_6.3.bb (renamed from meta-python/recipes-devtools/python/python3-zopeinterface_6.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-zopeinterface_6.2.bb b/meta-python/recipes-devtools/python/python3-zopeinterface_6.3.bb index 70a634a49b..21d03f2e7d 100644 --- a/meta-python/recipes-devtools/python/python3-zopeinterface_6.2.bb +++ b/meta-python/recipes-devtools/python/python3-zopeinterface_6.3.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e54fd776274c1b7423 | |||
5 | PYPI_PACKAGE = "zope.interface" | 5 | PYPI_PACKAGE = "zope.interface" |
6 | 6 | ||
7 | inherit pypi setuptools3 | 7 | inherit pypi setuptools3 |
8 | SRC_URI[sha256sum] = "3b6c62813c63c543a06394a636978b22dffa8c5410affc9331ce6cdb5bfa8565" | 8 | SRC_URI[sha256sum] = "f83d6b4b22262d9a826c3bd4b2fbfafe1d0000f085ef8e44cd1328eea274ae6a" |
9 | 9 | ||
10 | PACKAGES =. "${PN}-test " | 10 | PACKAGES =. "${PN}-test " |
11 | 11 | ||