diff --git a/dominate-2.6.0.tar.gz b/dominate-2.6.0.tar.gz deleted file mode 100644 index f3777a0..0000000 Binary files a/dominate-2.6.0.tar.gz and /dev/null differ diff --git a/dominate-2.7.0.tar.gz b/dominate-2.7.0.tar.gz new file mode 100644 index 0000000..ec33023 Binary files /dev/null and b/dominate-2.7.0.tar.gz differ diff --git a/python-dominate.spec b/python-dominate.spec index c195443..706b608 100644 --- a/python-dominate.spec +++ b/python-dominate.spec @@ -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 - 2.7.0-1 +- Upgrade package to version 2.7.0 + * Thu Feb 04 2021 Python_Bot - Package Spec generated