diff --git a/.gitignore b/.gitignore index cf5b4e7..88355c3 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ /pytest-2.7.1.tar.gz /pytest-2.7.2.tar.gz /pytest-2.7.3.tar.gz +/pytest-2.8.2.tar.gz diff --git a/pytest.spec b/pytest.spec index 444806b..1effa79 100644 --- a/pytest.spec +++ b/pytest.spec @@ -10,8 +10,8 @@ %global pylib_version 1.4.29 Name: pytest -Version: 2.7.3 -Release: 2%{?dist} +Version: 2.8.2 +Release: 1%{?dist} Summary: Simple powerful testing with Python Group: Development/Languages @@ -190,6 +190,9 @@ popd %changelog +* Tue Oct 20 2015 Thomas Moschny - 2.8.2-1 +- Update to 2.8.2. + * Mon Oct 12 2015 Robert Kuska - 2.7.3-2 - Rebuilt for Python3.5 rebuild diff --git a/sources b/sources index b86fac0..fc4a203 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a1aa94933d545d4a26fa23f96a77a78a pytest-2.7.3.tar.gz +96e77b3a2fb40e5d99a1cfba38ac7c6d pytest-2.8.2.tar.gz