Upgrade package to version 2.7.0
This commit is contained in:
parent
a0cf5c753f
commit
9ce4233fd4
Binary file not shown.
BIN
dominate-2.7.0.tar.gz
Normal file
BIN
dominate-2.7.0.tar.gz
Normal file
Binary file not shown.
@ -1,11 +1,11 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-dominate
|
||||
Version: 2.6.0
|
||||
Version: 2.7.0
|
||||
Release: 1
|
||||
Summary: Dominate is a Python library for creating and manipulating HTML documents using an elegant DOM API.
|
||||
License: LGPLv3
|
||||
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
|
||||
|
||||
%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.
|
||||
|
||||
%prep
|
||||
%autosetup -n dominate-2.6.0
|
||||
%autosetup -n dominate-%{version}
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
@ -69,5 +69,8 @@ mv %{buildroot}/doclist.lst .
|
||||
%{_docdir}/*
|
||||
|
||||
%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>
|
||||
- Package Spec generated
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user