[oe] [meta-python][PATCH] python-ply: update to version 3.11

Derek Straka derek at asterius.io
Sun Feb 25 20:30:12 UTC 2018


Update license checksum for new copyright year

Signed-off-by: Derek Straka <derek at asterius.io>
---
 meta-python/recipes-devtools/python/python-ply.inc                  | 6 +++---
 .../python/{python-ply_3.10.bb => python-ply_3.11.bb}               | 0
 .../python/{python3-ply_3.10.bb => python3-ply_3.11.bb}             | 0
 3 files changed, 3 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python-ply_3.10.bb => python-ply_3.11.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-ply_3.10.bb => python3-ply_3.11.bb} (100%)

diff --git a/meta-python/recipes-devtools/python/python-ply.inc b/meta-python/recipes-devtools/python/python-ply.inc
index a6cdf4b..a744950 100644
--- a/meta-python/recipes-devtools/python/python-ply.inc
+++ b/meta-python/recipes-devtools/python/python-ply.inc
@@ -3,10 +3,10 @@ DESCRIPTION = "Python ply: PLY is yet another implementation of lex and yacc for
 HOMEPAGE = "https://pypi.python.org/pypi/ply"
 SECTION = "devel/python"
 LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://README.md;beginline=3;endline=30;md5=fcb04bc2f765e46ab7084d6ab6e452bb"
+LIC_FILES_CHKSUM = "file://README.md;beginline=5;endline=32;md5=f5ee5c355c0e6719c787a71b8f0fa96c"
 
-SRC_URI[md5sum] = "1d63c166ab250bab87d8dcc42dcca70e"
-SRC_URI[sha256sum] = "96e94af7dd7031d8d6dd6e2a8e0de593b511c211a86e28a9c9621c275ac8bacb"
+SRC_URI[md5sum] = "6465f602e656455affcd7c5734c638f8"
+SRC_URI[sha256sum] = "00c7c1aaa88358b9c765b6d3000c6eec0ba42abca5351b095321aef446081da3"
 
 inherit pypi
 
diff --git a/meta-python/recipes-devtools/python/python-ply_3.10.bb b/meta-python/recipes-devtools/python/python-ply_3.11.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-ply_3.10.bb
rename to meta-python/recipes-devtools/python/python-ply_3.11.bb
diff --git a/meta-python/recipes-devtools/python/python3-ply_3.10.bb b/meta-python/recipes-devtools/python/python3-ply_3.11.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-ply_3.10.bb
rename to meta-python/recipes-devtools/python/python3-ply_3.11.bb
-- 
2.7.4




More information about the Openembedded-devel mailing list