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