diff options
| author | Luke Macken <lmacken@redhat.com> | 2013-04-11 13:24:02 -0400 |
|---|---|---|
| committer | Luke Macken <lmacken@redhat.com> | 2013-04-11 13:24:02 -0400 |
| commit | 6544e5b0fbac08ce4a1e93af141f2f6cf766946a (patch) | |
| tree | 072da4ae083a50ee41020f22f34afebfb3224698 | |
| parent | ab90b9fc05cb418605e87317b27f929f98c719ba (diff) | |
| download | python-mock-6544e5b0fbac08ce4a1e93af141f2f6cf766946a.tar.gz python-mock-6544e5b0fbac08ce4a1e93af141f2f6cf766946a.tar.xz python-mock-6544e5b0fbac08ce4a1e93af141f2f6cf766946a.zip | |
Update to 1.0.1 and run the test suite
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-mock.spec | 16 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 15 insertions, 4 deletions
@@ -1,2 +1,3 @@ /mock-0.7.2.tar.gz /mock-0.8.0.tar.gz +/mock-1.0.1.tar.gz diff --git a/python-mock.spec b/python-mock.spec index c98249e..98368fd 100644 --- a/python-mock.spec +++ b/python-mock.spec @@ -5,8 +5,8 @@ %global mod_name mock Name: python-mock -Version: 0.8.0 -Release: 5%{?dist} +Version: 1.0.1 +Release: 1%{?dist} Summary: A Python Mocking and Patching Library for Testing Group: Development/Libraries @@ -16,10 +16,12 @@ Source0: http://pypi.python.org/packages/source/m/%{mod_name}/%{mod_name} Source1: LICENSE.txt BuildArch: noarch -BuildRequires: python-devel +BuildRequires: python2-devel +BuildRequires: python-setuptools %if 0%{?with_python3} BuildRequires: python3-devel +BuildRequires: python3-setuptools %endif @@ -65,6 +67,10 @@ popd %endif +%check +%{__python} setup.py test + + %install rm -rf $RPM_BUILD_ROOT %if 0%{?with_python3} @@ -91,6 +97,10 @@ popd %changelog +* Thu Apr 11 2013 Luke Macken <lmacken@redhat.com> - 1.0.1-1 +- Update to 1.0.1 +- Run the test suite + * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild @@ -1 +1 @@ -b1ac87a1ceab295aef11dcfc104a7a4a mock-0.8.0.tar.gz +c3971991738caa55ec7c356bbc154ee2 mock-1.0.1.tar.gz |
