diff --git a/cssselect2-0.2.1.tar.gz b/cssselect2-0.2.1.tar.gz deleted file mode 100644 index e1a29af..0000000 --- a/cssselect2-0.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:505d2ce3d3a1d390ddb52f7d0864b7efeb115a5b852a91861b498b92424503ab -size 30652 diff --git a/cssselect2-0.2.2.tar.gz b/cssselect2-0.2.2.tar.gz new file mode 100644 index 0000000..5be0c80 --- /dev/null +++ b/cssselect2-0.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70485a680cd72b023f0ce5ae4dcd392e2b10f7280e20afdb1735334bd6af7e6a +size 31764 diff --git a/python-cssselect2.changes b/python-cssselect2.changes index 6b7faea..d68faf4 100644 --- a/python-cssselect2.changes +++ b/python-cssselect2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Sep 13 10:29:09 UTC 2019 - Tomáš Chvátal + +- Update to 0.2.2: + * Optimize lang attribute selectors + ------------------------------------------------------------------- Fri Apr 26 07:31:02 UTC 2019 - pgajdos@suse.com diff --git a/python-cssselect2.spec b/python-cssselect2.spec index f33098c..c5ea17f 100644 --- a/python-cssselect2.spec +++ b/python-cssselect2.spec @@ -19,23 +19,22 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-cssselect2 -Version: 0.2.1 +Version: 0.2.2 Release: 0 Summary: CSS selectors for Python ElementTree License: BSD-3-Clause Group: Development/Languages/Python -Url: https://github.com/Kozea/cssselect2/ +URL: https://github.com/Kozea/cssselect2/ Source: https://files.pythonhosted.org/packages/source/c/cssselect2/cssselect2-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-tinycss2 +BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module pytest} BuildRequires: %{python_module tinycss2} # /SECTION -Requires: python-tinycss2 -BuildArch: noarch - %python_subpackages %description @@ -60,7 +59,7 @@ sed -i '/addopts/d' setup.cfg %check export LANG=en_US.UTF-8 -%python_exec -m pytest cssselect2/tests +%pytest cssselect2/tests %files %{python_files} %doc CHANGES README.rst