diff --git a/.gitignore b/.gitignore index eb73505..b25da83 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /pytest-cov-1.6.tar.gz /pytest-cov-2.1.0.tar.gz +/pytest-cov-2.2.0.tar.gz diff --git a/python-pytest-cov.spec b/python-pytest-cov.spec index 9d5a977..a48f373 100644 --- a/python-pytest-cov.spec +++ b/python-pytest-cov.spec @@ -9,7 +9,7 @@ %global srcname pytest-cov Name: python-%{srcname} -Version: 2.1.0 +Version: 2.2.0 Release: 1%{?dist} Summary: Pytest plugin for coverage reporting @@ -98,6 +98,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib}:$PWD/tests py.test-%{python3_version} %changelog +* Mon Oct 5 2015 Orion Poplawski - 2.2.0-1 +- Update to 2.2.0 + * Mon Sep 14 2015 Orion Poplawski - 2.1.0-2 - Modernize spec - Run tests properly, skipping xdist tests for now diff --git a/sources b/sources index ccee2fc..b69501b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -98e94f5be88423f6251e7bad59fa6c06 pytest-cov-2.1.0.tar.gz +65a5238cdcfaa8618e6607c94faecbd6 pytest-cov-2.2.0.tar.gz