15
0
forked from pool/python-plyvel
Files
python-plyvel/python-plyvel.changes

47 lines
1.7 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Fri Apr 6 08:41:10 UTC 2018 - mpluskal@suse.com
- Update to version 1.0.4:
* No relevant change for package users
-------------------------------------------------------------------
Fri Jan 5 14:25:14 UTC 2018 - mpluskal@suse.com
- Update to version 1.0.0:
* First 1.x release. This library is quite mature, so there is
no reason to keep using 0.x version numbers. While at it,
switch to semantic versioning.
* Drop support for older Python versions. Minimum versions are
now Python 3.4+ for modern Python and Python 2.7+ for legacy
Python.
* The mimimum LevelDB version is now 1.20, which added an option
for the maximum file size, which is now exposed in Plyvel.
* The various .put() methods are no longer restricted to just
bytes (str in Python 2), but will accept any type implementing
Python's buffer protocol, such as bytes, bytearray, and
memoryview. Note that this only applies to values; keys must
still be bytes. (issue #52)
-------------------------------------------------------------------
Wed Jun 21 09:31:49 UTC 2017 - jengelh@inai.de
- Trim filler wording from description and replace by a
substantiated feature list.
-------------------------------------------------------------------
Sun Jun 11 10:16:54 UTC 2017 - mpluskal@suse.com
- Switch to python singlespec
-------------------------------------------------------------------
Sun Jan 31 08:31:40 UTC 2016 - mpluskal@suse.com
- Enable tests
- Update dependencies
-------------------------------------------------------------------
Tue Oct 28 16:52:58 UTC 2014 - mpluskal@suse.com
- Initial package