Update to 1.3.1 (#1074971)
This commit is contained in:
parent
bb5f9dd3b5
commit
d7a8cf4bb6
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ nose-0.11.4.tar.gz
|
|||||||
/nose-1.2.0.tar.gz
|
/nose-1.2.0.tar.gz
|
||||||
/nose-1.2.1.tar.gz
|
/nose-1.2.1.tar.gz
|
||||||
/nose-1.3.0.tar.gz
|
/nose-1.3.0.tar.gz
|
||||||
|
/nose-1.3.1.tar.gz
|
||||||
|
@ -16,8 +16,8 @@
|
|||||||
%global with_docs 1
|
%global with_docs 1
|
||||||
|
|
||||||
Name: python-nose
|
Name: python-nose
|
||||||
Version: 1.3.0
|
Version: 1.3.1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Discovery-based unittest extension for Python
|
Summary: Discovery-based unittest extension for Python
|
||||||
|
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
@ -99,8 +99,6 @@ rm -rf %{py3dir}
|
|||||||
cp -a . %{py3dir}
|
cp -a . %{py3dir}
|
||||||
%endif # with_python3
|
%endif # with_python3
|
||||||
|
|
||||||
rm doc/*.pyc
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__python} setup.py build
|
%{__python} setup.py build
|
||||||
|
|
||||||
@ -182,6 +180,9 @@ rm -rf %{buildroot}
|
|||||||
%endif # with_docs
|
%endif # with_docs
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 14 2014 Luke Macken <lmacken@redhat.com> - 1.3.1-1
|
||||||
|
- Update to 1.3.1 (#1074971)
|
||||||
|
|
||||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.0-2
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.0-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user