14
0
forked from pool/python-tinydb

Accepting request 932535 from home:pgajdos:python

- version update to 4.5.2
  - Fix: Make Table.delete()'s argument priorities consistent with
    other table methods. This means that if you pass both cond as
    well as doc_ids to Table.delete(), the latter will be prefered
    (see #424)

OBS-URL: https://build.opensuse.org/request/show/932535
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tinydb?expand=0&rev=20
This commit is contained in:
2021-11-21 10:59:32 +00:00
committed by Git OBS Bridge
parent 4e0ee9e58c
commit e753a4b988
6 changed files with 16 additions and 7 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Nov 19 13:03:12 UTC 2021 - pgajdos@suse.com
- version update to 4.5.2
- Fix: Make Table.delete()'s argument priorities consistent with
other table methods. This means that if you pass both cond as
well as doc_ids to Table.delete(), the latter will be prefered
(see #424)
-------------------------------------------------------------------
Fri Aug 27 11:09:53 UTC 2021 - pgajdos@suse.com