summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb
Commit message (Collapse)AuthorAgeFilesLines
* python: Drop ${PYTHON_PN}Richard Purdie2024-02-201-1/+1
| | | | | | | | | | | python 2 is gone and we don't need the abstraction now, drop the remaining usage of this variable. The definition in python3-dir.bbclass is left for now for other layers. (From OE-Core rev: b566b1e32c7993d1ab7795562f648e52ce186a70) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta/recipes: ensure all recipes have a SUMMARYAlexander Kanavin2023-04-131-1/+1
| | | | | | | | | | | DESCRIPTION is optional for now; writing good component descriptions is not easy (but appreciated). (From OE-Core rev: 9ce4f9248db3db70732d886a18ea355f321bd49d) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-pathlib2: upgrade 2.3.6 -> 2.3.7wangmy2022-02-161-0/+12
Changelog: ========= This version will be the last release to support Python 2.7. Fix bug in samefile on Windows when file does not exist. Add newline parameter for write_text (see issue #64). Add many more type annotations. Continuous integration migrated to github actions. Project migrated to jazzband. (From OE-Core rev: 30b8cc39e11361e37f0141cd202b355bdab50307) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>