Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
ffc42976d9
!7 Upgrade package to version 1.0.10
From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2023-11-30 10:57:52 +00:00
jxy_git
d30f957691 Upgrade package to version 1.0.10 2023-11-30 15:40:57 +08:00
openeuler-ci-bot
dea259719d
!6 Update package to version 1.0.9
From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2023-06-16 08:20:48 +00:00
jxy_git
236bb5d7e0 Update package to version 1.0.9 2023-06-16 16:15:04 +08:00
openeuler-ci-bot
94ee082184
!5 Update package
From: @Wangjunqi123 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2022-11-14 03:25:16 +00:00
Wangjunqi123
f9205e8bf7 update version to 1.0.8 2022-11-11 16:54:35 +08:00
openeuler-ci-bot
0dc20bb308
!4 Update to 1.0.7
From: @kylin-qiaojijun 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2022-09-19 12:34:38 +00:00
qiaojijun
3bc764e3ec Update to 1.0.7 2022-09-15 14:49:19 +08:00
openeuler-ci-bot
45c5aa7e70
!3 Add yaml file and zlib to buildrequires
From: @liqiuyu123 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2022-04-25 06:00:05 +00:00
liqiuyu
84d4d49bd3 add yaml file 2022-04-25 10:06:33 +08:00
4 changed files with 23 additions and 4 deletions

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

Binary file not shown.

Binary file not shown.

View File

@ -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.6 Version: 1.0.10
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/79/a5/4c11875f4adc8a3a37b79546dcba6304efdf1ca944e390aeb0fced4ee2ff/css-parser-1.0.6.tar.gz Source0: https://files.pythonhosted.org/packages/2e/19/3191601557361c870bacd73ed9b266e0c198ca57a269608db81bcdc0394a/css-parser-1.0.10.tar.gz
BuildArch: noarch BuildArch: noarch
@ -14,7 +14,7 @@ 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: python3-setuptools BuildRequires: python3-setuptools
%description -n python3-css-parser %description -n python3-css-parser
@ -27,7 +27,7 @@ Provides: python3-css-parser-doc
CSS related utilities (parsing, serialization, etc) for python CSS related utilities (parsing, serialization, etc) for python
%prep %prep
%autosetup -n css-parser-1.0.6 %autosetup -n css-parser-%{version}
%build %build
%py3_build %py3_build
@ -67,5 +67,20 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Thu Nov 30 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 1.0.10-1
- Upgrade package to version 1.0.10
* 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
* Thu Sep 15 2022 Qiao Jijun <qiaojijun@kylinos.cn> - 1.0.7-1
- Update to 1.0.7
* Sun Apr 24 2022 liqiuyu <liqiuyu@kylinos.cn> - 1.0.6-2
- Add zlib to buildrequires
* 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

4
python-css-parser.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: pypi
src_repo: css-parser
tag_prefix: ^v
separator: "."