Accepting request 730669 from devel:languages:python
- Update to 0.2.2: * Optimize lang attribute selectors OBS-URL: https://build.opensuse.org/request/show/730669 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cssselect2?expand=0&rev=5
This commit is contained in:
commit
89101d4e07
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:505d2ce3d3a1d390ddb52f7d0864b7efeb115a5b852a91861b498b92424503ab
|
||||
size 30652
|
3
cssselect2-0.2.2.tar.gz
Normal file
3
cssselect2-0.2.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:70485a680cd72b023f0ce5ae4dcd392e2b10f7280e20afdb1735334bd6af7e6a
|
||||
size 31764
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 13 10:29:09 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Update to 0.2.2:
|
||||
* Optimize lang attribute selectors
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 26 07:31:02 UTC 2019 - pgajdos@suse.com
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user