From 0705b2551819c52736b27b69e21e943c51c57866 Mon Sep 17 00:00:00 2001 From: chengguipeng Date: Thu, 10 Sep 2020 14:28:23 +0800 Subject: [PATCH 1/2] python-html5lib: modify source0 url Signed-off-by: chengguipeng --- html5lib-python-1.0.1.tar.gz => 1.0.1.tar.gz | Bin python-html5lib.spec | 11 +++++++++-- 2 files changed, 9 insertions(+), 2 deletions(-) rename html5lib-python-1.0.1.tar.gz => 1.0.1.tar.gz (100%) diff --git a/html5lib-python-1.0.1.tar.gz b/1.0.1.tar.gz similarity index 100% rename from html5lib-python-1.0.1.tar.gz rename to 1.0.1.tar.gz diff --git a/python-html5lib.spec b/python-html5lib.spec index 1b1e5d4..cfbfef8 100644 --- a/python-html5lib.spec +++ b/python-html5lib.spec @@ -1,11 +1,12 @@ Name: python-html5lib Version: 1.0.1 -Release: 6 +Release: 7 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-python-%{version}.tar.gz +Source0: https://github.com/html5lib/html5lib-python/archive/%{version}.tar.gz + Patch0: collections-abc.patch BuildArch: noarch @@ -47,6 +48,12 @@ python3 package for html5lib. %doc CHANGES.rst README.rst %changelog +* Tue Sep 10 2020 chengguipeng - 1.0.1-7 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:modify source0 url + * Wed Jul 15 2020 zhouhaibo - 1.0.1-6 - Type:bugfix - Id:NA From 2f6c7de1ec1f65ae34acb4489f91d8e7393bc446 Mon Sep 17 00:00:00 2001 From: chengguipeng_xian Date: Thu, 10 Sep 2020 16:56:06 +0800 Subject: [PATCH 2/2] update python-html5lib.spec. --- python-html5lib.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-html5lib.spec b/python-html5lib.spec index cfbfef8..32b2244 100644 --- a/python-html5lib.spec +++ b/python-html5lib.spec @@ -48,7 +48,7 @@ python3 package for html5lib. %doc CHANGES.rst README.rst %changelog -* Tue Sep 10 2020 chengguipeng - 1.0.1-7 +* Tue Sep 10 2020 chengguipeng - 1.0.1-7 - Type:bugfix - ID:NA - SUG:NA