Blame SPECS/python-xmltodict.spec

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