forked from pool/python-soupsieve
Accepting request 691735 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/691735 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-soupsieve?expand=0&rev=3
This commit is contained in:
@@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 5 08:26:37 UTC 2019 - pgajdos@suse.com
|
||||
|
||||
- version update to 1.9
|
||||
* NEW: Allow :contains() to accept a list of text to search
|
||||
for. (#115)
|
||||
* NEW: Add new escape function for escaping CSS identifiers. (#125)
|
||||
* NEW: Deprecate comments and icomments functions in the API to ensure
|
||||
Soup Sieve focuses only in CSS selectors. comments and icomments
|
||||
will most likely be removed in 2.0. (#130)
|
||||
* NEW: Add Python 3.8 support. (#133)
|
||||
* FIX: Don't install test files when installing the soupsieve
|
||||
package. (#111)
|
||||
* FIX: Improve efficiency of :contains() comparison.
|
||||
* FIX: Null characters should translate to the Unicode REPLACEMENT
|
||||
CHARACTER (U+FFFD) according to the specification. This applies
|
||||
to CSS escaped NULL characters as well. (#124)
|
||||
* FIX: Escaped EOF should translate to U+FFFD outside of CSS strings.
|
||||
In a string, they should just be ignored, but as there is no case
|
||||
where we could resolve such a string and still have a valid selector,
|
||||
string handling remains the same. (#128)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 7 11:20:32 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
%bcond_with test
|
||||
%endif
|
||||
Name: python-soupsieve%{psuffix}
|
||||
Version: 1.8
|
||||
Version: 1.9
|
||||
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:eaed742b48b1f3e2d45ba6f79401b2ed5dc33b2123dfe216adb90d4bfa0ade26
|
||||
size 88211
|
||||
3
soupsieve-1.9.tar.gz
Normal file
3
soupsieve-1.9.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e41a65e99bd125972d84221022beb1e4b5cfc68fa12c170c39834ce32d1b294c
|
||||
size 91366
|
||||
Reference in New Issue
Block a user