File python-minidb.changes of Package python-minidb
-------------------------------------------------------------------
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
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>
- Update to minidb 2.0.6
* Add vacuum_on_close option and Store.vacuum()
-------------------------------------------------------------------
Thu Sep 9 11:49:43 UTC 2021 - Matej Cepl <mcepl@suse.com>
- Use GitHub tarball (for tests and README.md).
-------------------------------------------------------------------
Wed Sep 1 12:57:53 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 2.0.5
* Clean up things and set up CI (#16)
* Don't use ported_eq function
- Drop patches for issues fixed upstream
* no_ported_eq.patch
- Rename README to README.md in %files section
-------------------------------------------------------------------
Tue Mar 16 15:59:42 UTC 2021 - Matej Cepl <mcepl@suse.com>
- Update to 2.0.4:
- switch to pytest
- Rename 0001-switch-to-pytest.patch to no_ported_eq.patch as the
previous patch was upstreamed, and now is just a small cleanup
(gh#thp/minidb#15).
-------------------------------------------------------------------
Fri Mar 27 14:01:08 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
- Update to 2.0.3
- Add 0001-switch-to-pytest.patch
-------------------------------------------------------------------
Tue Dec 4 12:50:23 UTC 2018 - Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
-------------------------------------------------------------------
Sat Sep 9 00:08:22 UTC 2017 - jengelh@inai.de
- Fix grammar problems in %description for initial submit.
-------------------------------------------------------------------
Thu Sep 7 22:41:50 UTC 2017 - toddrme2178@gmail.com
- initial version