diff --git a/python-tinydb.changes b/python-tinydb.changes index 1e2650b..59feafa 100644 --- a/python-tinydb.changes +++ b/python-tinydb.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Oct 10 18:44:41 UTC 2020 - Arun Persaud + +- update to version 4.2.0: + * Feature: Add support for specifying document IDs during insertion + (see issue 303) + * Internal change: Use OrderedDict.move_to_end() in the query cache + (see issue 338) + ------------------------------------------------------------------- Thu Sep 24 12:08:57 UTC 2020 - Axel Braun diff --git a/python-tinydb.spec b/python-tinydb.spec index 8ee2828..3b04299 100644 --- a/python-tinydb.spec +++ b/python-tinydb.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-tinydb -Version: 4.1.1 +Version: 4.2.0 Release: 0 Summary: A document-oriented database License: MIT diff --git a/tinydb-4.1.1.tar.gz b/tinydb-4.1.1.tar.gz deleted file mode 100644 index b60d489..0000000 --- a/tinydb-4.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b8d7308ba2fe6d582c6ae69f33c62013053939f7ab8d1787b1e15950566a202 -size 20605 diff --git a/tinydb-4.2.0.tar.gz b/tinydb-4.2.0.tar.gz new file mode 100644 index 0000000..920ba85 --- /dev/null +++ b/tinydb-4.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b58964df6f7337bdeb6c8f4938da2876b98fdbd4e1468ddb2ea5fb4b9316ad65 +size 20697