Revisions of python-ubelt
Dominique Leuenberger (dimstar_suse)
accepted
request 1220153
from
Steve Kowalik (StevenK)
(revision 5)
- Add patch no-lib2to3.patch: * Do not attempt to use lib2to3 in a doctest.
Ana Guerrero (anag+factory)
accepted
request 1194646
from
Dirk Mueller (dirkmueller)
(revision 4)
- update to 1.3.6: * Add `ub.IndexableWalker.diff` * `ub.import_module_from_path` now correctly accepts `PathLike` objects. * `ub.modname_to_modpath` fixed in cases where editable installs use type annotations in their MAPPING definition. * Support for UNIX special permission (suid/sgid/svtx) codes in `Path.chmod`.
Ana Guerrero (anag+factory)
accepted
request 1165818
from
Dirk Mueller (dirkmueller)
(revision 3)
- update to 1.3.5: * New wrapper around `pathlib.Path.chmod` in `ubelt.Path.chmod`. Can now specify string codes like "u+x" or "+rw". Old stat logic works as it previously did. * Allow the argument to `ubelt.cmd` to be a `PathLike` object, which we will expect to be an executable. * `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` - Reflow the summary to avoid rpmlint exploding.
Ana Guerrero (anag+factory)
accepted
request 1146495
from
Steve Kowalik (StevenK)
(revision 2)
- Reflow the summary to avoid rpmlint exploding.
Displaying all 5 revisions