!2 更新python-cssutils至上游最新版2.3.0

From: @jinxu1992
Reviewed-by: @yangzhao_kl
Signed-off-by: @li_guoqiang9
This commit is contained in:
openeuler-ci-bot 2021-09-08 07:29:06 +00:00 committed by Gitee
commit 7d7868f438
3 changed files with 10 additions and 3 deletions

Binary file not shown.

BIN
cssutils-2.3.0.tar.gz Normal file

Binary file not shown.

View File

@ -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 <jinxu@kylinos.cn> - 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 <Python_Bot@openeuler.org>
- Package Spec generated