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.0.tar.gz
|
||||||
|
/pluggy-0.3.1.tar.gz
|
||||||
|
|||||||
@ -12,13 +12,13 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-pluggy
|
Name: python-pluggy
|
||||||
Version: 0.3.0
|
Version: 0.3.1
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: The plugin manager stripped of pytest specific details
|
Summary: The plugin manager stripped of pytest specific details
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/hpk42/pluggy
|
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
|
BuildArch: noarch
|
||||||
@ -86,11 +86,13 @@ popd
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
pushd python2
|
pushd python2
|
||||||
|
cd testing
|
||||||
py.test test_pluggy.py
|
py.test test_pluggy.py
|
||||||
popd
|
popd
|
||||||
|
|
||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
pushd python3
|
pushd python3
|
||||||
|
cd testing
|
||||||
py.test-3.4 test_pluggy.py
|
py.test-3.4 test_pluggy.py
|
||||||
popd
|
popd
|
||||||
%endif
|
%endif
|
||||||
@ -117,6 +119,9 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Aug 25 2015 Matthias Runge <mrunge@redhat.com> - 0.3.0-3
|
||||||
- fix python3 builds
|
- fix python3 builds
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user