15
0
forked from pool/python-Jinja2

Accepting request 870625 from home:atopt:branches:devel:languages:python

Bump to 2.11.3 and fix a typo in the versions in changes file

OBS-URL: https://build.opensuse.org/request/show/870625
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Jinja2?expand=0&rev=86
This commit is contained in:
2021-02-09 16:02:01 +00:00
committed by Git OBS Bridge
parent a86328d524
commit 53d7ff8450
4 changed files with 14 additions and 6 deletions

View File

@@ -1,7 +1,15 @@
-------------------------------------------------------------------
Tue Feb 9 15:42:40 UTC 2021 - Alexandros Toptsoglou <atoptsoglou@suse.com>
- update to 2.11.3
* Improve the speed of the urlize filter by reducing regex backtracking.
Email matching requires a word character at the start of the domain part
and only word characters in the TLD (CVE-2020-28493 bsc#1181944).
-------------------------------------------------------------------
Mon May 4 09:35:51 UTC 2020 - Johannes Grassler <johannes.grassler@suse.com>
- update to 2.11.1
- update to 2.11.2
* Fix a bug that caused callable objects with __getattr__, like
:class:~unittest.mock.Mock to be treated as a
:func:contextfunction. :issue:1145