14
0
forked from pool/python-tinydb

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

update to latest version

OBS-URL: https://build.opensuse.org/request/show/1097771
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tinydb?expand=0&rev=23
This commit is contained in:
2023-07-11 13:00:41 +00:00
committed by Git OBS Bridge
parent c852e8c4be
commit 6c27e57999
5 changed files with 33 additions and 21 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sat Jul 8 20:34:19 UTC 2023 - Arun Persaud <arun@gmx.de>
- specfile:
* update copyright year
* remove github tar-ball, tests are again included in pypi tar-ball
* switched from setuptools to poetry
- update to version 4.8.0:
* Feature: Allow retrieve multiple documents by document ID using
Table.get(doc_ids=[...]) (see pull request 504).
- changes from version 4.7.1:
* Improvement: Improve typing annotations (see pull request 477).
* Improvement: Fix some typos in the documentation (see pull request
479 and pull request 498).
-------------------------------------------------------------------
Tue Mar 22 08:34:06 UTC 2022 - Ben Greiner <code@bnavigator.de>