!6 Update package to version 1.0.9

From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2023-06-16 08:20:48 +00:00 committed by Gitee
commit dea259719d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 5 additions and 5 deletions

Binary file not shown.

BIN
css-parser-1.0.9.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-css-parser
Version: 1.0.8
Version: 1.0.9
Release: 1
Summary: A CSS Cascading Style Sheets library for Python
License: LGPL-3.0-or-later
URL: https://github.com/ebook-utils/css-parser
Source0: https://files.pythonhosted.org/packages/a9/01/b78f2b03c9e85fbf96f0f7dc0ddd86e91e21a7dc7b0b7e77166123da6982/css-parser-1.0.8.tar.gz
Source0: https://files.pythonhosted.org/packages/41/3a/85cc7ef94f61c5273a5ed475fa4fc9f10eab4e0d9ecca1f81f86a6dfaaeb/css-parser-1.0.9.tar.gz
BuildArch: noarch
@ -18,14 +18,12 @@ Provides: python-css-parser = %{version}-%{release}
BuildRequires: python3-devel
BuildRequires: zlib >= 1.2.11
BuildRequires: python3-setuptools
%description -n python3-css-parser
CSS related utilities (parsing, serialization, etc) for python
%package help
Summary: Development documents and examples for css-parser
Provides: python3-css-parser-doc
%description help
CSS related utilities (parsing, serialization, etc) for python
@ -70,6 +68,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Fri Jun 16 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 1.0.9-1
- Update package to version 1.0.9
* Fri Nov 11 2022 wangjunqi <wangjunqi@kylinos.cn> - 1.0.8-1
- Update package to version 1.0.8
@ -81,4 +82,3 @@ mv %{buildroot}/doclist.lst .
* Thu Dec 09 2021 Python_Bot <Python_Bot@openeuler.org> - 1.0.6-1
- Package Init