!3 Upgrade package to version 2.7.0

From: @Gzx1999 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2022-09-28 13:06:09 +00:00 committed by Gitee
commit 291c6d4a58
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
dominate-2.7.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-dominate Name: python-dominate
Version: 2.6.0 Version: 2.7.0
Release: 1 Release: 1
Summary: Dominate is a Python library for creating and manipulating HTML documents using an elegant DOM API. Summary: Dominate is a Python library for creating and manipulating HTML documents using an elegant DOM API.
License: LGPLv3 License: LGPLv3
URL: https://github.com/Knio/dominate/ URL: https://github.com/Knio/dominate/
Source0: https://files.pythonhosted.org/packages/29/23/edf8e470f1053245c1aa99d92c8a3da9e83f6c7d3eb39205486965425be5/dominate-2.6.0.tar.gz Source0: https://files.pythonhosted.org/packages/12/d7/5e5f50f5d5bdd4282d2a70b9479c1d91d6628bebd4829e455cdf7366a92e/dominate-2.7.0.tar.gz
BuildArch: noarch BuildArch: noarch
%description %description
@ -29,7 +29,7 @@ Provides: python3-dominate-doc
It allows you to write HTML pages in pure Python very concisely, which eliminates the need to learn another template language, and lets you take advantage of the more powerful features of Python. It allows you to write HTML pages in pure Python very concisely, which eliminates the need to learn another template language, and lets you take advantage of the more powerful features of Python.
%prep %prep
%autosetup -n dominate-2.6.0 %autosetup -n dominate-%{version}
%build %build
%py3_build %py3_build
@ -69,5 +69,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Wed Sep 28 2022 guozhengxin <guozhengxin@kylinos.cn> - 2.7.0-1
- Upgrade package to version 2.7.0
* Thu Feb 04 2021 Python_Bot <Python_Bot@openeuler.org> * Thu Feb 04 2021 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated - Package Spec generated