From dcc7e25beaa5afafe4776d9141198681487334c4 Mon Sep 17 00:00:00 2001 From: Alfredo Moralejo Date: Sep 06 2021 14:17:54 +0000 Subject: Import python-logutils-0.3.5-15.el9 in CloudSIG xena --- diff --git a/.python-logutils.metadata b/.python-logutils.metadata new file mode 100644 index 0000000..9cc2f68 --- /dev/null +++ b/.python-logutils.metadata @@ -0,0 +1 @@ +5a320057ba29f2e6b12ebca66cf27477e88b4dad SOURCES/logutils-0.3.5.tar.gz diff --git a/SPECS/python-logutils.spec b/SPECS/python-logutils.spec new file mode 100644 index 0000000..d3b8a90 --- /dev/null +++ b/SPECS/python-logutils.spec @@ -0,0 +1,149 @@ +%global modname logutils + +Name: python-%{modname} +Version: 0.3.5 +Release: 15%{?dist} +Summary: Logging utilities + +License: BSD +URL: https://pypi.io/project/logutils +Source0: https://pypi.io/packages/source/l/%{modname}/%{modname}-%{version}.tar.gz + +BuildArch: noarch + +BuildRequires: python3-devel + +%global _description\ +The logutils package provides a set of handlers for the Python standard\ +library's logging package.\ +\ +Some of these handlers are out-of-scope for the standard library, and so\ +they are packaged here. Others are updated versions which have appeared in\ +recent Python releases, but are usable with older versions of Python and so\ +are packaged here. + +%description %_description + +%package -n python3-logutils +Summary: Logging utilities +%{?python_provide:%python_provide python3-logutils} + +%description -n python3-logutils +The logutils package provides a set of handlers for the Python standard +library's logging package. + +Some of these handlers are out-of-scope for the standard library, and so +they are packaged here. Others are updated versions which have appeared in +recent Python releases, but are usable with older versions of Python and so +are packaged here. + +%prep +%autosetup -n %{modname}-%{version} + +# Remove bundled egg-info in case it exists +rm -rf %{modname}.egg-info + +%build +%py3_build + +%install +%py3_install + +%check +%{__python3} setup.py test + +%files -n python3-%{modname} +%license LICENSE.txt +%doc README.rst NEWS.txt doc/ +%{python3_sitelib}/%{modname}/ +%{python3_sitelib}/%{modname}-%{version}-* + +%changelog +* Wed Jan 27 2021 Fedora Release Engineering - 0.3.5-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 0.3.5-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue May 26 2020 Miro Hrončok - 0.3.5-13 +- Rebuilt for Python 3.9 + +* Thu Jan 30 2020 Fedora Release Engineering - 0.3.5-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Oct 03 2019 Miro Hrončok - 0.3.5-11 +- Rebuilt for Python 3.8.0rc1 (#1748018) + +* Mon Aug 19 2019 Miro Hrončok - 0.3.5-10 +- Rebuilt for Python 3.8 + +* Fri Jul 26 2019 Fedora Release Engineering - 0.3.5-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sat Feb 02 2019 Fedora Release Engineering - 0.3.5-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Tue Jan 22 2019 Miro Hrončok - 0.3.5-7 +- Remove python2-logutils + +* Tue Jul 24 2018 Pierre-Yves Chibon - 0.3.5-6 +- Use the py2 version of the macros + +* Sat Jul 14 2018 Fedora Release Engineering - 0.3.5-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Tue Jun 19 2018 Miro Hrončok - 0.3.5-4 +- Rebuilt for Python 3.7 + +* Fri Feb 09 2018 Fedora Release Engineering - 0.3.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 0.3.5-2 +- Python 2 binary package renamed to python2-logutils + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + +* Fri Aug 11 2017 Ralph Bean - 0.3.5-1 +- new version + +* Thu Jul 27 2017 Fedora Release Engineering - 0.3.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Sat Feb 25 2017 Kevin Fenzi - 0.3.4-1 +- Update to 0.3.4. Fixes bug #1425241 + +* Sat Feb 11 2017 Fedora Release Engineering - 0.3.3-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Mon Dec 19 2016 Miro Hrončok - 0.3.3-8 +- Rebuild for Python 3.6 + +* Tue Jul 19 2016 Fedora Release Engineering - 0.3.3-7 +- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages + +* Thu Feb 04 2016 Fedora Release Engineering - 0.3.3-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Tue Nov 10 2015 Fedora Release Engineering - 0.3.3-5 +- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 + +* Thu Jun 18 2015 Fedora Release Engineering - 0.3.3-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Sat Jun 07 2014 Fedora Release Engineering - 0.3.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Wed May 28 2014 Kalev Lember - 0.3.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 + +* Wed Jan 29 2014 Ralph Bean - 0.3.3-1 +- Latest upstream. +- Modernized python3 conditional + +* Sun Aug 04 2013 Fedora Release Engineering - 0.3.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Thu Feb 14 2013 Fedora Release Engineering - 0.3.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Wed Dec 05 2012 Ralph Bean - 0.3.2-1 +- Initial package for Fedora