forked from pool/python-ubelt
Compare commits
8 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 3516be8241 | |||
| 7930379bc8 | |||
| 0a892f38ba | |||
| f6e540b73b | |||
| d0c92fb71d | |||
| 705e626483 | |||
| a2ec7c755c | |||
| 261c90724b |
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 4 02:58:49 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Update to 1.4.0:
|
||||
* Added
|
||||
+ Added: ub.Path.relative_to now backports the walk_up feature from
|
||||
Python 3.12
|
||||
+ Add keys and values method to IndexableWalker
|
||||
* Changed
|
||||
+ Removed support for 3.6 and 3.7
|
||||
+ ub.hash_data can how hash dataclasses by default
|
||||
+ Add experimental support for "interpreter" backend in Executor.
|
||||
+ ub.Path.walk now supports the same signature as the new version in
|
||||
Python 3.12
|
||||
+ Support FORCE_COLOR
|
||||
* Fixed
|
||||
+ Version checking issue in util-import
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 13 12:39:23 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-ubelt
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,12 +18,13 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-ubelt
|
||||
Version: 1.3.7
|
||||
Version: 1.4.0
|
||||
Release: 0
|
||||
Summary: Python utility belt containing simple tools
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/Erotemic/ubelt
|
||||
Source: https://github.com/Erotemic/ubelt/archive/refs/tags/v%{version}.tar.gz#/ubelt-%{version}-gh.tar.gz
|
||||
BuildRequires: %{python_module base >= 3.8}
|
||||
BuildRequires: %{python_module numpy}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module pytest}
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6307f1bb29fc1615000e5ff32fef47c9c18435f2a530f6df93ab8fcb5981cba4
|
||||
size 374636
|
||||
3
ubelt-1.4.0-gh.tar.gz
Normal file
3
ubelt-1.4.0-gh.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0dd05b81adc4353334e7edcad91031c6da8c7375c738a29979f27ccd85bf4f51
|
||||
size 376453
|
||||
Reference in New Issue
Block a user