diff --git a/plyvel-1.2.0.tar.gz b/plyvel-1.2.0.tar.gz deleted file mode 100644 index d61ae02..0000000 --- a/plyvel-1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d681b689524c98093877e8ddfa7692a4f5b6437d699cb9f81841b1351916ff6 -size 145528 diff --git a/plyvel-1.4.0.tar.gz b/plyvel-1.4.0.tar.gz new file mode 100644 index 0000000..dd0d29b --- /dev/null +++ b/plyvel-1.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ea98bea04ebf0f44747bacdfafefc8827787106fbb787f0aedc46482b2dfd53 +size 151155 diff --git a/python-plyvel.changes b/python-plyvel.changes index 4f5dcd6..37ef37a 100644 --- a/python-plyvel.changes +++ b/python-plyvel.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sun Jan 16 12:36:55 UTC 2022 - Dirk Müller + +- 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 diff --git a/python-plyvel.spec b/python-plyvel.spec index 0259f00..0f6e45c 100644 --- a/python-plyvel.spec +++ b/python-plyvel.spec @@ -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