diff --git a/plyvel-1.0.4.tar.gz b/plyvel-1.0.4.tar.gz deleted file mode 100644 index 79d8a12..0000000 --- a/plyvel-1.0.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:134e78519403a6f71f1e66df945763413c48d0f6dec02e1a61f55adf0f83106d -size 338470 diff --git a/plyvel-1.0.5.tar.gz b/plyvel-1.0.5.tar.gz new file mode 100644 index 0000000..215738b --- /dev/null +++ b/plyvel-1.0.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d64d99fa457fbddb610516f109bd348da143f81324493a14dcb5231db06f8b91 +size 143728 diff --git a/python-plyvel.changes b/python-plyvel.changes index 6925d20..40b876b 100644 --- a/python-plyvel.changes +++ b/python-plyvel.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Oct 11 13:37:20 UTC 2018 - Martin Pluskal + +- Update to version 1.0.5: + * Rebuild wheels: build against Snappy 1.1.7, and produce Python + 3.7 wheels + ------------------------------------------------------------------- Fri Apr 6 08:41:10 UTC 2018 - mpluskal@suse.com diff --git a/python-plyvel.spec b/python-plyvel.spec index bb71df4..862d568 100644 --- a/python-plyvel.spec +++ b/python-plyvel.spec @@ -12,13 +12,13 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-plyvel -Version: 1.0.4 +Version: 1.0.5 Release: 0 Summary: Python interface to LevelDB License: BSD-3-Clause @@ -56,6 +56,7 @@ cache sizes, custom comparators. %check %python_exec setup.py test +make test %files %{python_files} %doc doc/*.rst