15
0
forked from pool/python-plyvel
Commit Graph

8 Commits

Author SHA256 Message Date
Tomáš Chvátal
096b6dae4f Accepting request 704271 from home:pgajdos
- version update to 1.1.0
  * Expose :py:attr:`~DB.name` attribute to Python code
    (`pr #90 <https://github.com/wbolster/plyvel/pull/90>`_)

OBS-URL: https://build.opensuse.org/request/show/704271
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-plyvel?expand=0&rev=15
2019-05-21 08:29:27 +00:00
ee09e85024 - Update to version 1.0.5:
* Rebuild wheels: build against Snappy 1.1.7, and produce Python
    3.7 wheels

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-plyvel?expand=0&rev=13
2018-10-11 13:59:00 +00:00
b5b45f6c97 - Update to version 1.0.4:
* No relevant change for package users

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-plyvel?expand=0&rev=11
2018-04-06 08:47:15 +00:00
6b07c5a022 - 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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-plyvel?expand=0&rev=9
2018-01-05 14:35:16 +00:00
2b0caaedf4 Accepting request 505238 from home:jengelh:branches:devel:languages:python
- Trim filler wording from description and replace by a
  substantiated feature list.

OBS-URL: https://build.opensuse.org/request/show/505238
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-plyvel?expand=0&rev=7
2017-06-21 10:34:37 +00:00
ba8bcef3bc - Switch to python singlespec
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-plyvel?expand=0&rev=5
2017-06-11 10:17:35 +00:00
a378d2475a - Enable tests
- Update dependencies

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-plyvel?expand=0&rev=3
2016-01-31 08:32:04 +00:00
b901fc231c Accepting request 258836 from home:pluskalm
It would be nice to have this package available here, other thinks that I want to package has it as dependency

OBS-URL: https://build.opensuse.org/request/show/258836
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-plyvel?expand=0&rev=1
2014-10-31 10:22:30 +00:00