forked from pool/python-tinydb
- update to 4.8.2:
* Fix: Correctly update query cache when search results have changed (see #560). - update to 4.8.1: * Feature: Allow persisting empty tables (see #518). * Fix: Make replacing `doc_id` type work properly (see #545). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tinydb?expand=0&rev=27
This commit is contained in:
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 30 19:48:55 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 4.8.2:
|
||||||
|
* Fix: Correctly update query cache when search results have
|
||||||
|
changed (see #560).
|
||||||
|
- update to 4.8.1:
|
||||||
|
* Feature: Allow persisting empty tables (see #518).
|
||||||
|
* Fix: Make replacing `doc_id` type work properly (see #545).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Sep 30 17:01:10 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
Sat Sep 30 17:01:10 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-tinydb
|
# spec file for package python-tinydb
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 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
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-tinydb
|
Name: python-tinydb
|
||||||
Version: 4.8.0
|
Version: 4.8.2
|
||||||
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:6dd686a9c5a75dfa9280088fd79a419aefe19cd7f4bd85eba203540ef856d564
|
|
||||||
size 32178
|
|
3
tinydb-4.8.2.tar.gz
Normal file
3
tinydb-4.8.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f7dfc39b8d7fda7a1ca62a8dbb449ffd340a117c1206b68c50b1a481fb95181d
|
||||||
|
size 32566
|
Reference in New Issue
Block a user