Compare commits
No commits in common. "ffc42976d9285c36f785d26b0914e264bdcc6a8b" and "686719166e06483b40d8b2fb08b6e62c9765bda8" have entirely different histories.
ffc42976d9
...
686719166e
Binary file not shown.
BIN
css-parser-1.0.6.tar.gz
Normal file
BIN
css-parser-1.0.6.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.10
|
Version: 1.0.6
|
||||||
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/2e/19/3191601557361c870bacd73ed9b266e0c198ca57a269608db81bcdc0394a/css-parser-1.0.10.tar.gz
|
Source0: https://files.pythonhosted.org/packages/79/a5/4c11875f4adc8a3a37b79546dcba6304efdf1ca944e390aeb0fced4ee2ff/css-parser-1.0.6.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 = %{version}-%{release}
|
Provides: python-css-parser
|
||||||
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-%{version}
|
%autosetup -n css-parser-1.0.6
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -67,20 +67,5 @@ 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
|
||||||
|
|||||||
@ -1,4 +0,0 @@
|
|||||||
version_control: pypi
|
|
||||||
src_repo: css-parser
|
|
||||||
tag_prefix: ^v
|
|
||||||
separator: "."
|
|
||||||
Loading…
x
Reference in New Issue
Block a user