14
0

Accepting request 692998 from home:pgajdos

- version update to 1.6.0
  * Add `get_tablenames` method (@transfluxus, #72)
  * Add license files to dist (@toddrme2178, #79)

OBS-URL: https://build.opensuse.org/request/show/692998
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sqlitedict?expand=0&rev=9
This commit is contained in:
Tomáš Chvátal
2019-04-10 19:08:30 +00:00
committed by Git OBS Bridge
parent ff81fb2e80
commit 95c10d15c5
4 changed files with 16 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-sqlitedict
#
# 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-sqlitedict
Version: 1.5.0
Version: 1.6.0
Release: 0
Summary: Persistent dict in Python backed by sqlite3
License: Apache-2.0
@@ -51,13 +51,15 @@ sed -i -e '/^#!\//, 1d' sqlitedict.py
%python_expand %fdupes %{buildroot}%{$python_sitearch}
%check
%{python_expand mkdir -p tests/db
%{python_expand
rm -rf tests/db
mkdir -p tests/db
nosetests-%{$python_bin_suffix}
rm -rf tests/db
}
%files %{python_files}
%defattr(-,root,root,-)
%license LICENSE.apache
%doc README.rst
%{python_sitelib}/*