summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-path_16.14.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-path: Upgrade 16.14.0 -> 17.0.0Leon Anavi2024-08-151-34/+0
| | | | | | | | | | | | Upgrade to release 17.0.0: - Removed deprecated behaviors. - Removed crufty manifest.in. - Removed crufty Dockerfile. - Moved tests to tests directory. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-path: upgrade 16.10.0 -> 16.14.0Wang Mingyu2024-04-171-0/+34
Changelog: ============ -Add .symlink_to and .hardlink_to. -Add .cwd method and deprecated .getcwd. -Create 'absolute' method and deprecate 'abspath'. -In readlink, prefer the display path to the substitute path. -Restore functionality in .isdir and .isfile. -Added .is_dir and .is_file for parity with pathlib. Deprecates .isdir and .isfile. -Inlined some types. -Fix iterdir - it also accepts match. -Add type annotation for iterdir. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>