2018-04-06 08:47:15 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Apr 6 08:41:10 UTC 2018 - mpluskal@suse.com
|
|
|
|
|
|
|
|
|
|
- Update to version 1.0.4:
|
|
|
|
|
* No relevant change for package users
|
|
|
|
|
|
2018-01-05 14:35:16 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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)
|
|
|
|
|
|
2017-06-21 10:34:37 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jun 21 09:31:49 UTC 2017 - jengelh@inai.de
|
|
|
|
|
|
|
|
|
|
- Trim filler wording from description and replace by a
|
|
|
|
|
substantiated feature list.
|
|
|
|
|
|
2017-06-11 10:17:35 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Jun 11 10:16:54 UTC 2017 - mpluskal@suse.com
|
|
|
|
|
|
|
|
|
|
- Switch to python singlespec
|
|
|
|
|
|
2016-01-31 08:32:04 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Jan 31 08:31:40 UTC 2016 - mpluskal@suse.com
|
|
|
|
|
|
|
|
|
|
- Enable tests
|
|
|
|
|
- Update dependencies
|
|
|
|
|
|
2014-10-31 10:22:30 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Oct 28 16:52:58 UTC 2014 - mpluskal@suse.com
|
|
|
|
|
|
|
|
|
|
- Initial package
|
|
|
|
|
|