2024-03-15 04:33:23 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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.
|
|
|
|
|
2019-12-11 08:06:09 +00:00
|
|
|
-------------------------------------------------------------------
|
2020-06-03 12:56:22 +00:00
|
|
|
Wed Jun 3 09:28:59 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
|
|
|
|
- replace nose with pytest
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2019-12-11 08:06:09 +00:00
|
|
|
Wed Dec 11 08:05:54 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Depend on full python stack for sqlite
|
|
|
|
|
2019-04-10 19:08:30 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Apr 10 18:49:46 UTC 2019 - pgajdos@suse.com
|
|
|
|
|
|
|
|
- version update to 1.6.0
|
|
|
|
* Add `get_tablenames` method (@transfluxus, #72)
|
|
|
|
* Add license files to dist (@toddrme2178, #79)
|
|
|
|
|
2018-12-04 14:07:36 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 4 12:54:54 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
|
2018-07-30 07:35:16 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jul 29 12:31:56 UTC 2018 - jengelh@inai.de
|
|
|
|
|
|
|
|
- Ensure neutrality of descriptions.
|
|
|
|
|
2018-05-24 20:56:56 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu May 24 17:47:50 UTC 2018 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- rpmlint fixes
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed May 24 20:36:12 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Initial version
|