diff --git a/plyvel-1.0.5.tar.gz b/plyvel-1.0.5.tar.gz deleted file mode 100644 index 215738b..0000000 --- a/plyvel-1.0.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d64d99fa457fbddb610516f109bd348da143f81324493a14dcb5231db06f8b91 -size 143728 diff --git a/plyvel-1.1.0.tar.gz b/plyvel-1.1.0.tar.gz new file mode 100644 index 0000000..c2031f8 --- /dev/null +++ b/plyvel-1.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3731310784aaffe4e4e004ca5899d8d187a3ca9143e606142200498931f39ac5 +size 143970 diff --git a/python-plyvel.changes b/python-plyvel.changes index 40b876b..2e8eeb1 100644 --- a/python-plyvel.changes +++ b/python-plyvel.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon May 20 14:01:20 UTC 2019 - pgajdos@suse.com + +- version update to 1.1.0 + * Expose :py:attr:`~DB.name` attribute to Python code + (`pr #90 `_) + ------------------------------------------------------------------- Thu Oct 11 13:37:20 UTC 2018 - Martin Pluskal diff --git a/python-plyvel.spec b/python-plyvel.spec index 862d568..d922f4e 100644 --- a/python-plyvel.spec +++ b/python-plyvel.spec @@ -1,7 +1,7 @@ # # spec file for package python-plyvel # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-plyvel -Version: 1.0.5 +Version: 1.1.0 Release: 0 Summary: Python interface to LevelDB License: BSD-3-Clause @@ -56,10 +56,11 @@ cache sizes, custom comparators. %check %python_exec setup.py test -make test +%pytest %files %{python_files} -%doc doc/*.rst +%license LICENSE.rst +%doc doc NEWS.rst README.rst %{python_sitearch}/* %changelog