|
|
@ -17,12 +17,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-nose
|
|
|
|
Name: python-nose
|
|
|
|
Version: 1.3.7
|
|
|
|
Version: 1.3.7
|
|
|
|
Release: 6%{?dist}
|
|
|
|
Release: 7%{?dist}
|
|
|
|
Summary: Discovery-based unittest extension for Python
|
|
|
|
Summary: Discovery-based unittest extension for Python
|
|
|
|
|
|
|
|
|
|
|
|
Group: Development/Languages
|
|
|
|
Group: Development/Languages
|
|
|
|
License: LGPLv2+ and Public Domain
|
|
|
|
License: LGPLv2+ and Public Domain
|
|
|
|
URL: http://somethingaboutorange.com/mrl/projects/nose/
|
|
|
|
URL: https://nose.readthedocs.org/en/latest/
|
|
|
|
Source0: http://pypi.python.org/packages/source/n/nose/nose-%{version}.tar.gz
|
|
|
|
Source0: http://pypi.python.org/packages/source/n/nose/nose-%{version}.tar.gz
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
|
@ -159,7 +159,6 @@ rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
|
|
|
%doc AUTHORS CHANGELOG lgpl.txt NEWS README.txt
|
|
|
|
%doc AUTHORS CHANGELOG lgpl.txt NEWS README.txt
|
|
|
|
%{_bindir}/nosetests
|
|
|
|
%{_bindir}/nosetests
|
|
|
|
%{_bindir}/nosetests-%{python_version}
|
|
|
|
%{_bindir}/nosetests-%{python_version}
|
|
|
@ -168,7 +167,6 @@ rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
|
|
%if 0%{?with_python3}
|
|
|
|
%if 0%{?with_python3}
|
|
|
|
%files -n python3-%{upstream_name}
|
|
|
|
%files -n python3-%{upstream_name}
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
|
|
|
%doc AUTHORS CHANGELOG lgpl.txt NEWS README.txt
|
|
|
|
%doc AUTHORS CHANGELOG lgpl.txt NEWS README.txt
|
|
|
|
%{_bindir}/nosetests-%{python3_version}
|
|
|
|
%{_bindir}/nosetests-%{python3_version}
|
|
|
|
%{_mandir}/man1/nosetests-%{python3_version}.1.gz
|
|
|
|
%{_mandir}/man1/nosetests-%{python3_version}.1.gz
|
|
|
@ -176,13 +174,15 @@ rm -rf %{buildroot}
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%files docs
|
|
|
|
%files docs
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
|
|
|
%doc reST examples
|
|
|
|
%doc reST examples
|
|
|
|
%if 0%{?with_docs}
|
|
|
|
%if 0%{?with_docs}
|
|
|
|
%doc html
|
|
|
|
%doc html
|
|
|
|
%endif # with_docs
|
|
|
|
%endif # with_docs
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Feb 2 2016 Orion Poplawski <orion@cora.nwra.com> 1.3.7-7
|
|
|
|
|
|
|
|
- Fix URL
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Sep 24 2015 Robert Kuska <rkuska@redhat.com> 1.3.7-6
|
|
|
|
* Thu Sep 24 2015 Robert Kuska <rkuska@redhat.com> 1.3.7-6
|
|
|
|
- Rebuilt for Python3.5 rebuild with disabled tests under python3
|
|
|
|
- Rebuilt for Python3.5 rebuild with disabled tests under python3
|
|
|
|
|
|
|
|
|
|
|
|