From c1e80e9e83982b3372a659012b4af5b479c2cc95 Mon Sep 17 00:00:00 2001 From: Markeryang <747675909@qq.com> Date: Thu, 16 Jul 2020 09:35:47 +0800 Subject: [PATCH] update package to 1.1.0 --- python-cssselect.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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