License compliance rectification

This commit is contained in:
wu-leilei 2022-05-10 17:12:48 +08:00
parent 5d15d2611f
commit 306cf225c8

View File

@ -2,9 +2,9 @@
Name: python-cssselect Name: python-cssselect
Version: 1.1.0 Version: 1.1.0
Release: 2 Release: 3
Summary: CSS Selectors for Python Summary: CSS Selectors for Python
License: BSD License: BSD-3-Clause
URL: https://github.com/scrapy/cssselect URL: https://github.com/scrapy/cssselect
Source0: %{url}/archive/v%{version}/%{pkgname}-%{version}.tar.gz Source0: %{url}/archive/v%{version}/%{pkgname}-%{version}.tar.gz
@ -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
* Tue May 10 2022 wulei <wulei80@h-partners.com> - 1.1.0-3
- License compliance rectification
* Fri Oct 30 2020 yanglongkang <yanglongkang@huawei.com> - 1.1.0-2 * Fri Oct 30 2020 yanglongkang <yanglongkang@huawei.com> - 1.1.0-2
- remove python2 dependency - remove python2 dependency