From f71e7ffb6ae3bbf994634bb56a03df44cb2d5f9e Mon Sep 17 00:00:00 2001 From: Thomas Moschny Date: Jun 25 2015 10:01:50 +0000 Subject: Update to 2.7.2. - Small fixes. --- diff --git a/.gitignore b/.gitignore index 3d32063..6107d0a 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /pytest-2.6.4.tar.gz /pytest-2.7.0.tar.gz /pytest-2.7.1.tar.gz +/pytest-2.7.2.tar.gz diff --git a/pytest.spec b/pytest.spec index c55ae18..92f4432 100644 --- a/pytest.spec +++ b/pytest.spec @@ -7,11 +7,11 @@ %global with_python3 1 %endif -%global pylib_version 1.4.26 +%global pylib_version 1.4.29 Name: pytest -Version: 2.7.1 -Release: 2%{?dist} +Version: 2.7.2 +Release: 1%{?dist} Summary: Simple powerful testing with Python Group: Development/Languages @@ -134,7 +134,7 @@ popd # use 2.X per default pushd %{buildroot}%{_bindir} -ln -snf py.test-2.* py.test +ln -snf py.test-%{python2_version} py.test popd @@ -142,14 +142,14 @@ popd pushd python2 PATH=%{buildroot}%{_bindir}:${PATH} \ PYTHONPATH=%{buildroot}%{python2_sitelib} \ - %{buildroot}%{_bindir}/py.test -r s testing + %{buildroot}%{_bindir}/py.test-%{python2_version} -r s testing popd %if 0%{?with_python3} pushd python3 PATH=%{buildroot}%{_bindir}:${PATH} \ PYTHONPATH=%{buildroot}%{python3_sitelib} \ - %{buildroot}%{_bindir}/py.test-3.* -r s testing + %{buildroot}%{_bindir}/py.test-%{python3_version} -r s testing popd %endif # with_python3 @@ -164,7 +164,7 @@ popd %doc python2/LICENSE %endif # licensedir %{_bindir}/py.test -%{_bindir}/py.test-2.* +%{_bindir}/py.test-%{python2_version} %{python2_sitelib}/* @@ -177,14 +177,18 @@ popd %if 0%{?_licensedir:1} %license python3/LICENSE %else -%doc python2/LICENSE +%doc python3/LICENSE %endif # licensedir -%{_bindir}/py.test-3.* +%{_bindir}/py.test-%{python3_version} %{python3_sitelib}/* %endif # with_python3 %changelog +* Thu Jun 25 2015 Thomas Moschny - 2.7.2-1 +- Update to 2.7.2. +- Small fixes. + * Thu Jun 18 2015 Fedora Release Engineering - 2.7.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 9da5289..ca24945 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e972d691ff6779ffb4b594449bac3e43 pytest-2.7.1.tar.gz +dcd8e891474d605b81fc7fcc8711e95b pytest-2.7.2.tar.gz