diff --git a/python-tinydb.changes b/python-tinydb.changes index f38e564..7015356 100644 --- a/python-tinydb.changes +++ b/python-tinydb.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sat Oct 19 16:21:05 UTC 2019 - Arun Persaud + +- specfile: + * be more specific in %files section + +- update to version 3.15.0: + * Feature: allow setting the parameters of TinyDB’s default table + (see issue 278) + +- changes from version 3.14.2: + * Internal change: support correct iteration for LRUCache objects + ------------------------------------------------------------------- Mon Sep 16 13:23:27 UTC 2019 - Tomáš Chvátal diff --git a/python-tinydb.spec b/python-tinydb.spec index 092f7d0..46fd74d 100644 --- a/python-tinydb.spec +++ b/python-tinydb.spec @@ -18,11 +18,10 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-tinydb -Version: 3.14.1 +Version: 3.15.0 Release: 0 Summary: A document-oriented database License: MIT -Group: Development/Languages/Python URL: https://github.com/msiemens/tinydb Source: https://files.pythonhosted.org/packages/source/t/tinydb/tinydb-%{version}.tar.gz BuildRequires: %{python_module PyYAML} @@ -64,6 +63,6 @@ sed -i 's/ujson/ujson_is_broken/' tinydb/storages.py %files %{python_files} %license LICENSE %doc README.rst -%{python_sitelib}/* +%{python_sitelib}/tinydb* %changelog diff --git a/tinydb-3.14.1.tar.gz b/tinydb-3.14.1.tar.gz deleted file mode 100644 index 4d82a00..0000000 --- a/tinydb-3.14.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c92ddb8155b85dfecc7661465127b79d6972e3f5df5b1f04ee089f4f84184ecf -size 26427 diff --git a/tinydb-3.15.0.tar.gz b/tinydb-3.15.0.tar.gz new file mode 100644 index 0000000..f08f445 --- /dev/null +++ b/tinydb-3.15.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b120fcb65deed856c30ddbb89f4cd845bfe38d68a8c027aa8f3f95b72936edb +size 26506