15
0
forked from pool/python-chest

Accepting request 708352 from home:pgajdos

- call spec-cleaner
- run the testsuite

OBS-URL: https://build.opensuse.org/request/show/708352
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-chest?expand=0&rev=6
This commit is contained in:
Tomáš Chvátal
2019-06-07 12:26:30 +00:00
committed by Git OBS Bridge
parent 4b7e8707fb
commit 7a42bded25
2 changed files with 12 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jun 7 12:03:12 UTC 2019 - pgajdos@suse.com
- call spec-cleaner
- run the testsuite
-------------------------------------------------------------------
Thu Jan 24 09:26:16 UTC 2019 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -26,6 +26,8 @@ Group: Development/Languages/Python
URL: https://github.com/ContinuumIO/chest
Source: https://files.pythonhosted.org/packages/source/c/chest/chest-%{version}.tar.gz
BuildRequires: %{python_module HeapDict}
BuildRequires: %{python_module numpy}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -35,7 +37,7 @@ BuildArch: noarch
%description
A dictionary that spills to disk.
Chest acts likes a dictionary, but it can write its contents to disk.
Chest acts like a dictionary, but it can write its contents to disk.
This is useful in the following two occasions:
1. Chest can hold datasets that are larger than memory
2. Chest persists and so can be saved and loaded for later use
@@ -50,6 +52,9 @@ This is useful in the following two occasions:
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%pytest
%files %{python_files}
%license LICENSE.txt
%doc README.rst