update to 0.3.1

Resolves: rhbz#1264648
This commit is contained in:
Matthias Runge 2015-09-21 11:40:00 +02:00
parent 95bc8ec5c6
commit a09e0b2db1
3 changed files with 10 additions and 4 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/pluggy-0.3.0.tar.gz
/pluggy-0.3.1.tar.gz

View File

@ -12,13 +12,13 @@
%endif
Name: python-pluggy
Version: 0.3.0
Release: 3%{?dist}
Version: 0.3.1
Release: 1%{?dist}
Summary: The plugin manager stripped of pytest specific details
License: MIT
URL: https://github.com/hpk42/pluggy
Source0: http://pypi.python.org/packages/source/t/%{pypiname}/%{pypiname}-%{version}.tar.gz
Source0: http://pypi.python.org/packages/source/p/%{pypiname}/%{pypiname}-%{version}.tar.gz
BuildArch: noarch
@ -86,11 +86,13 @@ popd
%check
pushd python2
cd testing
py.test test_pluggy.py
popd
%if 0%{?with_python3}
pushd python3
cd testing
py.test-3.4 test_pluggy.py
popd
%endif
@ -117,6 +119,9 @@ popd
%changelog
* Mon Sep 21 2015 Matthias Runge <mrunge@redhat.com> - 0.3.1-1
- update to 0.3.1
* Tue Aug 25 2015 Matthias Runge <mrunge@redhat.com> - 0.3.0-3
- fix python3 builds

View File

@ -1 +1 @@
7e9e718884cac045efe1400c7ad016b5 pluggy-0.3.0.tar.gz
ecdd791e309f60668b66fec97c2ee7db pluggy-0.3.1.tar.gz