Accepting request 1120892 from devel:languages:python
- update to 6.1.0: * Dropped support for Python 3.7. * Add support for Python 3.12. * Fix linkify with arrays in querystring * Handle more cases with < followed by character data * Fix entities inside a tags in linkification * Update cap for tinycss2 to <1.3 * Updated Sphinx requirement * Add dependabot for github actions and update github actions - Update to V3.1.1: Security update for CVE-2020-6802 * CVE-2020-6802: Fixed mutation XSS vulnerabilities (bsc#1165303). OBS-URL: https://build.opensuse.org/request/show/1120892 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bleach?expand=0&rev=20
This commit is contained in:
commit
ca6b125ef0
BIN
bleach-6.0.0.tar.gz
(Stored with Git LFS)
BIN
bleach-6.0.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
bleach-6.1.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
bleach-6.1.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Oct 28 09:50:58 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 6.1.0:
|
||||||
|
* Dropped support for Python 3.7.
|
||||||
|
* Add support for Python 3.12.
|
||||||
|
* Fix linkify with arrays in querystring
|
||||||
|
* Handle more cases with < followed by character data
|
||||||
|
* Fix entities inside a tags in linkification
|
||||||
|
* Update cap for tinycss2 to <1.3
|
||||||
|
* Updated Sphinx requirement
|
||||||
|
* Add dependabot for github actions and update github actions
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 29 11:31:20 UTC 2023 - Markéta Machová <mmachova@suse.com>
|
Thu Jun 29 11:31:20 UTC 2023 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
@ -134,9 +147,9 @@ Mon Mar 23 10:09:15 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 28 16:13:43 UTC 2020 - Alexandros Toptsoglou <atoptsoglou@suse.com>
|
Fri Feb 28 16:13:43 UTC 2020 - Alexandros Toptsoglou <atoptsoglou@suse.com>
|
||||||
|
|
||||||
- Update to V3.1.1: Security update for CVE-2020-6802
|
- Update to V3.1.1: Security update for CVE-2020-6802
|
||||||
|
|
||||||
* CVE-2020-6802: Fixed mutation XSS vulnerabilities (bsc#1165303).
|
* CVE-2020-6802: Fixed mutation XSS vulnerabilities (bsc#1165303).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 8 10:35:41 CET 2020 - Matej Cepl <mcepl@suse.com>
|
Wed Jan 8 10:35:41 CET 2020 - Matej Cepl <mcepl@suse.com>
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-bleach
|
Name: python-bleach
|
||||||
Version: 6.0.0
|
Version: 6.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A whitelist-based HTML-sanitizing tool
|
Summary: A whitelist-based HTML-sanitizing tool
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user