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 +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>