14
0
forked from pool/python-minidb

- update to 2.0.8:

* fix flake8 errors
  * add python 3.12 support
  * drop python2
  * read sqlite result before releasing lock
  * switch to PEP517 build
- Update to 2.0.7

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-minidb?expand=0&rev=20
This commit is contained in:
2024-05-01 07:52:02 +00:00
committed by Git OBS Bridge
parent a945ea33b2
commit 588a707ebe
4 changed files with 22 additions and 11 deletions

View File

@@ -1,7 +1,17 @@
-------------------------------------------------------------------
Wed May 1 07:50:59 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2.0.8:
* fix flake8 errors
* add python 3.12 support
* drop python2
* read sqlite result before releasing lock
* switch to PEP517 build
-------------------------------------------------------------------
Fri Oct 28 18:26:51 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to 2.0.7
- Update to 2.0.7
Test against Python 3.10
YAML syntax and me
Only pass special keyword args to model __init__