!1 optimization the spec

Merge pull request !1 from openeuler-basic/master
This commit is contained in:
openeuler-ci-bot 2019-12-31 18:44:01 +08:00 committed by Gitee
commit b2be5a51f8
3 changed files with 9 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,11 @@
Name: python-html5lib Name: python-html5lib
Version: 1.0.1 Version: 1.0.1
Release: 3 Release: 4
Epoch: 1 Epoch: 1
Summary: HTML parser based on the WHAT-WG Web Applications 1 Summary: HTML parser based on the WHAT-WG Web Applications 1
License: MIT License: MIT
URL: https://github.com/html5lib/html5lib-python URL: https://github.com/html5lib/html5lib-python
Source0: https://github.com/html5lib/html5lib-python/archive/html5lib-%{version}.tar.gz Source0: https://github.com/html5lib/html5lib-python/archive/html5lib-python-%{version}.tar.gz
Patch0: collections-abc.patch Patch0: collections-abc.patch
BuildArch: noarch BuildArch: noarch
@ -37,7 +37,7 @@ python3 package for html5lib.
%package_help %package_help
%prep %prep
%autosetup -n html5lib-%{version} -p1 %autosetup -n html5lib-python-%{version} -p1
%build %build
%py2_build %py2_build
@ -76,5 +76,11 @@ cp html5lib/tests/testdata{_nope,}/encoding/chardet/test_big5.txt
%doc CHANGES.rst README.rst %doc CHANGES.rst README.rst
%changelog %changelog
* Tue Sep 17 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.0.1-4
- Type:bugfix
- Id:NA
- SUG:NA
- DESC:optimization the spec
* Tue Sep 17 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.0.1-3 * Tue Sep 17 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.0.1-3
- Package init - Package init