Update to 2.8.5

This commit is contained in:
Orion Poplawski 2015-12-30 14:33:58 -07:00
parent 9ebb9bd870
commit ff2e495c53
3 changed files with 9 additions and 4 deletions

2
.gitignore vendored
View File

@ -21,3 +21,5 @@
/pytest-2.7.2.tar.gz /pytest-2.7.2.tar.gz
/pytest-2.7.3.tar.gz /pytest-2.7.3.tar.gz
/pytest-2.8.2.tar.gz /pytest-2.8.2.tar.gz
/pytest-2.8.5.zip
/pytest-2.8.5.tar.gz

View File

@ -10,14 +10,14 @@
%global pylib_version 1.4.29 %global pylib_version 1.4.29
Name: pytest Name: pytest
Version: 2.8.2 Version: 2.8.5
Release: 3%{?dist} Release: 1%{?dist}
Summary: Simple powerful testing with Python Summary: Simple powerful testing with Python
Group: Development/Languages Group: Development/Languages
License: MIT License: MIT
URL: http://pytest.org 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) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch BuildArch: noarch
@ -188,6 +188,9 @@ popd
%changelog %changelog
* Wed Dec 30 2015 Orion Poplawski <orion@cora.nwra.com> - 2.8.5-1
- Update to 2.8.5
* Wed Dec 30 2015 Orion Poplawski <orion@cora.nwra.com> - 2.8.2-3 * Wed Dec 30 2015 Orion Poplawski <orion@cora.nwra.com> - 2.8.2-3
- Re-enable pexpect in tests - Re-enable pexpect in tests

View File

@ -1 +1 @@
96e77b3a2fb40e5d99a1cfba38ac7c6d pytest-2.8.2.tar.gz 030d0ef169873899a696536f5e6821e6 pytest-2.8.5.tar.gz