forked from pool/python-tinydb
Accepting request 883213 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/883213 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tinydb?expand=0&rev=9
This commit is contained in:
@@ -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>
|
Sat Oct 10 18:44:41 UTC 2020 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-tinydb
|
# spec file for package python-tinydb
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-tinydb
|
Name: python-tinydb
|
||||||
Version: 4.2.0
|
Version: 4.4.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A document-oriented database
|
Summary: A document-oriented database
|
||||||
License: MIT
|
License: MIT
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b58964df6f7337bdeb6c8f4938da2876b98fdbd4e1468ddb2ea5fb4b9316ad65
|
|
||||||
size 20697
|
|
3
tinydb-4.4.0.tar.gz
Normal file
3
tinydb-4.4.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d57c29524ecacc081ebc24f96e0d787bba11dc20d52634a32a709b878be3545a
|
||||||
|
size 21212
|
Reference in New Issue
Block a user