14
0
forked from pool/python-ubelt

Accepting request 1237402 from home:glaubitz:branches:devel:languages:python

- 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
This commit is contained in:
2025-01-13 13:24:02 +00:00
committed by Git OBS Bridge
parent 57af2fcc7a
commit f89da0b532
5 changed files with 22 additions and 19 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Sat Nov 2 07:07:46 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>