15
0
forked from pool/python-plyvel

- 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
This commit is contained in:
2022-01-16 12:37:44 +00:00
committed by Git OBS Bridge
parent 031ee039b5
commit 63ce2170e0
4 changed files with 20 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3d681b689524c98093877e8ddfa7692a4f5b6437d699cb9f81841b1351916ff6
size 145528

3
plyvel-1.4.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4ea98bea04ebf0f44747bacdfafefc8827787106fbb787f0aedc46482b2dfd53
size 151155

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun Jan 16 12:36:55 UTC 2022 - Dirk Müller <dmueller@suse.com>
- 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
-------------------------------------------------------------------
Thu May 27 07:28:42 UTC 2021 - pgajdos@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-plyvel
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,8 +17,9 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%global skip_python2 1
Name: python-plyvel
Version: 1.2.0
Version: 1.4.0
Release: 0
Summary: Python interface to LevelDB
License: BSD-3-Clause
@@ -32,7 +33,7 @@ BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: leveldb-devel >= 1.20
BuildRequires: leveldb-devel >= 1.21
BuildRequires: python-rpm-macros
%python_subpackages