diff --git a/.gitignore b/.gitignore index 4c566a2..4c5f5f6 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /resultsdb-2.0.2.tar.gz /resultsdb-2.0.3.tar.gz /resultsdb-2.0.4.tar.gz +/resultsdb-2.0.5.tar.gz diff --git a/resultsdb.spec b/resultsdb.spec index 1923469..c4f61b0 100644 --- a/resultsdb.spec +++ b/resultsdb.spec @@ -1,8 +1,8 @@ %global without_epel 0 Name: resultsdb # NOTE: if you update version, *make sure* to also update `resultsdb/__init__.py` -Version: 2.0.4 -Release: 2%{?dist} +Version: 2.0.5 +Release: 1%{?dist} Summary: Results store for automated tasks License: GPLv2+ @@ -27,7 +27,8 @@ BuildRequires: python-flask >= 0.10.1 BuildRequires: python-flask-restful >= 0.2.11 BuildRequires: python-flask-sqlalchemy >= 2.0 BuildRequires: python-iso8601 >= 0.1.10 -BuildRequires: pytest +BuildRequires: python2-pytest +BuildRequires: python-pytest-cov BuildRequires: python2-devel BuildRequires: python2-setuptools %else @@ -43,8 +44,9 @@ ResultsDB is a results store engine for, but not limited to, Fedora QA tools. %if !0%{?without_epel} %check -PYTHONPATH=%{buildroot}%{python2_sitelib}/ py.test -F testing/ -# Remove compiled .py files after running unittests +PYTHONPATH=%{buildroot}%{python2_sitelib}/ py.test +# This seems to be the only place where we can remove pyco files, see: +# https://fedoraproject.org/wiki/Packaging:Python#Byte_compiling rm -f %{buildroot}%{_sysconfdir}/resultsdb/*.py{c,o} find %{buildroot}%{_datadir}/resultsdb/alembic -name '*.py[c,o]' -delete %endif @@ -82,9 +84,17 @@ install -p -m 0644 conf/settings.py.example %{buildroot}%{_sysconfdir}/resultsdb %{_datadir}/resultsdb/* %changelog +* Thu Jun 29 2017 Martin Krizek - 2.0.5-1 +- Sorting by key plugin for browse results collection (D1213) +- A stomp messaging plugin (D1191) + * Sat Feb 11 2017 Fedora Release Engineering - 2.0.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild +* Fri Feb 10 2017 Kamil Páral - 2.0.4-2 +- add python-pytest-cov builddep since it's needed for running the test suite + with our new tox.ini + * Thu Feb 02 2017 Kamil Páral - 2.0.4-1 - setup.py: add missing modules diff --git a/sources b/sources index 8285045..ea994ef 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (resultsdb-2.0.4.tar.gz) = 62524e7c4984917eef62ac9bcb64ba8c5f216af4ce5b9b47ff3e138e6753ca925c2f7835b062fef42272dcb3a36af8575b7a1325858234e0940dc3b81e72991d +SHA512 (resultsdb-2.0.5.tar.gz) = 0c867526a9d8d53fd8ebc7d1c0ca3ea9da0dcb835c78dfb7ba0467359683459c2329f0bcc3c629fa5d83bf2e32fc0b1b1397d787ef0a606261f1e18a3f356a18