From 306cf225c87e5d0d184c0589936fa76566174b4e Mon Sep 17 00:00:00 2001 From: wu-leilei Date: Tue, 10 May 2022 17:12:48 +0800 Subject: [PATCH] License compliance rectification --- python-cssselect.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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