diff --git a/html5lib-1.0.1.tar.gz b/html5lib-1.0.1.tar.gz deleted file mode 100644 index dd2171c..0000000 Binary files a/html5lib-1.0.1.tar.gz and /dev/null differ diff --git a/html5lib-python-1.0.1.tar.gz b/html5lib-python-1.0.1.tar.gz new file mode 100644 index 0000000..7577a25 Binary files /dev/null and b/html5lib-python-1.0.1.tar.gz differ diff --git a/python-html5lib.spec b/python-html5lib.spec index c9abffb..b750225 100644 --- a/python-html5lib.spec +++ b/python-html5lib.spec @@ -1,11 +1,11 @@ Name: python-html5lib Version: 1.0.1 -Release: 3 +Release: 4 Epoch: 1 Summary: HTML parser based on the WHAT-WG Web Applications 1 License: MIT 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 BuildArch: noarch @@ -37,7 +37,7 @@ python3 package for html5lib. %package_help %prep -%autosetup -n html5lib-%{version} -p1 +%autosetup -n html5lib-python-%{version} -p1 %build %py2_build @@ -76,5 +76,11 @@ cp html5lib/tests/testdata{_nope,}/encoding/chardet/test_big5.txt %doc CHANGES.rst README.rst %changelog +* Tue Sep 17 2019 openEuler Buildteam - 1.0.1-4 +- Type:bugfix +- Id:NA +- SUG:NA +- DESC:optimization the spec + * Tue Sep 17 2019 openEuler Buildteam - 1.0.1-3 - Package init