2025-01-13 13:24:02 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jan 13 12:39:23 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
2024-11-02 07:08:35 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Nov 2 07:07:46 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
|
|
|
|
- Add patch no-lib2to3.patch:
|
|
|
|
* Do not attempt to use lib2to3 in a doctest.
|
|
|
|
|
2024-08-19 07:09:29 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Aug 19 07:08:41 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- 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`.
|
|
|
|
|
2024-04-06 12:26:44 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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`
|
|
|
|
|
2024-02-14 03:45:18 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Feb 14 03:44:46 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
|
2024-04-06 12:26:44 +00:00
|
|
|
- Reflow the summary to avoid rpmlint exploding.
|
2024-02-14 03:45:18 +00:00
|
|
|
|
2023-12-06 22:47:31 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 5 12:59:43 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- Initial package (1.3.4)
|