diff --git a/.gitignore b/.gitignore index 7e469a1..3d32063 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /pytest-2.6.3.tar.gz /pytest-2.6.4.tar.gz /pytest-2.7.0.tar.gz +/pytest-2.7.1.tar.gz diff --git a/pytest.spec b/pytest.spec index 555c3cf..2f57c0d 100644 --- a/pytest.spec +++ b/pytest.spec @@ -10,7 +10,7 @@ %global pylib_version 1.4.26 Name: pytest -Version: 2.7.0 +Version: 2.7.1 Release: 1%{?dist} Summary: Simple powerful testing with Python @@ -185,6 +185,9 @@ popd %changelog +* Sat May 23 2015 Thomas Moschny - 2.7.1-1 +- Update to 2.7.1. + * Mon Apr 20 2015 Thomas Moschny - 2.7.0-1 - Update to 2.7.0. - Apply updated Python packaging guidelines. diff --git a/sources b/sources index 259b18b..9da5289 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -14cde91b1106c937c48497728ea37dc6 pytest-2.7.0.tar.gz +e972d691ff6779ffb4b594449bac3e43 pytest-2.7.1.tar.gz