15
0
forked from pool/python-plyvel
Commit Graph

11 Commits

Author SHA256 Message Date
63ce2170e0 - update to 1.4.0:
* 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
2022-01-16 12:37:44 +00:00
031ee039b5 Accepting request 895708 from home:pgajdos:python
setup.py test replacement

OBS-URL: https://build.opensuse.org/request/show/895708
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-plyvel?expand=0&rev=19
2021-05-27 09:54:29 +00:00
f38be54eae Accepting request 786085 from home:mcalabkova:branches:devel:languages:python
- update to 1.2.0
  * Add Python 3.8 support
  * Drop Python 3.4 support

OBS-URL: https://build.opensuse.org/request/show/786085
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-plyvel?expand=0&rev=17
2020-03-18 07:48:55 +00:00
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