Compare commits
10 Commits
686719166e
...
ffc42976d9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ffc42976d9 | ||
|
|
d30f957691 | ||
|
|
dea259719d | ||
|
|
236bb5d7e0 | ||
|
|
94ee082184 | ||
|
|
f9205e8bf7 | ||
|
|
0dc20bb308 | ||
|
|
3bc764e3ec | ||
|
|
45c5aa7e70 | ||
|
|
84d4d49bd3 |
BIN
css-parser-1.0.10.tar.gz
Normal file
BIN
css-parser-1.0.10.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,11 +1,11 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-css-parser
|
||||
Version: 1.0.6
|
||||
Version: 1.0.10
|
||||
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/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
|
||||
|
||||
|
||||
@ -14,7 +14,7 @@ CSS related utilities (parsing, serialization, etc) for python
|
||||
|
||||
%package -n python3-css-parser
|
||||
Summary: A CSS Cascading Style Sheets library for Python
|
||||
Provides: python-css-parser
|
||||
Provides: python-css-parser = %{version}-%{release}
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
%description -n python3-css-parser
|
||||
@ -27,7 +27,7 @@ Provides: python3-css-parser-doc
|
||||
CSS related utilities (parsing, serialization, etc) for python
|
||||
|
||||
%prep
|
||||
%autosetup -n css-parser-1.0.6
|
||||
%autosetup -n css-parser-%{version}
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
@ -67,5 +67,20 @@ mv %{buildroot}/doclist.lst .
|
||||
%{_docdir}/*
|
||||
|
||||
%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
|
||||
- Package Init
|
||||
|
||||
4
python-css-parser.yaml
Normal file
4
python-css-parser.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
version_control: pypi
|
||||
src_repo: css-parser
|
||||
tag_prefix: ^v
|
||||
separator: "."
|
||||
Loading…
x
Reference in New Issue
Block a user