- 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/package/show/devel:languages:python/python-soupsieve?expand=0&rev=12
This commit is contained in:
Tomáš Chvátal 2019-09-10 10:13:13 +00:00 committed by Git OBS Bridge
parent 4c615e2879
commit 7ccf80a465
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> Mon Jul 22 12:54:14 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

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