From eae2588497550757bc3a26984900fbb8ec275906 Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Fri, 16 Jul 2021 14:27:43 +0800 Subject: python3-pytun: upgrade 2.3.0 -> 2.4.1 Signed-off-by: Zheng Ruoqin Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../recipes-connectivity/python3-pytun/python3-pytun_2.3.0.bb | 10 ---------- .../recipes-connectivity/python3-pytun/python3-pytun_2.4.1.bb | 9 +++++++++ 2 files changed, 9 insertions(+), 10 deletions(-) delete mode 100644 meta-python/recipes-connectivity/python3-pytun/python3-pytun_2.3.0.bb create mode 100644 meta-python/recipes-connectivity/python3-pytun/python3-pytun_2.4.1.bb (limited to 'meta-python/recipes-connectivity') diff --git a/meta-python/recipes-connectivity/python3-pytun/python3-pytun_2.3.0.bb b/meta-python/recipes-connectivity/python3-pytun/python3-pytun_2.3.0.bb deleted file mode 100644 index bc11d705f4..0000000000 --- a/meta-python/recipes-connectivity/python3-pytun/python3-pytun_2.3.0.bb +++ /dev/null @@ -1,10 +0,0 @@ -SUMMARY = "Python TUN/TAP tunnel module" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=13f7629e8e4989b66b4a913ab05a91de" - -SRC_URI[md5sum] = "adcaeea56d0ed06814487cdbde32d198" -SRC_URI[sha256sum] = "5ead86b3391acef239535ebcabeb04d2cdc6b40ab14580d28c6da193c2d1fe53" - -PYPI_PACKAGE = "python-pytun" - -inherit pypi setuptools3 diff --git a/meta-python/recipes-connectivity/python3-pytun/python3-pytun_2.4.1.bb b/meta-python/recipes-connectivity/python3-pytun/python3-pytun_2.4.1.bb new file mode 100644 index 0000000000..08ec2cf670 --- /dev/null +++ b/meta-python/recipes-connectivity/python3-pytun/python3-pytun_2.4.1.bb @@ -0,0 +1,9 @@ +SUMMARY = "Python TUN/TAP tunnel module" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=13f7629e8e4989b66b4a913ab05a91de" + +SRC_URI[sha256sum] = "20b53ea7a09dfe173c00ec0a00eea508b05e959f5dc4b4bb698aa52252192f8f" + +PYPI_PACKAGE = "python-pytun" + +inherit pypi setuptools3 -- cgit v1.2.3-54-g00ecf