Update to 2.8.2.

This commit is contained in:
Thomas Moschny 2015-10-20 09:14:24 +02:00
parent e037be85af
commit c94cbd452e
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -20,3 +20,4 @@
/pytest-2.7.1.tar.gz /pytest-2.7.1.tar.gz
/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

View File

@ -10,8 +10,8 @@
%global pylib_version 1.4.29 %global pylib_version 1.4.29
Name: pytest Name: pytest
Version: 2.7.3 Version: 2.8.2
Release: 2%{?dist} Release: 1%{?dist}
Summary: Simple powerful testing with Python Summary: Simple powerful testing with Python
Group: Development/Languages Group: Development/Languages
@ -190,6 +190,9 @@ popd
%changelog %changelog
* Tue Oct 20 2015 Thomas Moschny <thomas.moschny@gmx.de> - 2.8.2-1
- Update to 2.8.2.
* Mon Oct 12 2015 Robert Kuska <rkuska@redhat.com> - 2.7.3-2 * Mon Oct 12 2015 Robert Kuska <rkuska@redhat.com> - 2.7.3-2
- Rebuilt for Python3.5 rebuild - Rebuilt for Python3.5 rebuild

View File

@ -1 +1 @@
a1aa94933d545d4a26fa23f96a77a78a pytest-2.7.3.tar.gz 96e77b3a2fb40e5d99a1cfba38ac7c6d pytest-2.8.2.tar.gz