diff --git a/cssselect-1.1.0.tar.gz b/cssselect-1.1.0.tar.gz deleted file mode 100644 index 2c3dfce..0000000 Binary files a/cssselect-1.1.0.tar.gz and /dev/null differ diff --git a/cssselect-1.2.0.tar.gz b/cssselect-1.2.0.tar.gz new file mode 100644 index 0000000..e988ec5 Binary files /dev/null and b/cssselect-1.2.0.tar.gz differ diff --git a/python-cssselect.spec b/python-cssselect.spec index ad03fe5..add8280 100644 --- a/python-cssselect.spec +++ b/python-cssselect.spec @@ -1,8 +1,8 @@ %global pkgname cssselect Name: python-cssselect -Version: 1.1.0 -Release: 3 +Version: 1.2.0 +Release: 1 Summary: CSS Selectors for Python License: BSD-3-Clause 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}*/ %changelog +* Mon Feb 20 2023 jiangxinyu - 1.2.0-1 +- Update package to version 1.2.0 + * Tue May 10 2022 wulei - 1.1.0-3 - License compliance rectification