* Build Linux wheels against Snappy 1.1.9, LevelDB 1.22
* The minimum LevelDB version is now 1.21
* Add support for :py:meth:`WriteBatch.append()`
* Add support for :py:meth:`WriteBatch.approximate_size()`
* Use manylinux2010 instead of manylinux1 to build wheels
* Add Python 3.9 support
* Drop Python 3.5 support
* Completely drop Python 2 support
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-plyvel?expand=0&rev=21
* 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)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-plyvel?expand=0&rev=9