forked from pool/python-soupsieve
- 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:
parent
4c615e2879
commit
7ccf80a465
@ -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>
|
||||
|
||||
|
@ -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}
|
||||
|
@ -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
3
soupsieve-1.9.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8662843366b8d8779dec4e2f921bebec9afd856a5ff2e82cd419acc5054a1a92
|
||||
size 97001
|
Loading…
x
Reference in New Issue
Block a user