|
|
a35d27 |
%global pypi_name nose-exclude
|
|
|
a35d27 |
|
|
|
a35d27 |
Name: python-%{pypi_name}
|
|
|
a35d27 |
Version: 0.5.0
|
|
|
a35d27 |
Release: 11%{?dist}
|
|
|
a35d27 |
Summary: Exclude specific directories from nosetests runs
|
|
|
a35d27 |
|
|
|
a35d27 |
License: LGPLv2
|
|
|
a35d27 |
URL: https://pypi.python.org/pypi/nose-exclude/%{version}
|
|
|
a35d27 |
Source0: https://pypi.python.org/packages/source/n/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
|
|
|
a35d27 |
BuildArch: noarch
|
|
|
a35d27 |
|
|
|
a35d27 |
BuildRequires: python3-devel
|
|
|
a35d27 |
BuildRequires: python3-setuptools
|
|
|
a35d27 |
|
|
|
a35d27 |
%global _description\
|
|
|
a35d27 |
nose-exclude is a `Nose`_ plugin that allows you to easily\
|
|
|
a35d27 |
specify directories to be excluded from testing.\
|
|
|
a35d27 |
|
|
|
a35d27 |
|
|
|
a35d27 |
%description %_description
|
|
|
a35d27 |
|
|
|
a35d27 |
%package -n python3-%{pypi_name}
|
|
|
a35d27 |
Summary: Exclude specific directories from nosetests runs
|
|
|
a35d27 |
|
|
|
a35d27 |
Requires: python3-nose
|
|
|
a35d27 |
|
|
|
a35d27 |
%description -n python3-%{pypi_name} %_description
|
|
|
a35d27 |
|
|
|
a35d27 |
|
|
|
a35d27 |
%prep
|
|
|
a35d27 |
%setup -q -n %{pypi_name}-%{version}
|
|
|
a35d27 |
# Remove bundled egg-info
|
|
|
a35d27 |
rm -rf %{pypi_name}.egg-info
|
|
|
a35d27 |
|
|
|
a35d27 |
%build
|
|
|
a35d27 |
%py3_build
|
|
|
a35d27 |
|
|
|
a35d27 |
%install
|
|
|
a35d27 |
%py3_install
|
|
|
a35d27 |
|
|
|
a35d27 |
%files -n python3-%{pypi_name}
|
|
|
a35d27 |
%doc README.rst
|
|
|
a35d27 |
%{python3_sitelib}/nose_exclude.py*
|
|
|
a35d27 |
%{python3_sitelib}/nose_exclude-%{version}-py%{python3_version}.egg-info/
|
|
|
a35d27 |
%{python3_sitelib}/__pycache__/nose_exclude*
|
|
|
a35d27 |
|
|
|
a35d27 |
%changelog
|
|
|
a35d27 |
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-11
|
|
|
a35d27 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
a35d27 |
|
|
|
a35d27 |
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-10
|
|
|
a35d27 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
a35d27 |
|
|
|
a35d27 |
* Sat May 23 2020 Miro Hrončok <mhroncok@redhat.com> - 0.5.0-9
|
|
|
a35d27 |
- Rebuilt for Python 3.9
|
|
|
a35d27 |
|
|
|
a35d27 |
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-8
|
|
|
a35d27 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
a35d27 |
|
|
|
a35d27 |
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.5.0-7
|
|
|
a35d27 |
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
|
|
a35d27 |
|
|
|
a35d27 |
* Fri Aug 16 2019 Miro Hrončok <mhroncok@redhat.com> - 0.5.0-6
|
|
|
a35d27 |
- Rebuilt for Python 3.8
|
|
|
a35d27 |
|
|
|
a35d27 |
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-5
|
|
|
a35d27 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
a35d27 |
|
|
|
a35d27 |
* Wed Jun 05 2019 Miro Hrončok <mhroncok@redhat.com> - 0.5.0-4
|
|
|
a35d27 |
- Subpackage python2-nose-exclude has been removed
|
|
|
a35d27 |
See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal
|
|
|
a35d27 |
|
|
|
a35d27 |
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-3
|
|
|
a35d27 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
a35d27 |
|
|
|
a35d27 |
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-2
|
|
|
a35d27 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
a35d27 |
|
|
|
a35d27 |
* Mon Jul 09 2018 Matthias Runge <mrunge@redhat.com> - 0.5.0-1
|
|
|
a35d27 |
- update to 0.5.0 (rhbz#1373685)
|
|
|
a35d27 |
|
|
|
a35d27 |
* Sun Jun 17 2018 Miro Hrončok <mhroncok@redhat.com> - 0.4.1-12
|
|
|
a35d27 |
- Rebuilt for Python 3.7
|
|
|
a35d27 |
|
|
|
a35d27 |
* Mon Feb 12 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.4.1-11
|
|
|
a35d27 |
- Update Python 2 dependency declarations to new packaging standards
|
|
|
a35d27 |
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
|
|
a35d27 |
|
|
|
a35d27 |
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.1-10
|
|
|
a35d27 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
a35d27 |
|
|
|
a35d27 |
* Fri Sep 29 2017 Troy Dawson <tdawson@redhat.com> - 0.4.1-9
|
|
|
a35d27 |
- Cleanup spec file conditionals
|
|
|
a35d27 |
|
|
|
a35d27 |
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.4.1-8
|
|
|
a35d27 |
- Python 2 binary package renamed to python2-nose-exclude
|
|
|
a35d27 |
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
|
|
|
a35d27 |
|
|
|
a35d27 |
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.1-7
|
|
|
a35d27 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
a35d27 |
|
|
|
a35d27 |
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.1-6
|
|
|
a35d27 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
a35d27 |
|
|
|
a35d27 |
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 0.4.1-5
|
|
|
a35d27 |
- Rebuild for Python 3.6
|
|
|
a35d27 |
|
|
|
a35d27 |
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-4
|
|
|
a35d27 |
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
|
|
a35d27 |
|
|
|
a35d27 |
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.1-3
|
|
|
a35d27 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
a35d27 |
|
|
|
a35d27 |
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-2
|
|
|
a35d27 |
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
|
|
|
a35d27 |
|
|
|
a35d27 |
* Mon Aug 24 2015 Matthias Runge <mrunge@redhat.com> - 0.4.1-1
|
|
|
a35d27 |
- update to 0.4.1 (rhbz#1256173)
|
|
|
a35d27 |
|
|
|
a35d27 |
* Thu Aug 20 2015 Matthias Runge <mrunge@redhat.com> - 0.4.0-1
|
|
|
a35d27 |
- update to 0.4.0 (rhbz#1235283)
|
|
|
a35d27 |
|
|
|
a35d27 |
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.0-4
|
|
|
a35d27 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
a35d27 |
|
|
|
a35d27 |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.0-3
|
|
|
a35d27 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
a35d27 |
|
|
|
a35d27 |
* Wed May 14 2014 Bohuslav Kabrda <bkabrda@redhat.com> - 0.2.0-2
|
|
|
a35d27 |
- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
|
|
|
a35d27 |
|
|
|
a35d27 |
* Tue Feb 11 2014 Matthias Runge <mrunge@redhat.com> - 0.2.0-1
|
|
|
a35d27 |
- update to 0.2.0 (rhbz#1045917)
|
|
|
a35d27 |
|
|
|
a35d27 |
* Tue Aug 13 2013 Matthias Runge <mrunge@redhat.com> - 0.1.10-1
|
|
|
a35d27 |
- update to 0.1.10 (rhbz#993112)
|
|
|
a35d27 |
|
|
|
a35d27 |
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.9-4
|
|
|
a35d27 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
a35d27 |
|
|
|
a35d27 |
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.9-3
|
|
|
a35d27 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
a35d27 |
|
|
|
a35d27 |
* Fri Jan 18 2013 Ralph Bean <rbean@redhat.com> - 0.1.9-2
|
|
|
a35d27 |
- Package python3 subpackage.
|
|
|
a35d27 |
|
|
|
a35d27 |
* Tue Oct 16 2012 Matthias Runge <mrunge@redhat.com> - 0.1.9-1
|
|
|
a35d27 |
- update to upstream release 0.1.9
|
|
|
a35d27 |
|
|
|
a35d27 |
* Tue Sep 11 2012 Matthias Runge <mrunge@redhat.com> - 0.1.8-1
|
|
|
a35d27 |
- Initial package.
|