diff --git a/python-pytools.changes b/python-pytools.changes index 89ed1dd..3c1c8ee 100644 --- a/python-pytools.changes +++ b/python-pytools.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Jun 6 20:03:37 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-pytools.spec b/python-pytools.spec index 4bf10f0..937bd02 100644 --- a/python-pytools.spec +++ b/python-pytools.spec @@ -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 diff --git a/pytools-2024.1.2.tar.gz b/pytools-2024.1.2.tar.gz deleted file mode 100644 index 855d199..0000000 --- a/pytools-2024.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:081871e451505c4b986ebafa68aeeabfdc7beb3faa1baa50f726aebe21e1d057 -size 77642 diff --git a/pytools-2024.1.4.tar.gz b/pytools-2024.1.4.tar.gz new file mode 100644 index 0000000..63e3ddc --- /dev/null +++ b/pytools-2024.1.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b561f56e3f75e58a9cdb6e6b255b0c9812262bdd99d2edff2a3d430fc3a0b2d +size 79234