From 62f88065bf91d172cd185a6d01659ffa535dcc01b9f4afb5e644d04fff25cdf2 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 2 Mar 2021 00:27:21 +0000 Subject: [PATCH] - update to 2.2.0: - **NEW**: `:link` and `:any-link` no longer include `#!html ` 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/package/show/devel:languages:python/python-soupsieve?expand=0&rev=24 --- python-soupsieve.changes | 12 ++++++++++++ python-soupsieve.spec | 2 +- soupsieve-2.1.tar.gz | 3 --- soupsieve-2.2.tar.gz | 3 +++ 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 soupsieve-2.1.tar.gz create mode 100644 soupsieve-2.2.tar.gz diff --git a/python-soupsieve.changes b/python-soupsieve.changes index 4ae7e3d..b9faf30 100644 --- a/python-soupsieve.changes +++ b/python-soupsieve.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Mar 2 00:26:16 UTC 2021 - Dirk Müller + +- update to 2.2.0: + - **NEW**: `:link` and `:any-link` no longer include `#!html ` 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 diff --git a/python-soupsieve.spec b/python-soupsieve.spec index e01d0f8..ebabb44 100644 --- a/python-soupsieve.spec +++ b/python-soupsieve.spec @@ -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 diff --git a/soupsieve-2.1.tar.gz b/soupsieve-2.1.tar.gz deleted file mode 100644 index f47a727..0000000 --- a/soupsieve-2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6dc52924dc0bc710a5d16794e6b3480b2c7c08b07729505feab2b2c16661ff6e -size 101695 diff --git a/soupsieve-2.2.tar.gz b/soupsieve-2.2.tar.gz new file mode 100644 index 0000000..a89121c --- /dev/null +++ b/soupsieve-2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:407fa1e8eb3458d1b5614df51d9651a1180ea5fedf07feb46e45d7e25e6d6cdd +size 102948