diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2020-06-25 12:07:12 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-06-26 08:56:11 -0700 |
commit | af7c482ec0e4b57587a96f0a77a9b816f526f00b (patch) | |
tree | 7474a50aaa2953476b1bfef7df98cff508470a64 | |
parent | 89582b1801808dca742a85306ff2360ffb033bff (diff) | |
download | meta-openembedded-af7c482ec0e4b57587a96f0a77a9b816f526f00b.tar.gz |
python3-pyexpect: Upgrade 1.0.19 -> 1.0.20
Upgrade to release 1.0.20:
- Support expectations on types that return different types than
bool on comparison.
- Better documentation intro using the feedback I got for my talk
at berlin.python.pizza
- Fix upload command and add some todos
LIC_FILES_CHKSUM changed due to the recent modifications of
README.md. The license remains the same.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pyexpect_1.0.20.bb (renamed from meta-python/recipes-devtools/python/python3-pyexpect_1.0.19.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyexpect_1.0.19.bb b/meta-python/recipes-devtools/python/python3-pyexpect_1.0.20.bb index ea3c018af7..e09fec01dd 100644 --- a/meta-python/recipes-devtools/python/python3-pyexpect_1.0.19.bb +++ b/meta-python/recipes-devtools/python/python3-pyexpect_1.0.20.bb | |||
@@ -3,9 +3,9 @@ DESCRIPTION = "Minimal but very flexible implementation of the expect pattern" | |||
3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
4 | HOMEPAGE = " https://bitbucket.org/dwt/pyexpect" | 4 | HOMEPAGE = " https://bitbucket.org/dwt/pyexpect" |
5 | LICENSE = "ISC" | 5 | LICENSE = "ISC" |
6 | LIC_FILES_CHKSUM = "file://README.md;md5=500b884e9dcd5f677a53cbbee8ace939" | 6 | LIC_FILES_CHKSUM = "file://README.md;md5=a6aa1e7097aca5955f9a2e1c8b0ce158" |
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | SRC_URI[md5sum] = "dc744289858001925c75d21e26f1260f" | 10 | SRC_URI[md5sum] = "7ebc843f015b54d849ac7632eda74e9b" |
11 | SRC_URI[sha256sum] = "bff4654b113dac6c2231e486e11dcb23281ddc0742a5404467303fe7638829ef" | 11 | SRC_URI[sha256sum] = "acaaa6f96de315dc99cac3da810156bf3829d1eb5c49180f00a4fdde82eabc76" |