summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pyrsistent_0.16.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-pyrsistent: Upgrade 0.16.0 -> 0.17.3Leon Anavi2020-09-161-16/+0
| | | | | | | | | | | | | | | | 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>
* python3-pyrsistent: Upgrade 0.15.7 -> 0.16.0Leon Anavi2020-06-261-0/+16
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>