1
0

Accepting request 717581 from devel:languages:python

- Update to 1.9.2:
  * FIX: Shortcut last descendant calculation if possible for performance.
  * FIX: Fix issue where Doctype strings can be mistaken for a normal text node in some cases.
  * FIX: A top level tag is not a :root tag if it has sibling text nodes or tag nodes. This is an issue that mostly manifests when using html.parser as the parser will allow multiple root nodes.

OBS-URL: https://build.opensuse.org/request/show/717581
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-soupsieve?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2019-07-30 11:04:54 +00:00 committed by Git OBS Bridge
commit bdb7d0b273
4 changed files with 14 additions and 7 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Jul 22 12:54:14 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.9.2:
* FIX: Shortcut last descendant calculation if possible for performance.
* FIX: Fix issue where Doctype strings can be mistaken for a normal text node in some cases.
* FIX: A top level tag is not a :root tag if it has sibling text nodes or tag nodes. This is an issue that mostly manifests when using html.parser as the parser will allow multiple root nodes.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon May 20 08:57:36 UTC 2019 - pgajdos@suse.com Mon May 20 08:57:36 UTC 2019 - pgajdos@suse.com

View File

@ -26,12 +26,12 @@
%bcond_with test %bcond_with test
%endif %endif
Name: python-soupsieve%{psuffix} Name: python-soupsieve%{psuffix}
Version: 1.9.1 Version: 1.9.2
Release: 0 Release: 0
Summary: A modern CSS selector implementation for BeautifulSoup Summary: A modern CSS selector implementation for BeautifulSoup
License: MIT License: MIT
Group: Development/Libraries/Python Group: Development/Libraries/Python
URL: http://facelessuser.github.io/soupsieve/ URL: https://github.com/facelessuser/soupsieve
Source: https://files.pythonhosted.org/packages/source/s/soupsieve/soupsieve-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/s/soupsieve/soupsieve-%{version}.tar.gz
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: fdupes BuildRequires: fdupes
@ -58,13 +58,12 @@ Requires: python-backports.functools_lru_cache
%install %install
%if !%{with test} %if !%{with test}
%python_install %python_install
%python_expand rm -rf %{buildroot}%{$python_sitelib}/tests
%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_expand %fdupes %{buildroot}%{$python_sitelib}
%endif %endif
%check %check
%if %{with test} %if %{with test}
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_bin_suffix} -v tests %pytest tests
%endif %endif
%if !%{with test} %if !%{with test}

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b20eff5e564529711544066d7dc0f7661df41232ae263619dede5059799cdfca
size 95089

3
soupsieve-1.9.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:72b5f1aea9101cf720a36bb2327ede866fd6f1a07b1e87c92a1cc18113cbc946
size 95448