Hello community, here is the log from the commit of package python-chest for openSUSE:Factory checked in at 2019-06-12 13:13:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-chest (Old) and /work/SRC/openSUSE:Factory/.python-chest.new.4811 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-chest" Wed Jun 12 13:13:14 2019 rev:2 rq:708353 version:0.2.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-chest/python-chest.changes 2019-01-25 22:44:33.979139379 +0100 +++ /work/SRC/openSUSE:Factory/.python-chest.new.4811/python-chest.changes 2019-06-12 13:13:14.944882747 +0200 @@ -1,0 +2,6 @@ +Fri Jun 7 12:03:12 UTC 2019 - [email protected] + +- call spec-cleaner +- run the testsuite + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-chest.spec ++++++ --- /var/tmp/diff_new_pack.6C50ce/_old 2019-06-12 13:13:15.444882223 +0200 +++ /var/tmp/diff_new_pack.6C50ce/_new 2019-06-12 13:13:15.448882218 +0200 @@ -26,6 +26,8 @@ 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 @@ %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 @@ %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} +%check +%pytest + %files %{python_files} %license LICENSE.txt %doc README.rst
