diff --git a/python-cssselect.spec b/python-cssselect.spec index 2a52198..ad5e1e7 100644 --- a/python-cssselect.spec +++ b/python-cssselect.spec @@ -2,9 +2,9 @@ Name: python-cssselect Version: 1.1.0 -Release: 2 +Release: 3 Summary: CSS Selectors for Python -License: BSD +License: BSD-3-Clause URL: https://github.com/scrapy/cssselect 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}*/ %changelog +* Tue May 10 2022 wulei - 1.1.0-3 +- License compliance rectification + * Fri Oct 30 2020 yanglongkang - 1.1.0-2 - remove python2 dependency