Update package to version 1.2.0

This commit is contained in:
jxy_git 2023-02-20 15:51:56 +08:00
parent 984e5cce2c
commit d95232032b
3 changed files with 5 additions and 2 deletions

Binary file not shown.

BIN
cssselect-1.2.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,8 +1,8 @@
%global pkgname cssselect %global pkgname cssselect
Name: python-cssselect Name: python-cssselect
Version: 1.1.0 Version: 1.2.0
Release: 3 Release: 1
Summary: CSS Selectors for Python Summary: CSS Selectors for Python
License: BSD-3-Clause License: BSD-3-Clause
URL: https://github.com/scrapy/cssselect URL: https://github.com/scrapy/cssselect
@ -42,6 +42,9 @@ matching elements in an XML or HTML document. This is the Python 3 version.
%{python3_sitelib}/%{pkgname}*/ %{python3_sitelib}/%{pkgname}*/
%changelog %changelog
* Mon Feb 20 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 1.2.0-1
- Update package to version 1.2.0
* Tue May 10 2022 wulei <wulei80@h-partners.com> - 1.1.0-3 * Tue May 10 2022 wulei <wulei80@h-partners.com> - 1.1.0-3
- License compliance rectification - License compliance rectification