Hello community, here is the log from the commit of package python-plyvel for openSUSE:Factory checked in at 2018-01-13 21:49:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-plyvel (Old) and /work/SRC/openSUSE:Factory/.python-plyvel.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-plyvel" Sat Jan 13 21:49:10 2018 rev:5 rq:563870 version:1.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-plyvel/python-plyvel.changes 2017-06-22 10:40:06.152079846 +0200 +++ /work/SRC/openSUSE:Factory/.python-plyvel.new/python-plyvel.changes 2018-01-13 21:49:11.517754467 +0100 @@ -1,0 +2,18 @@ +Fri Jan 5 14:25:14 UTC 2018 - [email protected] + +- 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) + +------------------------------------------------------------------- Old: ---- plyvel-0.9.tar.gz New: ---- plyvel-1.0.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-plyvel.spec ++++++ --- /var/tmp/diff_new_pack.sSCg6b/_old 2018-01-13 21:49:12.105727054 +0100 +++ /var/tmp/diff_new_pack.sSCg6b/_new 2018-01-13 21:49:12.105727054 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-plyvel # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,24 +16,23 @@ # +%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-plyvel -Version: 0.9 +Version: 1.0.0 Release: 0 Summary: Python interface to LevelDB License: BSD-3-Clause Group: Productivity/Networking/Other -Url: https://github.com/wbolster/plyvel +URL: https://plyvel.readthedocs.io/ Source: https://files.pythonhosted.org/packages/source/p/plyvel/plyvel-%{version}.tar.gz -BuildRequires: %{python_module Cython} -BuildRequires: %{python_module base} +BuildRequires: %{python_module Cython >= 0.17} BuildRequires: %{python_module devel} BuildRequires: %{python_module pytest-cov} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module tox} BuildRequires: fdupes BuildRequires: gcc-c++ -BuildRequires: leveldb-devel +BuildRequires: leveldb-devel >= 1.20 BuildRequires: python-rpm-macros %python_subpackages @@ -59,7 +58,6 @@ %python_exec setup.py test %files %{python_files} -%defattr(-,root,root,-) %doc doc/*.rst %{python_sitearch}/* ++++++ plyvel-0.9.tar.gz -> plyvel-1.0.0.tar.gz ++++++ ++++ 24702 lines of diff (skipped)
