diff options
author | Derek Straka <derek@asterius.io> | 2018-07-09 17:54:50 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-07-12 07:19:42 -0700 |
commit | 2b34d9c0579c0aa4696a0d2035b00e1e1d0f1fc2 (patch) | |
tree | 4d79646d0b9459b15ea9c54b11e0f302cb445e00 | |
parent | 1f1c9923fd4f47fa76a18a68a2c2f67b99fa4f6a (diff) | |
download | meta-openembedded-2b34d9c0579c0aa4696a0d2035b00e1e1d0f1fc2.tar.gz |
python-pyyaml: update to version 3.13
License-Update: Update the copyright year to include 2018
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python-pyyaml.inc | 6 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python-pyyaml_3.13.bb (renamed from meta-python/recipes-devtools/python/python-pyyaml_3.12.bb) | 0 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pyyaml_3.13.bb (renamed from meta-python/recipes-devtools/python/python3-pyyaml_3.12.bb) | 0 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python-pyyaml.inc b/meta-python/recipes-devtools/python/python-pyyaml.inc index 3fef0cacd..afce543f1 100644 --- a/meta-python/recipes-devtools/python/python-pyyaml.inc +++ b/meta-python/recipes-devtools/python/python-pyyaml.inc | |||
@@ -2,14 +2,14 @@ SUMMARY = "Python support for YAML" | |||
2 | HOMEPAGE = "http://www.pyyaml.org" | 2 | HOMEPAGE = "http://www.pyyaml.org" |
3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=6015f088759b10e0bc2bf64898d4ae17" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5591701d32590f9fa94f3bfee820b634" |
6 | DEPENDS = "libyaml ${PYTHON_PN}-cython-native ${PYTHON_PN}" | 6 | DEPENDS = "libyaml ${PYTHON_PN}-cython-native ${PYTHON_PN}" |
7 | 7 | ||
8 | PYPI_PACKAGE = "PyYAML" | 8 | PYPI_PACKAGE = "PyYAML" |
9 | inherit pypi | 9 | inherit pypi |
10 | 10 | ||
11 | SRC_URI[md5sum] = "4c129761b661d181ebf7ff4eb2d79950" | 11 | SRC_URI[md5sum] = "b78b96636d68ac581c0e2f38158c224f" |
12 | SRC_URI[sha256sum] = "592766c6303207a20efc445587778322d7f73b161bd994f227adaa341ba212ab" | 12 | SRC_URI[sha256sum] = "3ef3092145e9b70e3ddd2c7ad59bdd0252a94dfe3949721633e41344de00a6bf" |
13 | 13 | ||
14 | RDEPENDS_${PN} += "\ | 14 | RDEPENDS_${PN} += "\ |
15 | ${PYTHON_PN}-datetime \ | 15 | ${PYTHON_PN}-datetime \ |
diff --git a/meta-python/recipes-devtools/python/python-pyyaml_3.12.bb b/meta-python/recipes-devtools/python/python-pyyaml_3.13.bb index 5a4c92d88..5a4c92d88 100644 --- a/meta-python/recipes-devtools/python/python-pyyaml_3.12.bb +++ b/meta-python/recipes-devtools/python/python-pyyaml_3.13.bb | |||
diff --git a/meta-python/recipes-devtools/python/python3-pyyaml_3.12.bb b/meta-python/recipes-devtools/python/python3-pyyaml_3.13.bb index 470aca608..470aca608 100644 --- a/meta-python/recipes-devtools/python/python3-pyyaml_3.12.bb +++ b/meta-python/recipes-devtools/python/python3-pyyaml_3.13.bb | |||