[oe-commits] [meta-openembedded] 17/54: python-markupsafe: update to version 1.0

git at git.openembedded.org git at git.openembedded.org
Mon Jun 5 11:12:09 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 058e26cbdba3a8229e4079640b3ece81f70d1350
Author: Derek Straka <derek at asterius.io>
AuthorDate: Fri May 19 13:47:53 2017 -0400

    python-markupsafe: update to version 1.0
    
    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-markupsafe.inc           | 6 +++---
 .../python/{python-markupsafe_0.23.bb => python-markupsafe_1.0.bb}  | 0
 .../{python3-markupsafe_0.23.bb => python3-markupsafe_1.0.bb}       | 0
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-python/recipes-devtools/python/python-markupsafe.inc b/meta-python/recipes-devtools/python/python-markupsafe.inc
index de61944..e50f8ce 100644
--- a/meta-python/recipes-devtools/python/python-markupsafe.inc
+++ b/meta-python/recipes-devtools/python/python-markupsafe.inc
@@ -3,10 +3,10 @@ HOMEPAGE = "http://github.com/mitsuhiko/markupsafe"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=c6d1adcf45d69359f256c1cea3254127"
 
-SRC_URI[md5sum] = "f5ab3deee4c37cd6a922fb81e730da6e"
-SRC_URI[sha256sum] = "a4ec1aff59b95a14b45eb2e23761a0179e98319da5a7eb76b56ea8cdc7b871c3"
+SRC_URI[md5sum] = "2fcedc9284d50e577b5192e8e3578355"
+SRC_URI[sha256sum] = "a6be69091dac236ea9c6bc7d012beab42010fa914c459791d627dad4910eb665"
 
 PYPI_PACKAGE = "MarkupSafe"
 inherit pypi
 
-RDEPENDS_${PN} += "${PYTHON_PN}-re"
+RDEPENDS_${PN} += "${PYTHON_PN}-re ${PYTHON_PN}-stringold"
diff --git a/meta-python/recipes-devtools/python/python-markupsafe_0.23.bb b/meta-python/recipes-devtools/python/python-markupsafe_1.0.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-markupsafe_0.23.bb
rename to meta-python/recipes-devtools/python/python-markupsafe_1.0.bb
diff --git a/meta-python/recipes-devtools/python/python3-markupsafe_0.23.bb b/meta-python/recipes-devtools/python/python3-markupsafe_1.0.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-markupsafe_0.23.bb
rename to meta-python/recipes-devtools/python/python3-markupsafe_1.0.bb

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


More information about the Openembedded-commits mailing list