diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2020-09-15 12:03:03 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-09-16 09:16:27 -0700 |
| commit | 44d93eab94bb4c6fda0e2830e54f69e25ddd44b1 (patch) | |
| tree | ca2af4695a177eea6d37f4629dc2e58d774af162 /meta-python/recipes-devtools/python/python3-pyrsistent_0.16.0.bb | |
| parent | c5406a6d48f4db9b4ecd1c15f31b859aa606a962 (diff) | |
| download | meta-openembedded-44d93eab94bb4c6fda0e2830e54f69e25ddd44b1.tar.gz | |
python3-pyrsistent: Upgrade 0.16.0 -> 0.17.3
Upgrade 0.17.3:
- Remove Python 2 support code. This includes dropping some
compatibility code and the dependency on six.
- Python 3 exception chaining. This is a minor backwards
incompatibility, hence stepping to 0.17.0.
- Restrict package to Python >= 3.5 to not break unpinned
Python 2 dependencies.
- Release v0.17.3 with proper meta data requiring Python >= 3.5.
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/recipes-devtools/python/python3-pyrsistent_0.16.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pyrsistent_0.16.0.bb | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyrsistent_0.16.0.bb b/meta-python/recipes-devtools/python/python3-pyrsistent_0.16.0.bb deleted file mode 100644 index dec661143f..0000000000 --- a/meta-python/recipes-devtools/python/python3-pyrsistent_0.16.0.bb +++ /dev/null | |||
| @@ -1,16 +0,0 @@ | |||
| 1 | SUMMARY = "Persistent/Immutable/Functional data structures for Python" | ||
| 2 | HOMEPAGE = "https://github.com/tobgu/pyrsistent" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENCE.mit;md5=ca574f2891cf528b3e7a2ee570337e7c" | ||
| 5 | |||
| 6 | SRC_URI[md5sum] = "4ba30da6f0a63554e70ac6c4c1904929" | ||
| 7 | SRC_URI[sha256sum] = "28669905fe725965daa16184933676547c5bb40a5153055a8dee2a4bd7933ad3" | ||
| 8 | |||
| 9 | inherit pypi setuptools3 | ||
| 10 | |||
| 11 | RDEPENDS_${PN} += " \ | ||
| 12 | ${PYTHON_PN}-numbers \ | ||
| 13 | ${PYTHON_PN}-six \ | ||
| 14 | " | ||
| 15 | |||
| 16 | BBCLASSEXTEND = "native nativesdk" | ||
