Blame SPECS/python-html5lib.spec

72d0ba
%global modulename html5lib
72d0ba
72d0ba
Name:		python-%{modulename}
72d0ba
Summary:	A python based HTML parser/tokenizer
72d0ba
Version:	0.999999999
72d0ba
Release:	6%{?dist}
72d0ba
Epoch:		1
72d0ba
Group:		Development/Libraries
72d0ba
License:	MIT
72d0ba
URL:		https://pypi.python.org/pypi/%{modulename}
72d0ba
Source0:        https://github.com/html5lib/html5lib-python/archive/%{version}.tar.gz
72d0ba
BuildArch:	noarch
72d0ba
72d0ba
%description
72d0ba
A python based HTML parser/tokenizer based on the WHATWG HTML5 
72d0ba
specification for maximum compatibility with major desktop web browsers.
72d0ba
72d0ba
%package -n python3-%{modulename}
72d0ba
Summary:	A python based HTML parser/tokenizer 
72d0ba
Group:		Development/Libraries 
72d0ba
72d0ba
Requires:	python3-six
72d0ba
Requires:	python3-webencodings
72d0ba
BuildRequires:	python3-devel
72d0ba
BuildRequires:	python3-setuptools
72d0ba
#BuildRequires:	python3-nose
72d0ba
#BuildRequires:	python3-pytest
72d0ba
BuildRequires:	python3-six
72d0ba
BuildRequires:	python3-webencodings
72d0ba
%{?python_provide:%python_provide python3-%{modulename}}
72d0ba
72d0ba
%description -n python3-%{modulename}
72d0ba
A python based HTML parser/tokenizer based on the WHATWG HTML5 
72d0ba
specification for maximum compatibility with major desktop web browsers.
72d0ba
72d0ba
72d0ba
%prep
72d0ba
%autosetup -n %{modulename}-python-%{version} 
72d0ba
72d0ba
%build
72d0ba
%py3_build
72d0ba
72d0ba
72d0ba
%install
72d0ba
%py3_install
72d0ba
72d0ba
%check
72d0ba
# Tests no longer run, see https://bugzilla.redhat.com/show_bug.cgi?id=1593231
72d0ba
#{__python3} -m pytest
72d0ba
72d0ba
%files -n python3-%{modulename}
72d0ba
%license LICENSE 
72d0ba
%doc CHANGES.rst README.rst
72d0ba
%{python3_sitelib}/%{modulename}-*.egg-info
72d0ba
%{python3_sitelib}/%{modulename}
72d0ba
72d0ba
72d0ba
%changelog
72d0ba
* Tue Jun 19 2018 Petr Viktorin <pviktori@redhat.com> - 1:0.999999999-6
72d0ba
- Drop the python2 subpackage
72d0ba
  https://bugzilla.redhat.com/show_bug.cgi?id=1590670
72d0ba
72d0ba
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.999999999-5
72d0ba
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
72d0ba
72d0ba
* Fri Sep 29 2017 Troy Dawson <tdawson@redhat.com> - 0.999999999-4
72d0ba
- Cleanup spec file conditionals
72d0ba
72d0ba
* Thu Jul 27 2017 Kevin Fenzi <kevin@scrye.com> - 0.999999999-3
72d0ba
- Add Requires on python-webencodings. Fixes bug #1474883
72d0ba
72d0ba
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.999999999-2
72d0ba
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
72d0ba
72d0ba
* Fri Jul 21 2017 Kevin Fenzi <kevin@scrye.com> - 1:0.999999999-1
72d0ba
- Update to 0.999999999. Fixes bug #1431378 and #1305828
72d0ba
- Security fix for CVE-2016-9909, CVE-2016-9910. Fixes bug #1402706 and #1402707
72d0ba
72d0ba
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.999-13
72d0ba
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
72d0ba
72d0ba
* Fri Dec 30 2016 Toshio Kuratomi <toshio@fedoraproject.org> - 1:0.999-12
72d0ba
- Correct usage of the %%python_provide macro
72d0ba
72d0ba
* Fri Dec 30 2016 Orion Poplawski <orion@cora.nwra.com> - 1:0.999-11
72d0ba
- Ship python2-html5lib
72d0ba
- Modernize spec
72d0ba
- Use %%license
72d0ba
72d0ba
* Mon Dec 12 2016 Charalampos Stratakis <cstratak@redhat.com> - 1:0.999-10
72d0ba
- Rebuild for Python 3.6
72d0ba
- Fix invalid escape sequences
72d0ba
72d0ba
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.999-9
72d0ba
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
72d0ba
72d0ba
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.999-8
72d0ba
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
72d0ba
72d0ba
* Tue Nov 03 2015 Robert Kuska <rkuska@redhat.com> - 1:0.999-7
72d0ba
- Rebuilt for Python3.5 rebuild
72d0ba
72d0ba
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.999-6
72d0ba
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
72d0ba
72d0ba
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.999-5
72d0ba
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
72d0ba
72d0ba
* Wed May 14 2014 Bohuslav Kabrda <bkabrda@redhat.com> - 1:0.999-4
72d0ba
- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
72d0ba
72d0ba
* Fri May 09 2014 Dennis Gilmore <dennis@ausil.us> - 0.999-3
72d0ba
- move python3 Requires and BuildRequires into the python3 sub-package
72d0ba
72d0ba
* Wed Mar 12 2014 Dan Scott <dan@coffeecode.net> - 0.999-2
72d0ba
- "six" module is a runtime requirement
72d0ba
72d0ba
* Sat Mar 01 2014 Praveen Kumar <kumarpraveen.nitdgp@gmail.com> 0.999-1
72d0ba
- Added epoch information
72d0ba
72d0ba
* Wed Feb 26 2014 Dan Scott <dan@coffeecode.net> - 0.999-1
72d0ba
- Updated for new version
72d0ba
- Fixed bogus dates in changelog
72d0ba
72d0ba
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0b2-3
72d0ba
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
72d0ba
72d0ba
* Mon Jul 8 2013 Praveen Kumar <kumarpraveen.nitdgp@gmail.com> - 1.0b2-2
72d0ba
- Updated python3 support which accidently removed from previous revision.
72d0ba
72d0ba
* Mon Jul 8 2013 Praveen Kumar <kumarpraveen.nitdgp@gmail.com> - 1.0b2-1
72d0ba
- Updated new source
72d0ba
72d0ba
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.95-4
72d0ba
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
72d0ba
72d0ba
* Sat Aug 04 2012 David Malcolm <dmalcolm@redhat.com> - 0.95-3
72d0ba
- rebuild for https://fedoraproject.org/wiki/Features/Python_3.3
72d0ba
72d0ba
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.95-2
72d0ba
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
72d0ba
72d0ba
* Tue Feb 21 2012 Praveen Kumar <kumarpraveen.nitdgp@gmail.com> - 0.95-1
72d0ba
- Added python3 spec and updated new source
72d0ba
72d0ba
* Mon Jul 18 2011 Praveen Kumar <kumarpraveen.nitdgp@gmail.com> - 0.90-1
72d0ba
- Initial spec