From 53be6e047dec3331959661f58db480aed6b846295c6aa2acf96c093952be808d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 4 Jun 2022 11:36:36 +0000 Subject: [PATCH] - update to 3.1.2: * Add parameters to ``Environment.overlay`` to match ``__init__``. * Handle race condition in ``FileSystemBytecodeCache``. :issue:`1654` OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Jinja2?expand=0&rev=97 --- Jinja2-3.1.1.tar.gz | 3 --- Jinja2-3.1.2.tar.gz | 3 +++ python-Jinja2.changes | 7 +++++++ python-Jinja2.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 Jinja2-3.1.1.tar.gz create mode 100644 Jinja2-3.1.2.tar.gz diff --git a/Jinja2-3.1.1.tar.gz b/Jinja2-3.1.1.tar.gz deleted file mode 100644 index 6f4aceb..0000000 --- a/Jinja2-3.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:640bed4bb501cbd17194b3cace1dc2126f5b619cf068a726b98192a0fde74ae9 -size 267162 diff --git a/Jinja2-3.1.2.tar.gz b/Jinja2-3.1.2.tar.gz new file mode 100644 index 0000000..5055b6a --- /dev/null +++ b/Jinja2-3.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31351a702a408a9e7595a8fc6150fc3f43bb6bf7e319770cbc0db9df9437e852 +size 268239 diff --git a/python-Jinja2.changes b/python-Jinja2.changes index ad9d73b..74db4b0 100644 --- a/python-Jinja2.changes +++ b/python-Jinja2.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Jun 4 11:35:44 UTC 2022 - Dirk Müller + +- update to 3.1.2: + * Add parameters to ``Environment.overlay`` to match ``__init__``. + * Handle race condition in ``FileSystemBytecodeCache``. :issue:`1654` + ------------------------------------------------------------------- Sun Mar 27 18:03:52 UTC 2022 - Arun Persaud diff --git a/python-Jinja2.spec b/python-Jinja2.spec index 48b5857..14c591b 100644 --- a/python-Jinja2.spec +++ b/python-Jinja2.spec @@ -24,7 +24,7 @@ %bcond_without test %endif Name: python-Jinja2 -Version: 3.1.1 +Version: 3.1.2 Release: 0 Summary: A template engine written in pure Python License: BSD-3-Clause