summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pexpect_4.8.0.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-11-28 16:36:43 +0800
committerKhem Raj <raj.khem@gmail.com>2023-11-28 08:55:41 -0800
commit42907a1786ed53e96c0fcc50ffc69253f51e5c94 (patch)
treef686fe847735859987f8261e09bd7ab1fff0aa8a /meta-python/recipes-devtools/python/python3-pexpect_4.8.0.bb
parentd0fdcca9b21def00d4c716e803b7d9a97d136a15 (diff)
downloadmeta-openembedded-42907a1786ed53e96c0fcc50ffc69253f51e5c94.tar.gz
python3-pexpect: upgrade 4.8.0 -> 4.9.0
Changelog: ========== -Add support for Python 3.12 -Clean up temporary files after UnicodeTests -Add Python 3.5, 3.6 and 3.12.0-rc.1 to test matrix -Set prompt correctly for zsh -Add zsh convenience function to replwrap module -Rework async unittests to rely on unittest.IsolatedAsyncioTestCase -Make test_expect.py work on POSIX systems that are not Linux based -Add support for socket, which allows sockets to be used crossplatform -Update async to work on newer versions of python -Remove deprecated RSAAuthentication option (SSHv1) -Multiple CI fixes -Use Github Actions for CI -Remove pytest-capturelog from testing requirements -Fix usage for Solaris -Fix threading for new versions of python -Fix documentation builds for use with Sphinx 3 -Use sys.executable for tests and wrapper, allowing the calling python executable to be used instead -Update documentation about Wexpect -Added project urls to setup.py -Provide examples for how to use Pexpect and Pyte -Coerce compiled regex patterns type according to spawn encoding -Several doc updates Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pexpect_4.8.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pexpect_4.8.0.bb25
1 files changed, 0 insertions, 25 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pexpect_4.8.0.bb b/meta-python/recipes-devtools/python/python3-pexpect_4.8.0.bb
deleted file mode 100644
index ed25406085..0000000000
--- a/meta-python/recipes-devtools/python/python3-pexpect_4.8.0.bb
+++ /dev/null
@@ -1,25 +0,0 @@
1SUMMARY = "A Pure Python Expect like Module for Python"
2HOMEPAGE = "http://pexpect.readthedocs.org/"
3SECTION = "devel/python"
4LICENSE = "ISC"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=1c7a725251880af8c6a148181665385b"
6
7SRC_URI += "file://0001-FSM.py-change-shebang-from-python-to-python3.patch"
8
9SRC_URI[md5sum] = "153eb25184249d6a85fde9acf4804085"
10SRC_URI[sha256sum] = "fc65a43959d153d0114afe13997d439c22823a27cefceb5ff35c2178c6784c0c"
11
12inherit pypi setuptools3
13
14UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/pexpect"
15
16RDEPENDS:${PN} = "\
17 ${PYTHON_PN}-core \
18 ${PYTHON_PN}-io \
19 ${PYTHON_PN}-terminal \
20 ${PYTHON_PN}-resource \
21 ${PYTHON_PN}-fcntl \
22 ${PYTHON_PN}-ptyprocess \
23"
24
25BBCLASSEXTEND = "native nativesdk"