diff --git a/.gitignore b/.gitignore index 17ed1ed..28db668 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /testscenarios-0.4.tar.gz +/testscenarios-0.5.0.tar.gz diff --git a/python-testscenarios.spec b/python-testscenarios.spec index 1ad236c..f91cfce 100644 --- a/python-testscenarios.spec +++ b/python-testscenarios.spec @@ -5,22 +5,25 @@ %global pypi_name testscenarios Name: python-%{pypi_name} -Version: 0.4 -Release: 7%{?dist} +Version: 0.5.0 +Release: 1%{?dist} Summary: Testscenarios, a pyunit extension for dependency injection License: ASL 2.0 and BSD URL: https://launchpad.net/testscenarios -Source0: http://pypi.python.org/packages/source/t/%{pypi_name}/%{pypi_name}-%{version}.tar.gz +Source0: https://pypi.python.org/packages/source/t/%{pypi_name}/%{pypi_name}-%{version}.tar.gz BuildArch: noarch - + BuildRequires: python2-devel -BuildRequires: python-setuptools +BuildRequires: python-setuptools +BuildRequires: python-pbr + Requires: python-testtools %if 0%{?with_python3} BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-testtools +BuildRequires: python3-pbr %endif # with_python3 %description @@ -86,6 +89,9 @@ popd %endif # with_python3 %changelog +* Fri Nov 20 2015 Matthias Runge - 0.5.0-1 +- update to 0.5.0 + * Tue Nov 10 2015 Fedora Release Engineering - 0.4-7 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 diff --git a/sources b/sources index 45a1a67..042dbc2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -433cb8cd4d444b0deded3787240ee586 testscenarios-0.4.tar.gz +859073d9e7b049aee2e6704c51f6001a testscenarios-0.5.0.tar.gz