From 0ebd729fd53359df4e4f0f8310e21b652e7d6a09022853673732ba192376648c Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 29 Sep 2022 19:00:50 +0000 Subject: [PATCH] Accepting request 1007022 from home:yarunachalam:branches:devel:languages:python - Update to minidb 2.0.6 * Add vacuum_on_close option and Store.vacuum() OBS-URL: https://build.opensuse.org/request/show/1007022 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-minidb?expand=0&rev=15 --- minidb-2.0.5.tar.gz | 3 --- minidb-2.0.6.tar.gz | 3 +++ python-minidb.changes | 6 ++++++ python-minidb.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 minidb-2.0.5.tar.gz create mode 100644 minidb-2.0.6.tar.gz diff --git a/minidb-2.0.5.tar.gz b/minidb-2.0.5.tar.gz deleted file mode 100644 index 1bbd9a1..0000000 --- a/minidb-2.0.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ce14281cea2595ad0a805a5e4e9d2542ed0c10babb5d3d39ef63c40a286c717d -size 16799 diff --git a/minidb-2.0.6.tar.gz b/minidb-2.0.6.tar.gz new file mode 100644 index 0000000..36e862b --- /dev/null +++ b/minidb-2.0.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e4ef07d858d6e6118dfd000031e7698fb29b44bd8fe38e713d241fcaec6ee1e +size 17017 diff --git a/python-minidb.changes b/python-minidb.changes index 0a1f810..5193f70 100644 --- a/python-minidb.changes +++ b/python-minidb.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Sep 29 16:20:05 UTC 2022 - Yogalakshmi Arunachalam + +- Update to minidb 2.0.6 + * Add vacuum_on_close option and Store.vacuum() + ------------------------------------------------------------------- Thu Sep 9 11:49:43 UTC 2021 - Matej Cepl diff --git a/python-minidb.spec b/python-minidb.spec index 47fbc0e..c3b612a 100644 --- a/python-minidb.spec +++ b/python-minidb.spec @@ -1,7 +1,7 @@ # # spec file for package python-minidb # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ %define skip_python2 1 %bcond_without test Name: python-minidb -Version: 2.0.5 +Version: 2.0.6 Release: 0 Summary: SQLite3-based store for Python objects License: ISC