[oe-commits] [meta-openembedded] 17/31: python-serpent: update to version 1.18.1

git at git.openembedded.org git at git.openembedded.org
Thu Feb 23 22:23:54 UTC 2017


This is an automated email from the git hooks/post-receive script.

martin_jansa pushed a commit to branch master
in repository meta-openembedded.

commit 00db5fae38203796c6cef34d98abce9c73dfb976
Author: Derek Straka <derek at asterius.io>
AuthorDate: Wed Feb 22 19:06:29 2017 -0500

    python-serpent: update to version 1.18.1
    
    Verified license terms remain the same and updated the checksum
    
    Signed-off-by: Derek Straka <derek at asterius.io>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-python/recipes-devtools/python/python-serpent_1.16.bb  | 13 -------------
 .../recipes-devtools/python/python-serpent_1.18.1.bb        | 13 +++++++++++++
 2 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/meta-python/recipes-devtools/python/python-serpent_1.16.bb b/meta-python/recipes-devtools/python/python-serpent_1.16.bb
deleted file mode 100644
index 2f31e3a..0000000
--- a/meta-python/recipes-devtools/python/python-serpent_1.16.bb
+++ /dev/null
@@ -1,13 +0,0 @@
-SUMMARY = "Serialization based on ast.literal_eval"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://PKG-INFO;md5=506280bc092b1a0be25c79fb0ed4aaa6"
-
-SRC_URI[md5sum] = "9d0cfe1f57f468100d3ae94c4de47950"
-SRC_URI[sha256sum] = "c26e98c2155228a69eb0dc14ba7b888cb70099b6c4ca47fd9d1f099f7d561c3e"
-
-inherit pypi setuptools
-
-RDEPENDS_${PN} += "\
-    ${PYTHON_PN}-netclient \
-    ${PYTHON_PN}-numbers \
-    "    
diff --git a/meta-python/recipes-devtools/python/python-serpent_1.18.1.bb b/meta-python/recipes-devtools/python/python-serpent_1.18.1.bb
new file mode 100644
index 0000000..f18343a
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-serpent_1.18.1.bb
@@ -0,0 +1,13 @@
+SUMMARY = "Serialization based on ast.literal_eval"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://PKG-INFO;md5=2669deccb79531c74a5ddd71b45f5095"
+
+SRC_URI[md5sum] = "e2cd7b751274c59b420d4f54db9a49cf"
+SRC_URI[sha256sum] = "9afebb58ac8b827050e1969324388349dc9738b0a03b0d91567b328834a27732"
+
+inherit pypi setuptools
+
+RDEPENDS_${PN} += "\
+    ${PYTHON_PN}-netclient \
+    ${PYTHON_PN}-numbers \
+    "    

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list