summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-icecream_2.1.4.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-icecream: Upgrade 2.1.4 -> 2.1.5Leon Anavi2025-06-301-17/+0
| | | | | | | | | | | | | | Upgrade to release 2.1.5: - Changed: Improved printing for variables of type str. - Fixed issues that affected the output of multiline strings and strings containing special characters such as escaped newlines and tabs. - Strings are now printed exactly as they are, faithfully representing their actual value. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-icecream: Upgrade 2.1.3 -> 2.1.4Leon Anavi2025-01-101-0/+17
Upgrade to release 2.1.4: - Changed: Drop support for all Python versions prior to Python 3.8, now long past EOL. Notably, Python 2 is no longer supported. - Changed: Update the 'executing' dependency to >= v2.1.0 to improve source code analysis and support Python 3.13. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>