!5 Update package
From: @Wangjunqi123 Reviewed-by: @yangzhao_kl Signed-off-by: @yangzhao_kl
This commit is contained in:
commit
94ee082184
Binary file not shown.
BIN
css-parser-1.0.8.tar.gz
Normal file
BIN
css-parser-1.0.8.tar.gz
Normal file
Binary file not shown.
@ -1,11 +1,11 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-css-parser
|
Name: python-css-parser
|
||||||
Version: 1.0.7
|
Version: 1.0.8
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: A CSS Cascading Style Sheets library for Python
|
Summary: A CSS Cascading Style Sheets library for Python
|
||||||
License: LGPL-3.0-or-later
|
License: LGPL-3.0-or-later
|
||||||
URL: https://github.com/ebook-utils/css-parser
|
URL: https://github.com/ebook-utils/css-parser
|
||||||
Source0: https://files.pythonhosted.org/packages/ac/df/ed727cbb644de7d51f940bf669653347d5e68467e7a90d2c56bb86e489d9/css-parser-1.0.7.tar.gz
|
Source0: https://files.pythonhosted.org/packages/a9/01/b78f2b03c9e85fbf96f0f7dc0ddd86e91e21a7dc7b0b7e77166123da6982/css-parser-1.0.8.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
|
|
||||||
@ -14,16 +14,18 @@ CSS related utilities (parsing, serialization, etc) for python
|
|||||||
|
|
||||||
%package -n python3-css-parser
|
%package -n python3-css-parser
|
||||||
Summary: A CSS Cascading Style Sheets library for Python
|
Summary: A CSS Cascading Style Sheets library for Python
|
||||||
Provides: python-css-parser
|
Provides: python-css-parser = %{version}-%{release}
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: zlib >= 1.2.11
|
BuildRequires: zlib >= 1.2.11
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
|
|
||||||
%description -n python3-css-parser
|
%description -n python3-css-parser
|
||||||
CSS related utilities (parsing, serialization, etc) for python
|
CSS related utilities (parsing, serialization, etc) for python
|
||||||
|
|
||||||
%package help
|
%package help
|
||||||
Summary: Development documents and examples for css-parser
|
Summary: Development documents and examples for css-parser
|
||||||
Provides: python3-css-parser-doc
|
Provides: python3-css-parser-doc
|
||||||
|
|
||||||
%description help
|
%description help
|
||||||
CSS related utilities (parsing, serialization, etc) for python
|
CSS related utilities (parsing, serialization, etc) for python
|
||||||
|
|
||||||
@ -68,6 +70,9 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 11 2022 wangjunqi <wangjunqi@kylinos.cn> - 1.0.8-1
|
||||||
|
- Update package to version 1.0.8
|
||||||
|
|
||||||
* Thu Sep 15 2022 Qiao Jijun <qiaojijun@kylinos.cn> - 1.0.7-1
|
* Thu Sep 15 2022 Qiao Jijun <qiaojijun@kylinos.cn> - 1.0.7-1
|
||||||
- Update to 1.0.7
|
- Update to 1.0.7
|
||||||
|
|
||||||
@ -76,3 +81,4 @@ mv %{buildroot}/doclist.lst .
|
|||||||
|
|
||||||
* Thu Dec 09 2021 Python_Bot <Python_Bot@openeuler.org> - 1.0.6-1
|
* Thu Dec 09 2021 Python_Bot <Python_Bot@openeuler.org> - 1.0.6-1
|
||||||
- Package Init
|
- Package Init
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user