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

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Jun 6 20:03:37 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Apr 27 07:43:35 UTC 2024 - Dirk Müller <dmueller@suse.com> Sat Apr 27 07:43:35 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

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

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:081871e451505c4b986ebafa68aeeabfdc7beb3faa1baa50f726aebe21e1d057
size 77642

3
pytools-2024.1.4.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4b561f56e3f75e58a9cdb6e6b255b0c9812262bdd99d2edff2a3d430fc3a0b2d
size 79234