From 95c10d15c5fdb6b9840fbe1989530570d8821e0a578a5218978b07331ef3c396 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 10 Apr 2019 19:08:30 +0000 Subject: [PATCH] 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 --- python-sqlitedict.changes | 7 +++++++ python-sqlitedict.spec | 10 ++++++---- sqlitedict-1.5.0.tar.gz | 3 --- sqlitedict-1.6.0.tar.gz | 3 +++ 4 files changed, 16 insertions(+), 7 deletions(-) delete mode 100644 sqlitedict-1.5.0.tar.gz create mode 100644 sqlitedict-1.6.0.tar.gz diff --git a/python-sqlitedict.changes b/python-sqlitedict.changes index 1057eae..50d401e 100644 --- a/python-sqlitedict.changes +++ b/python-sqlitedict.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Apr 10 18:49:46 UTC 2019 - pgajdos@suse.com + +- version update to 1.6.0 + * Add `get_tablenames` method (@transfluxus, #72) + * Add license files to dist (@toddrme2178, #79) + ------------------------------------------------------------------- Tue Dec 4 12:54:54 UTC 2018 - Matej Cepl diff --git a/python-sqlitedict.spec b/python-sqlitedict.spec index 9501617..c771d1c 100644 --- a/python-sqlitedict.spec +++ b/python-sqlitedict.spec @@ -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}/* diff --git a/sqlitedict-1.5.0.tar.gz b/sqlitedict-1.5.0.tar.gz deleted file mode 100644 index 7e19f38..0000000 --- a/sqlitedict-1.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:76ea12115d3961e2aea2f277a785ac9df3d463d50cc0b02afdcf1ea6ec833f94 -size 24267 diff --git a/sqlitedict-1.6.0.tar.gz b/sqlitedict-1.6.0.tar.gz new file mode 100644 index 0000000..941c6b3 --- /dev/null +++ b/sqlitedict-1.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:483d6a063c4648dec68d413eb29df74399661f8541dcb3ee926d28fc2f82cb24 +size 29220