From d55e5ca60dd4815a5e3313c07d3e1a1c1ea1713e Mon Sep 17 00:00:00 2001 From: Thomas Moschny Date: Sat, 11 Oct 2014 14:54:36 +0200 Subject: [PATCH] Update to 2.6.3. --- .gitignore | 2 ++ pytest.spec | 7 +++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2b9ce13..85a612d 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,5 @@ /pytest-2.5.2.tar.gz /pytest-2.6.0.tar.gz /pytest-2.6.1.tar.gz +/pytest-2.6.2.tar.gz +/pytest-2.6.3.tar.gz diff --git a/pytest.spec b/pytest.spec index 3a9cb97..e19c6b0 100644 --- a/pytest.spec +++ b/pytest.spec @@ -5,10 +5,10 @@ %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} %endif -%global pylib_version 1.4.20 +%global pylib_version 1.4.25 Name: pytest -Version: 2.6.1 +Version: 2.6.3 Release: 1%{?dist} Summary: Simple powerful testing with Python @@ -168,6 +168,9 @@ popd %changelog +* Sat Oct 11 2014 Thomas Moschny - 2.6.3-1 +- Update to 2.6.3. + * Fri Aug 8 2014 Thomas Moschny - 2.6.1-1 - Update to 2.6.1. diff --git a/sources b/sources index 4830de8..e455b91 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bb353f6cf6d9ff83ff7f2dfbeaca47a3 pytest-2.6.1.tar.gz +6f6a1ae63a664d11223fba18cd2af31a pytest-2.6.3.tar.gz