Update to 1.0.7
This commit is contained in:
parent
45c5aa7e70
commit
3bc764e3ec
Binary file not shown.
BIN
css-parser-1.0.7.tar.gz
Normal file
BIN
css-parser-1.0.7.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.6
|
Version: 1.0.7
|
||||||
Release: 2
|
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/ac/df/ed727cbb644de7d51f940bf669653347d5e68467e7a90d2c56bb86e489d9/css-parser-1.0.7.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
|
|
||||||
@ -28,7 +28,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
|
||||||
@ -68,6 +68,9 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Sun Apr 24 2022 liqiuyu <liqiuyu@kylinos.cn> - 1.0.6-2
|
||||||
- Add zlib to buildrequires
|
- Add zlib to buildrequires
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user