forked from pool/python-tinydb
Accepting request 741413 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/741413 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tinydb?expand=0&rev=4
This commit is contained in:
@@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Oct 19 16:21:05 UTC 2019 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
- 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 <tchvatal@suse.com>
|
Mon Sep 16 13:23:27 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@@ -18,11 +18,10 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-tinydb
|
Name: python-tinydb
|
||||||
Version: 3.14.1
|
Version: 3.15.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A document-oriented database
|
Summary: A document-oriented database
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
|
||||||
URL: https://github.com/msiemens/tinydb
|
URL: https://github.com/msiemens/tinydb
|
||||||
Source: https://files.pythonhosted.org/packages/source/t/tinydb/tinydb-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/t/tinydb/tinydb-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module PyYAML}
|
BuildRequires: %{python_module PyYAML}
|
||||||
@@ -64,6 +63,6 @@ sed -i 's/ujson/ujson_is_broken/' tinydb/storages.py
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/tinydb*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c92ddb8155b85dfecc7661465127b79d6972e3f5df5b1f04ee089f4f84184ecf
|
|
||||||
size 26427
|
|
3
tinydb-3.15.0.tar.gz
Normal file
3
tinydb-3.15.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7b120fcb65deed856c30ddbb89f4cd845bfe38d68a8c027aa8f3f95b72936edb
|
||||||
|
size 26506
|
Reference in New Issue
Block a user