Plyvel-ci

Latest version: v1.5.1

Safety actively analyzes 693883 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 4

1.0.5

============

Release date: 2018-07-17

* Rebuild wheels: build against Snappy 1.1.7, and produce Python 3.7 wheels
(`issue 78 <https://github.com/wbolster/plyvel/issues/78>`_,
`pr 79 <https://github.com/wbolster/plyvel/pull/79>`_)

1.0.4

============

Release date: 2018-01-17

* Build Python wheels with Snappy compression support.
(`issue 68 <https://github.com/wbolster/plyvel/issues/68>`_)

1.0.3

============

Release date: 2018-01-16

* Fix building sources on OSX.
(`issue 66 <https://github.com/wbolster/plyvel/issues/66>`_,
`pr 67 <https://github.com/wbolster/plyvel/issues/67>`_)

1.0.2

============

Release date: 2018-01-12

* Correctly build wide unicode Python 2.7 wheels (cp27-cp27mu, UCS4).
(`issue 65 <https://github.com/wbolster/plyvel/issues/65>`_)

1.0.1

============

Release date: 2018-01-05

* Provide binary packages (manylinux1 wheels) for Linux.

These wheel packages have the LevelDB library embedded. This should
make installation on many Linux systems easier since these packages
do not depend on a recent LevelDB version being installed
system-wide: running ``pip install`` will simply download and
install the extension, instead of compiling it.
(`pr 64 <https://github.com/wbolster/plyvel/pull/64>`_,
`issue 62 <https://github.com/wbolster/plyvel/issues/62>`_,
`issue 63 <https://github.com/wbolster/plyvel/issues/63>`_)

1.0.0

============

Release date: 2018-01-03

* 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.
(`pr 61 <https://github.com/wbolster/plyvel/pull/61>`_)

* 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 <https://github.com/wbolster/plyvel/issues/52>`_)

Page 2 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.