From 6c71b9d3aafb2a47b547f9f320e63314075286932b4de7b04b70441b03f8f310 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 20 Apr 2024 13:31:23 +0000 Subject: [PATCH] - update to 4.5.4: * Fix an issue where $-sign interpolation escaping would not work correctly when more than two such symbols appeared next to each other. * Minor optimization when rendering translations with a static message id (don't need to test if it's non-empty). * Fix a bug where a macro could not be used correctly to render a translation name. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Chameleon?expand=0&rev=51 --- Chameleon-4.5.2.tar.gz | 3 --- Chameleon-4.5.4.tar.gz | 3 +++ python-Chameleon.changes | 12 ++++++++++++ python-Chameleon.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 Chameleon-4.5.2.tar.gz create mode 100644 Chameleon-4.5.4.tar.gz diff --git a/Chameleon-4.5.2.tar.gz b/Chameleon-4.5.2.tar.gz deleted file mode 100644 index f83ee96..0000000 --- a/Chameleon-4.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:efd9f57c5d25426181fefa67213ea456f3fc4209b1227e08d2099affd1ddb026 -size 141437 diff --git a/Chameleon-4.5.4.tar.gz b/Chameleon-4.5.4.tar.gz new file mode 100644 index 0000000..194b230 --- /dev/null +++ b/Chameleon-4.5.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75638a41bb53becefebfa0ba0721ee9a07992447d229531c49bc52276b4d5c06 +size 142385 diff --git a/python-Chameleon.changes b/python-Chameleon.changes index 89649ab..58abf97 100644 --- a/python-Chameleon.changes +++ b/python-Chameleon.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Apr 20 13:30:44 UTC 2024 - Dirk Müller + +- update to 4.5.4: + * Fix an issue where $-sign interpolation escaping would not + work correctly when more than two such symbols appeared next + to each other. + * Minor optimization when rendering translations with a static + message id (don't need to test if it's non-empty). + * Fix a bug where a macro could not be used correctly to render + a translation name. + ------------------------------------------------------------------- Mon Mar 18 06:52:50 UTC 2024 - Steve Kowalik diff --git a/python-Chameleon.spec b/python-Chameleon.spec index 70786d1..7c1163b 100644 --- a/python-Chameleon.spec +++ b/python-Chameleon.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-Chameleon -Version: 4.5.2 +Version: 4.5.4 Release: 0 Summary: Fast HTML/XML Template Compiler License: BSD-3-Clause AND BSD-4-Clause AND Python-2.0 AND ZPL-2.1