14
0
forked from pool/python-tinydb

Accepting request 882934 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/882934
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tinydb?expand=0&rev=17
This commit is contained in:
2021-04-06 09:06:40 +00:00
committed by Git OBS Bridge
parent b607623105
commit 0cc28a8d4d
4 changed files with 24 additions and 5 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sun Apr 4 23:28:01 UTC 2021 - Arun Persaud <arun@gmx.de>
- 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 <arun@gmx.de>