forked from pool/python-soupsieve
Accepting request 877642 from devel:languages:python
- update to 2.2.0: - **NEW**: `:link` and `:any-link` no longer include `#!html <link>` due to a change in the level 4 selector specification. This actually yields more sane results. - **FIX**: BeautifulSoup, when using `find`, is quite forgiving of odd types that a user may place in an element's attribute value. Soup Sieve will also now be more forgiving and attempt to match these unexpected values in a sane manner by normalizing them before compare. (#212) OBS-URL: https://build.opensuse.org/request/show/877642 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-soupsieve?expand=0&rev=12
This commit is contained in:
commit
a207259865
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 2 00:26:16 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2.2.0:
|
||||
- **NEW**: `:link` and `:any-link` no longer include `#!html <link>` due to a
|
||||
change in the level 4 selector specification. This actually yields more
|
||||
sane results.
|
||||
- **FIX**: BeautifulSoup, when using `find`, is quite forgiving of odd types
|
||||
that a user may place in an element's attribute value. Soup Sieve will also
|
||||
now be more forgiving and attempt to match these unexpected values in a sane
|
||||
manner by normalizing them before compare. (#212)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 28 23:17:10 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
||||
%endif
|
||||
%define skip_python2 1
|
||||
Name: python-soupsieve%{psuffix}
|
||||
Version: 2.1
|
||||
Version: 2.2
|
||||
Release: 0
|
||||
Summary: A modern CSS selector implementation for BeautifulSoup
|
||||
License: MIT
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6dc52924dc0bc710a5d16794e6b3480b2c7c08b07729505feab2b2c16661ff6e
|
||||
size 101695
|
3
soupsieve-2.2.tar.gz
Normal file
3
soupsieve-2.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:407fa1e8eb3458d1b5614df51d9651a1180ea5fedf07feb46e45d7e25e6d6cdd
|
||||
size 102948
|
Loading…
x
Reference in New Issue
Block a user