diff --git a/python-tinydb.changes b/python-tinydb.changes index 59feafa..fe691e4 100644 --- a/python-tinydb.changes +++ b/python-tinydb.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Sun Apr 4 23:28:01 UTC 2021 - Arun Persaud + +- specfile: + * update copyright year + +- update to version 4.4.0: + * Feature: Add operation for searching for all documents that match + a dict fragment (see issue 300) + * Fix: Correctly handle queries that use fields that are also Query + methods, e.g. Query()['test'] for searching for documents with a + test field (see issue 373) + +- changes from version 4.3.0: + * Feature: Add operation for updating multiple documents: + update_multiple (see issue 346) + * Improvement: Expose type information for MyPy typechecking (PEP + 561) (see pull request 352) + ------------------------------------------------------------------- Sat Oct 10 18:44:41 UTC 2020 - Arun Persaud diff --git a/python-tinydb.spec b/python-tinydb.spec index 3b04299..d1b3737 100644 --- a/python-tinydb.spec +++ b/python-tinydb.spec @@ -1,7 +1,7 @@ # # spec file for package python-tinydb # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-tinydb -Version: 4.2.0 +Version: 4.4.0 Release: 0 Summary: A document-oriented database License: MIT diff --git a/tinydb-4.2.0.tar.gz b/tinydb-4.2.0.tar.gz deleted file mode 100644 index 920ba85..0000000 --- a/tinydb-4.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b58964df6f7337bdeb6c8f4938da2876b98fdbd4e1468ddb2ea5fb4b9316ad65 -size 20697 diff --git a/tinydb-4.4.0.tar.gz b/tinydb-4.4.0.tar.gz new file mode 100644 index 0000000..e7b5a5e --- /dev/null +++ b/tinydb-4.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d57c29524ecacc081ebc24f96e0d787bba11dc20d52634a32a709b878be3545a +size 21212