Hello community,
here is the log from the commit of package python-soupsieve for
openSUSE:Factory checked in at 2020-04-19 21:49:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-soupsieve (Old)
and /work/SRC/openSUSE:Factory/.python-soupsieve.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-soupsieve"
Sun Apr 19 21:49:06 2020 rev:9 rq:792824 version:2.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-soupsieve/python-soupsieve.changes
2020-03-27 00:27:03.368310256 +0100
+++
/work/SRC/openSUSE:Factory/.python-soupsieve.new.2738/python-soupsieve.changes
2020-04-19 21:49:07.624039510 +0200
@@ -1,0 +2,10 @@
+Tue Mar 17 14:02:24 UTC 2020 - [email protected]
+
+- version update to 2.0
+ - **NEW**: `SelectorSyntaxError` is derived from `Exception` not
`SyntaxError`.
+ - **NEW**: Remove deprecated `comments` and `icomments` from the API.
+ - **NEW**: Drop support for EOL Python versions (Python 2 and Python < 3.5).
+ - **FIX**: Corner case with splitting namespace and tag name that that have
an escaped `|`.
+ - **FIX**: `:placeholder-shown` should not match if the element has content
that overrides the placeholder.
+
+-------------------------------------------------------------------
Old:
----
soupsieve-1.9.5.tar.gz
New:
----
soupsieve-2.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-soupsieve.spec ++++++
--- /var/tmp/diff_new_pack.xnnxhB/_old 2020-04-19 21:49:08.192040650 +0200
+++ /var/tmp/diff_new_pack.xnnxhB/_new 2020-04-19 21:49:08.196040658 +0200
@@ -25,9 +25,9 @@
%define psuffix %{nil}
%bcond_with test
%endif
-%bcond_without python2
+%define skip_python2 1
Name: python-soupsieve%{psuffix}
-Version: 1.9.5
+Version: 2.0
Release: 0
Summary: A modern CSS selector implementation for BeautifulSoup
License: MIT
@@ -41,12 +41,6 @@
%if %{with test}
BuildRequires: %{python_module beautifulsoup4}
BuildRequires: %{python_module pytest}
-%if %{with python2}
-BuildRequires: python-backports.functools_lru_cache
-%endif
-%endif
-%ifpython2
-Requires: python-backports.functools_lru_cache
%endif
%python_subpackages
++++++ soupsieve-1.9.5.tar.gz -> soupsieve-2.0.tar.gz ++++++
++++ 5560 lines of diff (skipped)