diff --git a/.gitignore b/.gitignore index 6ed32e4..5dff8fb 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /dogpile.cache-0.6.1.tar.gz /dogpile.cache-0.6.2.tar.gz /dogpile.cache-0.6.3.tar.gz +/dogpile.cache-0.6.4.tar.gz diff --git a/python-dogpile-cache.spec b/python-dogpile-cache.spec index 98ab5d3..c499858 100644 --- a/python-dogpile-cache.spec +++ b/python-dogpile-cache.spec @@ -26,7 +26,7 @@ dogpile.cache in a more efficient and succinct manner, and all the cruft\ heap. Name: python-dogpile-cache -Version: 0.6.3 +Version: 0.6.4 Release: 1%{?dist} Summary: %{sum} @@ -37,16 +37,20 @@ Source0: https://pypi.io/packages/source/d/%{modname}/%{modname}-%{ve BuildArch: noarch -BuildRequires: python2-devel -BuildRequires: python-setuptools -BuildRequires: python-nose +BuildRequires: python-mako BuildRequires: python-mock +BuildRequires: python-nose +BuildRequires: python-pytest-cov +BuildRequires: python-setuptools +BuildRequires: python2-devel %if 0%{?with_python3} BuildRequires: python3-devel -BuildRequires: python3-setuptools -BuildRequires: python3-nose +BuildRequires: python3-mako BuildRequires: python3-mock +BuildRequires: python3-nose +BuildRequires: python3-pytest-cov +BuildRequires: python3-setuptools %endif @@ -108,6 +112,17 @@ popd %endif %{__python} setup.py install -O1 --skip-build --root=%{buildroot} + +%check +%{__python2} -m pytest + +%if 0%{?with_python3} +pushd %{py3dir} +%{__python3} -m pytest +popd +%endif + + %files -n python2-dogpile-cache %license LICENSE %doc README.rst @@ -123,6 +138,12 @@ popd %endif %changelog +* Sat Jul 01 2017 Randy Barlow - 0.6.4-1 +- Update to 0.6.4 (#1465192). +- http://dogpilecache.readthedocs.io/en/latest/changelog.html#change-0.6.4 +- Sort the BuildRequires alphabetically. +- Run the tests. + * Thu Jun 01 2017 Ralph Bean - 0.6.3-1 - new version diff --git a/sources b/sources index df887b7..ef09ec4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (dogpile.cache-0.6.3.tar.gz) = 4320735d251cf5b69cc836195f98c35ff18f5cdbab57f8978e00ff16d73181d4ead330b8d69e029279e8a95e835ca81711c480f7af82966238d6d181ab155cdc +SHA512 (dogpile.cache-0.6.4.tar.gz) = 0e86ed6aacbfbbbefdc3622ac956679c4986c77989daa3c3e845d4b8dbbf7945b4d0764789f03540b2ff59712e2ee86c8283cc3ee8d9e950f9ef1772db7ea137