15
0
forked from pool/python-plyvel

Accepting request 704271 from home:pgajdos

- version update to 1.1.0
  * Expose :py:attr:`~DB.name` attribute to Python code
    (`pr #90 <https://github.com/wbolster/plyvel/pull/90>`_)

OBS-URL: https://build.opensuse.org/request/show/704271
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-plyvel?expand=0&rev=15
This commit is contained in:
Tomáš Chvátal
2019-05-21 08:29:27 +00:00
committed by Git OBS Bridge
parent ee09e85024
commit 096b6dae4f
4 changed files with 15 additions and 7 deletions

View File

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

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

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

View File

@@ -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 <https://github.com/wbolster/plyvel/pull/90>`_)
-------------------------------------------------------------------
Thu Oct 11 13:37:20 UTC 2018 - Martin Pluskal <mpluskal@suse.com>

View File

@@ -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