diff options
author | Derek Straka <derek@asterius.io> | 2017-03-01 09:17:13 -0500 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-03-04 12:38:55 +0100 |
commit | 3ef05c8a96b462ee5fc1111e4206856568478b1e (patch) | |
tree | 1802b2a17285b05f161eb53019651173935806da /meta-python | |
parent | b6f9a5dd963c1fac566973060cbe6080b427967e (diff) | |
download | meta-openembedded-3ef05c8a96b462ee5fc1111e4206856568478b1e.tar.gz |
python-idna: update to version 2.4
Verified the license remains the same and updated the checksum for the
new copyright year.
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-idna.inc | 10 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python-idna_2.4.bb (renamed from meta-python/recipes-devtools/python/python-idna_2.2.bb) | 0 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-idna_2.4.bb (renamed from meta-python/recipes-devtools/python/python3-idna_2.2.bb) | 0 |
3 files changed, 7 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python-idna.inc b/meta-python/recipes-devtools/python/python-idna.inc index ba5e341d5..bfcd87c25 100644 --- a/meta-python/recipes-devtools/python/python-idna.inc +++ b/meta-python/recipes-devtools/python/python-idna.inc | |||
@@ -1,9 +1,13 @@ | |||
1 | SUMMARY = "Internationalised Domain Names in Applications" | 1 | SUMMARY = "Internationalised Domain Names in Applications" |
2 | HOMEPAGE = "https://github.com/kjd/idna" | 2 | HOMEPAGE = "https://github.com/kjd/idna" |
3 | LICENSE = "BSD-3-Clause & Python-2.0 & Unicode" | 3 | LICENSE = "BSD-3-Clause & Python-2.0 & Unicode" |
4 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=134bdad79491c37bdae32811572b4bc6" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=c9ba5acd829579492fd5eb306c7a0565" |
5 | 5 | ||
6 | SRC_URI[md5sum] = "e2d3f8a45d3d048a653eb186896e9e3e" | 6 | SRC_URI[md5sum] = "b27328914784bf3e4f6fae16f4b75ba9" |
7 | SRC_URI[sha256sum] = "0ac27740937d86850010e035c6a10a564158a5accddf1aa24df89b0309252426" | 7 | SRC_URI[sha256sum] = "2a07165f6288f4b920aa8ab4357c1e59073c5d62e048a400510982769e039bd9" |
8 | |||
9 | RDEPENDS_${PN}_class-target = "\ | ||
10 | ${PYTHON_PN}-codecs \ | ||
11 | " | ||
8 | 12 | ||
9 | BBCLASSEXTEND = "native nativesdk" | 13 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-python/recipes-devtools/python/python-idna_2.2.bb b/meta-python/recipes-devtools/python/python-idna_2.4.bb index 2dcf72a29..2dcf72a29 100644 --- a/meta-python/recipes-devtools/python/python-idna_2.2.bb +++ b/meta-python/recipes-devtools/python/python-idna_2.4.bb | |||
diff --git a/meta-python/recipes-devtools/python/python3-idna_2.2.bb b/meta-python/recipes-devtools/python/python3-idna_2.4.bb index a08ca714a..a08ca714a 100644 --- a/meta-python/recipes-devtools/python/python3-idna_2.2.bb +++ b/meta-python/recipes-devtools/python/python3-idna_2.4.bb | |||