diff --git a/python-tinydb.changes b/python-tinydb.changes index 5d41822..f5c4557 100644 --- a/python-tinydb.changes +++ b/python-tinydb.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Dec 29 21:16:42 UTC 2019 - Arun Persaud + +- update to version 3.15.2: + * Fix: handle Query().search and Query().matches with non-string + values correctly (see a forum post by foprel). + ------------------------------------------------------------------- Sat Nov 9 14:37:54 UTC 2019 - Arun Persaud diff --git a/python-tinydb.spec b/python-tinydb.spec index 0044e96..dc84ea9 100644 --- a/python-tinydb.spec +++ b/python-tinydb.spec @@ -1,7 +1,7 @@ # # spec file for package python-tinydb # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-tinydb -Version: 3.15.1 +Version: 3.15.2 Release: 0 Summary: A document-oriented database License: MIT diff --git a/tinydb-3.15.1.tar.gz b/tinydb-3.15.1.tar.gz deleted file mode 100644 index b25c2d6..0000000 --- a/tinydb-3.15.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:02ef39c07802e3f06e87d3d251f16c44336611fd9ddb4c9fcebf39933f4ba7f3 -size 26559 diff --git a/tinydb-3.15.2.tar.gz b/tinydb-3.15.2.tar.gz new file mode 100644 index 0000000..aad22e7 --- /dev/null +++ b/tinydb-3.15.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f273d9b6d8b1b5e1d094a6eb8b72851b39b81099293344132c73332b60e3b893 +size 26473