forked from pool/python-ubelt
- 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. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ubelt?expand=0&rev=8
This commit is contained in:
@@ -1,7 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 6 12:25:37 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <steven.kowalik@suse.com>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
Reference in New Issue
Block a user