diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2021-03-26 15:12:46 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-03-30 09:04:34 -0700 |
commit | 4c2da65c337283be396ef4e102a297e33591c27c (patch) | |
tree | f2c1c1c6d7c8b138728298f578b7cea2ea474663 /meta-python | |
parent | 148361a5693ee0e3e501e6a8a0e75cf31feb8006 (diff) | |
download | meta-openembedded-4c2da65c337283be396ef4e102a297e33591c27c.tar.gz |
python3-zopeinterface: upgrade 5.2.0 -> 5.3.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-zopeinterface_5.3.0.bb (renamed from meta-python/recipes-devtools/python/python3-zopeinterface_5.2.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-zopeinterface_5.2.0.bb b/meta-python/recipes-devtools/python/python3-zopeinterface_5.3.0.bb index 48bb80d578..5da5a88b97 100644 --- a/meta-python/recipes-devtools/python/python3-zopeinterface_5.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-zopeinterface_5.3.0.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] = "8251f06a77985a2729a8bdbefbae79ee78567dddc3acbd499b87e705ca59fe24" | 8 | SRC_URI[sha256sum] = "b18a855f8504743e0a2d8b75d008c7720d44e4c76687e13f959e35d9a13eb397" |
9 | 9 | ||
10 | PACKAGES =. "${PN}-test " | 10 | PACKAGES =. "${PN}-test " |
11 | 11 | ||