diff options
author | Derek Straka <derek@asterius.io> | 2018-02-25 14:55:33 -0500 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-03-01 16:12:56 -0800 |
commit | adfb0e54b9479c292c1514be5c0b644e485c9024 (patch) | |
tree | b79e8fbc506fc9a5c98f8f14aaa819c295b255f0 /meta-python/recipes-devtools/python/python-pexpect.inc | |
parent | befe3e0d200b78cb9afdfd4b39d682443160dad7 (diff) | |
download | meta-openembedded-adfb0e54b9479c292c1514be5c0b644e485c9024.tar.gz |
python-pexpect: update to version 4.4.0
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pexpect.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pexpect.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python-pexpect.inc b/meta-python/recipes-devtools/python/python-pexpect.inc index 28d7b60c8..d1fac54e6 100644 --- a/meta-python/recipes-devtools/python/python-pexpect.inc +++ b/meta-python/recipes-devtools/python/python-pexpect.inc | |||
@@ -4,8 +4,8 @@ SECTION = "devel/python" | |||
4 | LICENSE = "ISC" | 4 | LICENSE = "ISC" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1c7a725251880af8c6a148181665385b" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1c7a725251880af8c6a148181665385b" |
6 | 6 | ||
7 | SRC_URI[md5sum] = "16aa4549136b2d1b2bf1e0e9788d75a6" | 7 | SRC_URI[md5sum] = "e9b07f0765df8245ac72201d757baaef" |
8 | SRC_URI[sha256sum] = "8e287b171dbaf249d0b06b5f2e88cb7e694651d2d0b8c15bccb83170d3c55575" | 8 | SRC_URI[sha256sum] = "67b85a1565968e3d5b5e7c9283caddc90c3947a2625bed1905be27bd5a03e47d" |
9 | 9 | ||
10 | UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/pexpect" | 10 | UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/pexpect" |
11 | 11 | ||