update to 0.3.1
Resolves: rhbz#1264648
This commit is contained in:
parent
95bc8ec5c6
commit
a09e0b2db1
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/pluggy-0.3.0.tar.gz
|
||||
/pluggy-0.3.1.tar.gz
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user