diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2020-10-27 12:40:11 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-11-04 11:08:50 -0800 |
| commit | 9239ab981204452bcf3a9ade6f343385cf94b6cc (patch) | |
| tree | 0132090299cca946ce8fef6ed8c6dde3f3557dfe /meta-python/recipes-devtools/python/python3-pyexpect_1.0.21.bb | |
| parent | 2506cf2d476d105ebeee823f3ef816b429f97050 (diff) | |
| download | meta-openembedded-9239ab981204452bcf3a9ade6f343385cf94b6cc.tar.gz | |
python3-pyexpect: Upgrade 1.0.20 -> 1.0.21
Upgrade to release 1.0.21:
- Ensure .includes() handles a generator correcly
- Also check python 3.8 and 3.9
- Ignore tox directory
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyexpect_1.0.21.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pyexpect_1.0.21.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyexpect_1.0.21.bb b/meta-python/recipes-devtools/python/python3-pyexpect_1.0.21.bb new file mode 100644 index 0000000000..1b80770d73 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyexpect_1.0.21.bb | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | SUMMARY = "Python expectaton library" | ||
| 2 | DESCRIPTION = "Minimal but very flexible implementation of the expect pattern" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | HOMEPAGE = " https://bitbucket.org/dwt/pyexpect" | ||
| 5 | LICENSE = "ISC" | ||
| 6 | LIC_FILES_CHKSUM = "file://README.md;md5=a6aa1e7097aca5955f9a2e1c8b0ce158" | ||
| 7 | |||
| 8 | inherit pypi setuptools3 | ||
| 9 | |||
| 10 | SRC_URI[md5sum] = "c661939158d6a1acbcc2191bedc47751" | ||
| 11 | SRC_URI[sha256sum] = "96e900d6af928a94c2a75b4935ddda44872c218121d0467c549ae19e7608a9a2" | ||
