Forwarded request #1237402 from glaubitz
- Update to 1.3.7
* Added `requestkw` to `ub.download`.
* Minor test issues.
* `ub.IndexableWalker.diff` for empty inputs
* Bug in `memoize_method` which could produce incorrect results
if methods from different instances are assigned to variables.
* Rare error in `test_copy_directory_cases` test due to list sorting.
* Added module name printout to `schedule_deprecation`
* `ub.hash_data` now supports `datatime.datetime`, `datetime.date`,
`decimal.Decimal` objects.
- Drop no-lib2to3.patch, fixed upstream
- Use Python 3.11 on SLE-15 by default
OBS-URL: https://build.opensuse.org/request/show/1237411
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ubelt?expand=0&rev=6
- Update to 1.3.7
* Added `requestkw` to `ub.download`.
* Minor test issues.
* `ub.IndexableWalker.diff` for empty inputs
* Bug in `memoize_method` which could produce incorrect results
if methods from different instances are assigned to variables.
* Rare error in `test_copy_directory_cases` test due to list sorting.
* Added module name printout to `schedule_deprecation`
* `ub.hash_data` now supports `datatime.datetime`, `datetime.date`,
`decimal.Decimal` objects.
- Drop no-lib2to3.patch, fixed upstream
- Use Python 3.11 on SLE-15 by default
OBS-URL: https://build.opensuse.org/request/show/1237402
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ubelt?expand=0&rev=14
* 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`.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ubelt?expand=0&rev=10