From 5b47734ee63c142e1a83609caa7faf75ae7d0b04 Mon Sep 17 00:00:00 2001 From: Alfredo Moralejo Date: Sep 07 2021 10:27:19 +0000 Subject: Import python-xmltodict-0.12.0-11.el9 in CloudSIG xena --- diff --git a/.python-xmltodict.metadata b/.python-xmltodict.metadata new file mode 100644 index 0000000..7147e69 --- /dev/null +++ b/.python-xmltodict.metadata @@ -0,0 +1 @@ +ef6388d34e025b6a7447bcbf27e039f7c75117d4 SOURCES/xmltodict-0.12.0.tar.gz diff --git a/SPECS/python-xmltodict.spec b/SPECS/python-xmltodict.spec new file mode 100644 index 0000000..340a7c7 --- /dev/null +++ b/SPECS/python-xmltodict.spec @@ -0,0 +1,155 @@ +%global pypi_name xmltodict + +Name: python-xmltodict +Version: 0.12.0 +Release: 11%{?dist} +Summary: Python to transform XML to JSON + +License: MIT +URL: https://github.com/martinblech/xmltodict +Source0: %{url}/archive/v%{version}/%{pypi_name}-%{version}.tar.gz +BuildArch: noarch + +%description +xmltodict is a Python module that makes working with XML feel like you are +working with JSON. It's very fast (Expat-based) and has a streaming mode +with a small memory footprint, suitable for big XML dumps like Discogs or +Wikipedia. + +%package -n python3-%{pypi_name} +Summary: %{summary} + +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-nose +%{?python_provide:%python_provide python3-%{pypi_name}} + +%description -n python3-%{pypi_name} +xmltodict is a Python module that makes working with XML feel like you are +working with JSON. It's very fast (Expat-based) and has a streaming mode +with a small memory footprint, suitable for big XML dumps like Discogs or +Wikipedia. + +%prep +%autosetup -n %{pypi_name}-%{version} + +%build +%py3_build + +%install +%py3_install + +%check +%{__python3} -m nose + +%files -n python3-%{pypi_name} +%doc README.md +%license LICENSE +%{python3_sitelib}/%{pypi_name}.py +%{python3_sitelib}/%{pypi_name}-%{version}-* +%{python3_sitelib}/__pycache__/%{pypi_name}* + +%changelog +* Wed Jan 27 2021 Fedora Release Engineering - 0.12.0-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 0.12.0-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Fri Jun 26 2020 Fabian Affolter - 0.12.0-9 +- Add python3-setuptools as BR + +* Tue May 26 2020 Miro Hrončok - 0.12.0-8 +- Rebuilt for Python 3.9 + +* Thu Jan 30 2020 Fedora Release Engineering - 0.12.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Sat Jan 11 2020 Fabian Affolter - 0.12.0-6 +- Remove support for Python 2 + +* Thu Oct 03 2019 Miro Hrončok - 0.12.0-5 +- Rebuilt for Python 3.8.0rc1 (#1748018) + +* Mon Aug 19 2019 Miro Hrončok - 0.12.0-4 +- Rebuilt for Python 3.8 + +* Fri Jul 26 2019 Fedora Release Engineering - 0.12.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sun Jun 30 2019 Kevin Fenzi - 0.12.0-2 +- Conditionalize dropping python2 support so it only happens in f31+ +- Fixes bug 1724842 + +* Sat Jun 08 2019 Fabian Affolter - 0.12.0-1 +- Update to latest upstream release 0.12.0 + +* Wed Mar 27 2019 Miro Hrončok - 0.10.2-9 +- Subpackage python2-xmltodict has been removed + See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal + +* Sat Feb 02 2019 Fedora Release Engineering - 0.10.2-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Sat Jul 14 2018 Fedora Release Engineering - 0.10.2-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Tue Jun 19 2018 Miro Hrončok - 0.10.2-6 +- Rebuilt for Python 3.7 + +* Fri Feb 09 2018 Fedora Release Engineering - 0.10.2-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Thu Jul 27 2017 Fedora Release Engineering - 0.10.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Sat Feb 11 2017 Fedora Release Engineering - 0.10.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Mon Dec 19 2016 Miro Hrončok - 0.10.2-2 +- Rebuild for Python 3.6 + +* Tue Nov 15 2016 Fabian Affolter - 0.10.2-1 +- Update to latest upstream release 0.10.2 + +* Sun May 01 2016 Fabian Affolter - 0.10.1-1 +- Update to latest upstream release 0.10.1 + +* Thu Feb 04 2016 Fedora Release Engineering - 0.9.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Sat Nov 14 2015 Fabian Affolter - 0.9.2-1 +- Cleanup +- Update to latest upstream release 0.9.2 + +* Tue Nov 10 2015 Fedora Release Engineering - 0.9.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 + +* Thu Jun 18 2015 Fedora Release Engineering - 0.9.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Thu Oct 02 2014 Fabian Affolter - 0.9.0-1 +- Update spec file according guidelines +- Update to upstream release 0.9.0 + +* Sun Jun 08 2014 Fedora Release Engineering - 0.4.2-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Wed May 28 2014 Kalev Lember - 0.4.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 + +* Sun Aug 04 2013 Fedora Release Engineering - 0.4.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Thu Feb 14 2013 Fedora Release Engineering - 0.4.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Fri Jan 04 2013 Ralph Bean - 0.4.2-1 +- Latest upstream +- Included README and LICENSE +- Running tests now +- https://github.com/martinblech/xmltodict/pull/11 +- Added Requires python3 to the python3 subpackage. + +* Fri Jan 04 2013 Ralph Bean - 0.4.1-1 +- Initial packaging for Fedora