Blame SPECS/python-html5lib.spec

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