forked from pool/python-sqlitedict
Accepting request 693000 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/693000 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sqlitedict?expand=0&rev=4
This commit is contained in:
@@ -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 <mcepl@suse.com>
|
Tue Dec 4 12:54:54 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-sqlitedict
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-sqlitedict
|
Name: python-sqlitedict
|
||||||
Version: 1.5.0
|
Version: 1.6.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Persistent dict in Python backed by sqlite3
|
Summary: Persistent dict in Python backed by sqlite3
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@@ -51,13 +51,15 @@ sed -i -e '/^#!\//, 1d' sqlitedict.py
|
|||||||
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{python_expand mkdir -p tests/db
|
%{python_expand
|
||||||
nosetests-%{$python_bin_suffix}
|
|
||||||
rm -rf tests/db
|
rm -rf tests/db
|
||||||
|
mkdir -p tests/db
|
||||||
|
nosetests-%{$python_bin_suffix}
|
||||||
}
|
}
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
|
%license LICENSE.apache
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
|
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:76ea12115d3961e2aea2f277a785ac9df3d463d50cc0b02afdcf1ea6ec833f94
|
|
||||||
size 24267
|
|
3
sqlitedict-1.6.0.tar.gz
Normal file
3
sqlitedict-1.6.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:483d6a063c4648dec68d413eb29df74399661f8541dcb3ee926d28fc2f82cb24
|
||||||
|
size 29220
|
Reference in New Issue
Block a user