diff --git a/python-soupsieve.changes b/python-soupsieve.changes index 0641c67..486320c 100644 --- a/python-soupsieve.changes +++ b/python-soupsieve.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Sep 10 10:11:45 UTC 2019 - Tomáš Chvátal + +- 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 diff --git a/python-soupsieve.spec b/python-soupsieve.spec index 0080bfd..894d7b4 100644 --- a/python-soupsieve.spec +++ b/python-soupsieve.spec @@ -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} diff --git a/soupsieve-1.9.2.tar.gz b/soupsieve-1.9.2.tar.gz deleted file mode 100644 index bc745f1..0000000 --- a/soupsieve-1.9.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:72b5f1aea9101cf720a36bb2327ede866fd6f1a07b1e87c92a1cc18113cbc946 -size 95448 diff --git a/soupsieve-1.9.3.tar.gz b/soupsieve-1.9.3.tar.gz new file mode 100644 index 0000000..1425a03 --- /dev/null +++ b/soupsieve-1.9.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8662843366b8d8779dec4e2f921bebec9afd856a5ff2e82cd419acc5054a1a92 +size 97001