summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2020-06-12 12:47:57 +0300
committerKhem Raj <raj.khem@gmail.com>2020-06-13 21:34:21 -0700
commit34c8d65498f1dfa8af11bc023557052b7ff09aab (patch)
tree5826dea03cc1df4a9140bf7cdd8cf8301cb8e9b7 /meta-python
parent180688cf301f2d045ad22ae9bd8d706476e50554 (diff)
downloadmeta-openembedded-34c8d65498f1dfa8af11bc023557052b7ff09aab.tar.gz
python3-parse-type: Upgrade 0.4.2 -> 0.5.2
Upgrade to release 0.5.2. The year in file LICENCE has been changed therefore the checksum has been changed but it still remains a BSD License. Add python3-six as a run-time dependency. The new release brings: - Update to parse-1.12.0 - Code cleanups - Bug fixes Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-parse-type_0.5.2.bb (renamed from meta-python/recipes-devtools/python/python3-parse-type_0.4.2.bb)8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-python/recipes-devtools/python/python3-parse-type_0.4.2.bb b/meta-python/recipes-devtools/python/python3-parse-type_0.5.2.bb
index a9e7a53ee1..f61c480bdd 100644
--- a/meta-python/recipes-devtools/python/python3-parse-type_0.4.2.bb
+++ b/meta-python/recipes-devtools/python/python3-parse-type_0.5.2.bb
@@ -1,15 +1,15 @@
1SUMMARY = "Simplifies building parse types based on the parse module" 1SUMMARY = "Simplifies building parse types based on the parse module"
2HOMEPAGE = "https://github.com/jenisys/parse_type" 2HOMEPAGE = "https://github.com/jenisys/parse_type"
3LICENSE = "BSD-3-Clause" 3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=d07323820cca0f1d192cbbf8a0516f95" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=16374dbaeaca1890153edb3f41371222"
5 5
6SRC_URI[md5sum] = "b5fa59e45965d1b2896023742df2e707" 6SRC_URI[md5sum] = "b954062f14ab723a91fe1e2be15e859d"
7SRC_URI[sha256sum] = "f596bdc75d3dd93036fbfe3d04127da9f6df0c26c36e01e76da85adef4336b3c" 7SRC_URI[sha256sum] = "7f690b18d35048c15438d6d0571f9045cffbec5907e0b1ccf006f889e3a38c0b"
8 8
9PYPI_PACKAGE = "parse_type" 9PYPI_PACKAGE = "parse_type"
10inherit pypi ptest setuptools3 10inherit pypi ptest setuptools3
11 11
12RDEPENDS_${PN} += "${PYTHON_PN}-parse" 12RDEPENDS_${PN} += "${PYTHON_PN}-parse ${PYTHON_PN}-six"
13 13
14SRC_URI += " \ 14SRC_URI += " \
15 file://run-ptest \ 15 file://run-ptest \