14
0
forked from pool/python-minidb
Files
python-minidb/python-minidb.changes
Matej Cepl 2aa2485bd6 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
2022-10-31 14:56:39 +00:00

60 lines
2.0 KiB
Plaintext

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