diff --git a/python-ubelt.changes b/python-ubelt.changes index 6bdd453..d8067d7 100644 --- a/python-ubelt.changes +++ b/python-ubelt.changes @@ -1,7 +1,21 @@ +------------------------------------------------------------------- +Sat Apr 6 12:25:37 UTC 2024 - Dirk Müller + +- 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` + ------------------------------------------------------------------- Wed Feb 14 03:44:46 UTC 2024 - Steve Kowalik -- Reflow the summary to avoid rpmlint exploding. +- Reflow the summary to avoid rpmlint exploding. ------------------------------------------------------------------- Tue Dec 5 12:59:43 UTC 2023 - Dirk Müller diff --git a/python-ubelt.spec b/python-ubelt.spec index 8cf684d..1bf1088 100644 --- a/python-ubelt.spec +++ b/python-ubelt.spec @@ -17,7 +17,7 @@ Name: python-ubelt -Version: 1.3.4 +Version: 1.3.5 Release: 0 Summary: Python utility belt containing simple tools License: Apache-2.0 diff --git a/ubelt-1.3.4-gh.tar.gz b/ubelt-1.3.4-gh.tar.gz deleted file mode 100644 index 437898e..0000000 --- a/ubelt-1.3.4-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab58c272ac3b0f99a14035dbfbfb49562e11bcb9fd1d9a1e04920e8dd6ced729 -size 353041 diff --git a/ubelt-1.3.5-gh.tar.gz b/ubelt-1.3.5-gh.tar.gz new file mode 100644 index 0000000..f6a242f --- /dev/null +++ b/ubelt-1.3.5-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e967469852a39e259673096a2740dc722d207b3ec48366ef63f67432e9cb2068 +size 361497