14
0

- update to 2024.1.4:

* remove get_read_from_map_from_permutation,
    get_write_to_map_from_permutation
  * KeyBuilder: support function hashing
  * PersistentDict: Use sqlite as backend storage v2

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pytools?expand=0&rev=47
This commit is contained in:
2024-06-06 20:10:46 +00:00
committed by Git OBS Bridge
parent c3bb26987c
commit 0d427b2509
4 changed files with 14 additions and 4 deletions

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-pytools
Version: 2024.1.2
Version: 2024.1.4
Release: 0
Summary: A collection of tools for Python
License: MIT
@@ -30,6 +30,7 @@ BuildRequires: %{python_module pip}
BuildRequires: %{python_module platformdirs >= 2.2.0}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module sqlite3}
BuildRequires: %{python_module typing_extensions if %python-base < 3.11}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes