From a09e0b2db100e5ff80a4544c4036c7fdd411d6e4 Mon Sep 17 00:00:00 2001 From: Matthias Runge Date: Sep 21 2015 09:40:00 +0000 Subject: update to 0.3.1 Resolves: rhbz#1264648 --- diff --git a/.gitignore b/.gitignore index 581369d..cf94f44 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /pluggy-0.3.0.tar.gz +/pluggy-0.3.1.tar.gz diff --git a/python-pluggy.spec b/python-pluggy.spec index 2bd06ba..f6064ed 100644 --- a/python-pluggy.spec +++ b/python-pluggy.spec @@ -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 - 0.3.1-1 +- update to 0.3.1 + * Tue Aug 25 2015 Matthias Runge - 0.3.0-3 - fix python3 builds diff --git a/sources b/sources index c4bf2fa..30a1d59 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7e9e718884cac045efe1400c7ad016b5 pluggy-0.3.0.tar.gz +ecdd791e309f60668b66fec97c2ee7db pluggy-0.3.1.tar.gz