Added:
- New wrapper around
pathlib.Path.chmod
inubelt.Path.chmod
. Can now
specify string codes like "u+x" or "+rw". Old stat logic works as it
previously did.
Changed:
- Allow the argument to
ubelt.cmd
to be aPathLike
object, which we will
expect to be an executable.
Fixed
ub.modname_to_modpath
now handles cases where editable packages have modules where the name is different than the package.- Fixed deprecated usage of
ast.Num
What's Changed
Full Changelog: v1.3.4...v1.3.5