14
0

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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sqlitedict?expand=0&rev=15
This commit is contained in:
2024-03-15 04:33:23 +00:00
committed by Git OBS Bridge
parent 4dcbfd8a48
commit c38c1e5711
4 changed files with 36 additions and 11 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Fri Mar 15 04:32:34 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- 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 3 09:28:59 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>