From 78b112d5701d832aae4e9c232ecd3c56aff94287 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 27 May 2026 17:47:55 +0800 Subject: python3-telnetlib3: upgrade 2.6.0 -> 4.0.4 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-telnetlib3_2.6.0.bb | 15 --------------- .../recipes-devtools/python/python3-telnetlib3_4.0.4.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-telnetlib3_2.6.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-telnetlib3_4.0.4.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-telnetlib3_2.6.0.bb b/meta-python/recipes-devtools/python/python3-telnetlib3_2.6.0.bb deleted file mode 100644 index bef533b39b..0000000000 --- a/meta-python/recipes-devtools/python/python3-telnetlib3_2.6.0.bb +++ /dev/null @@ -1,15 +0,0 @@ -SUMMARY = "Telnet server and client library based on asyncio" -HOMEPAGE = "https://github.com/jquast/telnetlib3" -LICENSE = "ISC" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=15abe157ad6f0b483975cc34bcc1aa99" - -SRC_URI[sha256sum] = "c231e790c626f5b6927a4a85e79bce18cde994c9424254d2193582b430972164" - -PYPI_PACKAGE = "telnetlib3" - -inherit pypi python_setuptools_build_meta python_hatchling - -RDEPENDS:${PN} = "\ - python3-asyncio \ - python3-wcwidth \ -" diff --git a/meta-python/recipes-devtools/python/python3-telnetlib3_4.0.4.bb b/meta-python/recipes-devtools/python/python3-telnetlib3_4.0.4.bb new file mode 100644 index 0000000000..eb28bbf81f --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-telnetlib3_4.0.4.bb @@ -0,0 +1,15 @@ +SUMMARY = "Telnet server and client library based on asyncio" +HOMEPAGE = "https://github.com/jquast/telnetlib3" +LICENSE = "ISC" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=15abe157ad6f0b483975cc34bcc1aa99" + +SRC_URI[sha256sum] = "6ab9ce0b9e8663b002d7e10513deb0c17bddb982d520681e0788511d99695a7a" + +PYPI_PACKAGE = "telnetlib3" + +inherit pypi python_setuptools_build_meta python_hatchling + +RDEPENDS:${PN} = "\ + python3-asyncio \ + python3-wcwidth \ +" -- cgit v1.2.3-54-g00ecf