From 82547940f0268d0dd57c8d1590a1ddffa5540fed0ac551ca60f4811a6e4bf3b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 5 Apr 2019 08:37:20 +0000 Subject: [PATCH] Accepting request 691731 from home:pgajdos - 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) OBS-URL: https://build.opensuse.org/request/show/691731 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-soupsieve?expand=0&rev=6 --- python-soupsieve.changes | 22 ++++++++++++++++++++++ python-soupsieve.spec | 2 +- soupsieve-1.8.tar.gz | 3 --- soupsieve-1.9.tar.gz | 3 +++ 4 files changed, 26 insertions(+), 4 deletions(-) delete mode 100644 soupsieve-1.8.tar.gz create mode 100644 soupsieve-1.9.tar.gz diff --git a/python-soupsieve.changes b/python-soupsieve.changes index 0d3c58f..9c758fb 100644 --- a/python-soupsieve.changes +++ b/python-soupsieve.changes @@ -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 diff --git a/python-soupsieve.spec b/python-soupsieve.spec index af8f7ec..2663390 100644 --- a/python-soupsieve.spec +++ b/python-soupsieve.spec @@ -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 diff --git a/soupsieve-1.8.tar.gz b/soupsieve-1.8.tar.gz deleted file mode 100644 index 3789738..0000000 --- a/soupsieve-1.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eaed742b48b1f3e2d45ba6f79401b2ed5dc33b2123dfe216adb90d4bfa0ade26 -size 88211 diff --git a/soupsieve-1.9.tar.gz b/soupsieve-1.9.tar.gz new file mode 100644 index 0000000..b8b0a0f --- /dev/null +++ b/soupsieve-1.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e41a65e99bd125972d84221022beb1e4b5cfc68fa12c170c39834ce32d1b294c +size 91366