Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 80a3a5b2d8 | |||
| f89da0b532 | |||
| f6823f48ab | |||
| 57af2fcc7a | |||
| 03c209c67e | |||
| 1783e8b204 |
@@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- Add patch no-lib2to3.patch:
|
||||
* Do not attempt to use lib2to3 in a doctest.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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`.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 6 12:25:37 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-ubelt
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,8 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-ubelt
|
||||
Version: 1.3.5
|
||||
Version: 1.3.7
|
||||
Release: 0
|
||||
Summary: Python utility belt containing simple tools
|
||||
License: Apache-2.0
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e967469852a39e259673096a2740dc722d207b3ec48366ef63f67432e9cb2068
|
||||
size 361497
|
||||
3
ubelt-1.3.7-gh.tar.gz
Normal file
3
ubelt-1.3.7-gh.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6307f1bb29fc1615000e5ff32fef47c9c18435f2a530f6df93ab8fcb5981cba4
|
||||
size 374636
|
||||
Reference in New Issue
Block a user