diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-02-17 11:59:03 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-02-20 21:22:49 +0000 |
commit | aadf0716edbad9002173800e15965eda33796ad5 (patch) | |
tree | 3dc9da7f93f6b4ba564ee453f48958d7b2f58a73 /meta | |
parent | 806de34fda21fb1ab38d6b00566eb3d538d574d0 (diff) | |
download | poky-aadf0716edbad9002173800e15965eda33796ad5.tar.gz |
python3-six: upgrade 1.11.0 -> 1.12.0
The license checksum changed due to a change in copyright years only.
(From OE-Core rev: f45e890838544bcb77cf2e8503994ef894d3071e)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/python/python-six.inc | 6 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python3-six_1.12.0.bb (renamed from meta/recipes-devtools/python/python3-six_1.11.0.bb) | 0 |
2 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/python/python-six.inc b/meta/recipes-devtools/python/python-six.inc index c77498457d..c706dcaf25 100644 --- a/meta/recipes-devtools/python/python-six.inc +++ b/meta/recipes-devtools/python/python-six.inc | |||
@@ -2,10 +2,10 @@ SUMMARY = "Python 2 and 3 compatibility library" | |||
2 | HOMEPAGE = "https://pypi.python.org/pypi/six/" | 2 | HOMEPAGE = "https://pypi.python.org/pypi/six/" |
3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=35cec5bf04dd0820d0a18533ea7c774a" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=83e0f622bd5ac7d575dbd83d094d69b5" |
6 | 6 | ||
7 | SRC_URI[md5sum] = "d12789f9baf7e9fb2524c0c64f1773f8" | 7 | SRC_URI[md5sum] = "9ae5d1feed8c0215f4ae4adcd9207fcb" |
8 | SRC_URI[sha256sum] = "70e8a77beed4562e7f14fe23a786b54f6296e34344c23bc42f07b15018ff98e9" | 8 | SRC_URI[sha256sum] = "d16a0141ec1a18405cd4ce8b4613101da75da0e9a7aec5bdd4fa804d0e0eba73" |
9 | 9 | ||
10 | inherit pypi | 10 | inherit pypi |
11 | 11 | ||
diff --git a/meta/recipes-devtools/python/python3-six_1.11.0.bb b/meta/recipes-devtools/python/python3-six_1.12.0.bb index 8795313bec..8795313bec 100644 --- a/meta/recipes-devtools/python/python3-six_1.11.0.bb +++ b/meta/recipes-devtools/python/python3-six_1.12.0.bb | |||