Update to 1.0.7

This commit is contained in:
qiaojijun 2022-09-15 14:49:19 +08:00
parent 45c5aa7e70
commit 3bc764e3ec
3 changed files with 7 additions and 4 deletions

Binary file not shown.

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

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-css-parser
Version: 1.0.6
Release: 2
Version: 1.0.7
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/ac/df/ed727cbb644de7d51f940bf669653347d5e68467e7a90d2c56bb86e489d9/css-parser-1.0.7.tar.gz
BuildArch: noarch
@ -28,7 +28,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
@ -68,6 +68,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%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
- Add zlib to buildrequires