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:
parent
a86328d524
commit
53d7ff8450
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:89aab215427ef59c34ad58735269eb58b1a5808103067f7bb9d5836c651b3bb0
|
||||
size 257594
|
3
Jinja2-2.11.3.tar.gz
Normal file
3
Jinja2-2.11.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a6d58433de0ae800347cab1fa3043cebbabe8baa9d29e668f1c768cb87a333c6
|
||||
size 257589
|
@ -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
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-Jinja2
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -24,7 +24,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define oldpython python
|
||||
Name: python-Jinja2
|
||||
Version: 2.11.2
|
||||
Version: 2.11.3
|
||||
Release: 0
|
||||
Summary: A template engine written in pure Python
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
x
Reference in New Issue
Block a user