15
0

Accepting request 785948 from home:pgajdos:python

- 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.

OBS-URL: https://build.opensuse.org/request/show/785948
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-soupsieve?expand=0&rev=17
This commit is contained in:
Tomáš Chvátal
2020-03-17 14:29:58 +00:00
committed by Git OBS Bridge
parent 756b3e9b66
commit 403c53722d
4 changed files with 15 additions and 11 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Mar 17 14:02:24 UTC 2020 - pgajdos@suse.com
- 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.
-------------------------------------------------------------------
Fri Mar 13 13:02:59 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>