diff --git a/cssselect-0.9.2.tar.gz b/cssselect-0.9.2.tar.gz deleted file mode 100644 index 4440c68..0000000 Binary files a/cssselect-0.9.2.tar.gz and /dev/null differ diff --git a/cssselect-1.1.0.tar.gz b/cssselect-1.1.0.tar.gz new file mode 100644 index 0000000..2c3dfce Binary files /dev/null and b/cssselect-1.1.0.tar.gz differ diff --git a/python-cssselect.spec b/python-cssselect.spec index e3e90d0..2978caf 100644 --- a/python-cssselect.spec +++ b/python-cssselect.spec @@ -1,8 +1,8 @@ %global pkgname cssselect Name: python-cssselect -Version: 0.9.2 -Release: 10 +Version: 1.1.0 +Release: 1 Summary: CSS Selectors for Python License: BSD URL: https://github.com/scrapy/cssselect @@ -60,5 +60,8 @@ matching elements in an XML or HTML document. This is the Python 3 version. %{python3_sitelib}/%{pkgname}*/ %changelog +* Jul Thu 16 2020 yanglongkang - 1.1.0-1 +- update package to 1.1.0 + * Sat Feb 22 2020 hy-euler - 0.9.2-10 - init package