14
0
forked from pool/python-minidb

Accepting request 1032023 from home:yarunachalam:branches:devel:languages:python

- Update to 2.0.7 
  Test against Python 3.10
  YAML syntax and me
  Only pass special keyword args to model __init__
  Add delete_all() and count_rows()

OBS-URL: https://build.opensuse.org/request/show/1032023
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-minidb?expand=0&rev=17
This commit is contained in:
2022-10-31 14:56:39 +00:00
committed by Git OBS Bridge
parent 0ebd729fd5
commit 2aa2485bd6
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7e4ef07d858d6e6118dfd000031e7698fb29b44bd8fe38e713d241fcaec6ee1e
size 17017

3
minidb-2.0.7.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9fe6c31dfabf44c31ce782f1c5fb18eeeb517c5e913d023091592b8f547397c2
size 17445

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Oct 28 18:26:51 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to 2.0.7
Test against Python 3.10
YAML syntax and me
Only pass special keyword args to model __init__
Add delete_all() and count_rows()
-------------------------------------------------------------------
Thu Sep 29 16:20:05 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>

View File

@@ -21,7 +21,7 @@
%define skip_python2 1
%bcond_without test
Name: python-minidb
Version: 2.0.6
Version: 2.0.7
Release: 0
Summary: SQLite3-based store for Python objects
License: ISC