Accepting request 729764 from devel:languages:python

- Update to 1.9.2:
  * FIX: [attr!=value] pattern was mistakenly using :not([attr|=value]) logic instead of :not([attr=value]).
  * FIX: Remove undocumented _QUIRKS mode flag

OBS-URL: https://build.opensuse.org/request/show/729764
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-soupsieve?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2019-09-23 10:04:04 +00:00 committed by Git OBS Bridge
commit f5025a1378
4 changed files with 12 additions and 4 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Sep 10 10:11:45 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.9.2:
* FIX: [attr!=value] pattern was mistakenly using :not([attr|=value]) logic instead of :not([attr=value]).
* FIX: Remove undocumented _QUIRKS mode flag
-------------------------------------------------------------------
Mon Jul 22 12:54:14 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -26,7 +26,7 @@
%bcond_with test
%endif
Name: python-soupsieve%{psuffix}
Version: 1.9.2
Version: 1.9.3
Release: 0
Summary: A modern CSS selector implementation for BeautifulSoup
License: MIT
@ -48,6 +48,7 @@ Requires: python-backports.functools_lru_cache
%python_subpackages
%description
A modern CSS selector implementation for BeautifulSoup
%prep
%setup -q -n soupsieve-%{version}

View File

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

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

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