From ff2e495c53da38feb18e19aab11bf85cfe2fb9b2 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Dec 30 2015 21:33:58 +0000 Subject: Update to 2.8.5 --- diff --git a/.gitignore b/.gitignore index 88355c3..3b06bd0 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,5 @@ /pytest-2.7.2.tar.gz /pytest-2.7.3.tar.gz /pytest-2.8.2.tar.gz +/pytest-2.8.5.zip +/pytest-2.8.5.tar.gz diff --git a/pytest.spec b/pytest.spec index c3b25d9..9016509 100644 --- a/pytest.spec +++ b/pytest.spec @@ -10,14 +10,14 @@ %global pylib_version 1.4.29 Name: pytest -Version: 2.8.2 -Release: 3%{?dist} +Version: 2.8.5 +Release: 1%{?dist} Summary: Simple powerful testing with Python Group: Development/Languages License: MIT URL: http://pytest.org -Source0: http://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz +Source0: https://github.com/pytest-dev/pytest/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -188,6 +188,9 @@ popd %changelog +* Wed Dec 30 2015 Orion Poplawski - 2.8.5-1 +- Update to 2.8.5 + * Wed Dec 30 2015 Orion Poplawski - 2.8.2-3 - Re-enable pexpect in tests diff --git a/sources b/sources index fc4a203..d109f85 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -96e77b3a2fb40e5d99a1cfba38ac7c6d pytest-2.8.2.tar.gz +030d0ef169873899a696536f5e6821e6 pytest-2.8.5.tar.gz