diff --git a/cssutils-1.0.2.tar.gz b/cssutils-1.0.2.tar.gz deleted file mode 100644 index 46a3c6e..0000000 Binary files a/cssutils-1.0.2.tar.gz and /dev/null differ diff --git a/cssutils-2.3.0.tar.gz b/cssutils-2.3.0.tar.gz new file mode 100644 index 0000000..69990fb Binary files /dev/null and b/cssutils-2.3.0.tar.gz differ diff --git a/python-cssutils.spec b/python-cssutils.spec index 0ade089..4d0c5f7 100644 --- a/python-cssutils.spec +++ b/python-cssutils.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-cssutils -Version: 1.0.2 +Version: 2.3.0 Release: 1 Summary: A CSS Cascading Style Sheets library for Python License: LGPL 2.1 or later, see also http://cthedot.de/cssutils/ URL: http://cthedot.de/cssutils/ -Source0: https://files.pythonhosted.org/packages/5c/0b/c5f29d29c037e97043770b5e7c740b6252993e4b57f029b3cd03c78ddfec/cssutils-1.0.2.tar.gz +Source0: https://files.pythonhosted.org/packages/f5/c6/878abb7df855938a067b762a688da3fcdfea4e41c2399feaf80369b61ed7/cssutils-2.3.0.tar.gz BuildArch: noarch @@ -17,6 +17,9 @@ Summary: A CSS Cascading Style Sheets library for Python Provides: python-cssutils BuildRequires: python3-devel BuildRequires: python3-setuptools +BuildRequires: python3-pip +BuildRequires: python-setuptools_scm +BuildRequires: python3-toml %description -n python3-cssutils python3 package for cssutils @@ -27,7 +30,7 @@ Provides: python3-cssutils-doc help package for cssutils %prep -%autosetup -n cssutils-1.0.2 +%autosetup -n cssutils-2.3.0 %build %py3_build @@ -67,5 +70,9 @@ mv %{buildroot}/doclist.lst . %{_pkgdocdir} %changelog +* Fri Jul 23 2021 Xu Jin - 2.3.0-1 +- Update package to 2.3.0 +- Add Buildrequires:python3-pip python-setuptools_scm python3-toml + * Wed Jun 24 2020 Python_Bot - Package Spec generated