forked from pool/python-tinydb
update to latest version OBS-URL: https://build.opensuse.org/request/show/840890 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tinydb?expand=0&rev=15
102 lines
3.1 KiB
Plaintext
102 lines
3.1 KiB
Plaintext
-------------------------------------------------------------------
|
||
Sat Oct 10 18:44:41 UTC 2020 - Arun Persaud <arun@gmx.de>
|
||
|
||
- 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 <axel.braun@gmx.de>
|
||
|
||
- Version 4.1.1
|
||
group added to .spec file (RPMLINT complain)
|
||
Python 3 only
|
||
|
||
-------------------------------------------------------------------
|
||
Sun Dec 29 21:16:42 UTC 2019 - Arun Persaud <arun@gmx.de>
|
||
|
||
- 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 <arun@gmx.de>
|
||
|
||
- update to version 3.15.1:
|
||
* Internal change: fix missing values handling for LRUCache
|
||
|
||
-------------------------------------------------------------------
|
||
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>
|
||
|
||
- Update to 3.14.1:
|
||
* More tes fixes
|
||
* Deprecate ujson support
|
||
* Fixed various deprecation warnings
|
||
|
||
-------------------------------------------------------------------
|
||
Sun Jun 2 21:17:44 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||
|
||
- Avoid name repetition in summary.
|
||
- Ensure neutrality of description.
|
||
|
||
-------------------------------------------------------------------
|
||
Sat May 11 12:25:49 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||
|
||
- Prevent use with python-json
|
||
- Remove unnecessary build dependencies
|
||
- Add optional build dependency PyYAML
|
||
- Trim summary and description
|
||
- Use fdupes
|
||
- Update to v3.13.0
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Apr 27 17:24:10 UTC 2018 - arun@gmx.de
|
||
|
||
- specfile:
|
||
* LICENSE now included in tar-ball
|
||
|
||
- update to version 3.9.0:
|
||
* Feature: Allow setting a table class for single table only (see
|
||
issue 197)
|
||
* Internal change: call fsync after flushing JSONStorage (see issue
|
||
208)
|
||
|
||
- changes from version 3.8.1:
|
||
* Bugfix: Don't install tests as a package anymore (see pull request
|
||
#195)
|
||
|
||
- changes from version 3.8.0:
|
||
* Feature: Allow disabling the query cache with db.table(name,
|
||
cache_size=0) (see pull request #187)
|
||
* Feature: Add db.write_back(docs) for replacing documents (see pull
|
||
request #184)
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Apr 4 21:54:42 UTC 2018 - arun@gmx.de
|
||
|
||
- update to single-spec
|
||
|
||
- specfile:
|
||
* added tests
|
||
* added license
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Feb 1 01:57:43 UTC 2018 - jchoy@suse.com
|
||
|
||
- Initial tinydb package
|