Changelog for
python311-sqlitedict-2.1.0-1.4.noarch.rpm :
* Fri Mar 15 2024 Steve Kowalik
- Update to 2.1.0:
* Fix setDaemon deprecated warning
* adding optional ability to encode keys
* Change logging from info to debug
* Properly handle the race condition
* Correct spelling mistakes
* Introduce weak references
* This release supports Python 3.7 and above
* Do not create tables when in read-only mode
* Use tempfile.mkstemp for safer temp file creation
* Fix deadlock where opening database fails
* Make outer_stack a parameter
* Add a blocking commit after each modification if autocommit is enabled
* Clean up license file names
* support double quotes in table names- Switch to pyproject macros.- No more greedy globs in %files.
* Wed Jun 03 2020 Marketa Calabkova - replace nose with pytest
* Wed Dec 11 2019 Tomáš Chvátal - Depend on full python stack for sqlite
* Wed Apr 10 2019 pgajdosAATTsuse.com- version update to 1.6.0
* Add `get_tablenames` method (AATTtransfluxus, #72)
* Add license files to dist (AATTtoddrme2178, #79)
* Tue Dec 04 2018 Matej Cepl - Remove superfluous devel dependency for noarch package
* Sun Jul 29 2018 jengelhAATTinai.de- Ensure neutrality of descriptions.
* Thu May 24 2018 toddrme2178AATTgmail.com- rpmlint fixes
* Wed May 24 2017 toddrme2178AATTgmail.com- Initial version