diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2020-06-22 13:35:36 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-06-26 08:55:29 -0700 |
commit | 22ca2fba029e4b4568521632f3a879a4eb6a5963 (patch) | |
tree | ce5292787fd0fed1d3b8d11ec234872c1c0b881c | |
parent | e611bbeca95b827833b8c4a4055f9446c6a1d9d5 (diff) | |
download | meta-openembedded-22ca2fba029e4b4568521632f3a879a4eb6a5963.tar.gz |
python3-pyrsistent: Upgrade 0.15.7 -> 0.16.0
Upgrade to release 0.16.0:
- No major updates but Python 2 support no longer guaranteed.
- Fix #192, 'ignore_extra' for 'pvector_field'.
- Fix #191, include LICENCE in distribution.
- Fix #190, minor MyPy errors.
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>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pyrsistent_0.16.0.bb (renamed from meta-python/recipes-devtools/python/python3-pyrsistent_0.15.7.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyrsistent_0.15.7.bb b/meta-python/recipes-devtools/python/python3-pyrsistent_0.16.0.bb index 53251aa55..dec661143 100644 --- a/meta-python/recipes-devtools/python/python3-pyrsistent_0.15.7.bb +++ b/meta-python/recipes-devtools/python/python3-pyrsistent_0.16.0.bb | |||
@@ -3,8 +3,8 @@ HOMEPAGE = "https://github.com/tobgu/pyrsistent" | |||
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENCE.mit;md5=ca574f2891cf528b3e7a2ee570337e7c" | 4 | LIC_FILES_CHKSUM = "file://LICENCE.mit;md5=ca574f2891cf528b3e7a2ee570337e7c" |
5 | 5 | ||
6 | SRC_URI[md5sum] = "da9486d00ef5b213f40d5cf3c5bca82d" | 6 | SRC_URI[md5sum] = "4ba30da6f0a63554e70ac6c4c1904929" |
7 | SRC_URI[sha256sum] = "cdc7b5e3ed77bed61270a47d35434a30617b9becdf2478af76ad2c6ade307280" | 7 | SRC_URI[sha256sum] = "28669905fe725965daa16184933676547c5bb40a5153055a8dee2a4bd7933ad3" |
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||