From 311d04e39ee402086459056cf57a8a499c0c57c039173dbcf7774ce2d9153db9 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 15 Apr 2024 06:15:36 +0000 Subject: [PATCH] - update to 1.3.3: * Fixed unexpected error when use control lines which the first control block with no bodies other than comments, as `pass` is now added to the first empty block. * Fixed unexpected syntax error in strict_undefined mode that occurred when using comprehensions within a function in a Mako Python code block. Now, the local variable in comprehensions won't be added to the checklist when using strict_undefined mode. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Mako?expand=0&rev=105 --- Mako-1.3.2.tar.gz | 3 --- Mako-1.3.3.tar.gz | 3 +++ python-Mako.changes | 13 +++++++++++++ python-Mako.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 Mako-1.3.2.tar.gz create mode 100644 Mako-1.3.3.tar.gz diff --git a/Mako-1.3.2.tar.gz b/Mako-1.3.2.tar.gz deleted file mode 100644 index 6437a35..0000000 --- a/Mako-1.3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2a0c8ad7f6274271b3bb7467dd37cf9cc6dab4bc19cb69a4ef10669402de698e -size 390659 diff --git a/Mako-1.3.3.tar.gz b/Mako-1.3.3.tar.gz new file mode 100644 index 0000000..e70814d --- /dev/null +++ b/Mako-1.3.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e16c01d9ab9c11f7290eef1cfefc093fb5a45ee4a3da09e2fec2e4d1bae54e73 +size 389980 diff --git a/python-Mako.changes b/python-Mako.changes index 0334b43..1bd1986 100644 --- a/python-Mako.changes +++ b/python-Mako.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Apr 15 06:14:49 UTC 2024 - Dirk Müller + +- update to 1.3.3: + * Fixed unexpected error when use control lines which the + first control block with no bodies other than comments, + as `pass` is now added to the first empty block. + * Fixed unexpected syntax error in strict_undefined mode that + occurred when using comprehensions within a function in a Mako + Python code block. + Now, the local variable in comprehensions won't be added to the + checklist when using strict_undefined mode. + ------------------------------------------------------------------- Thu Feb 1 10:09:39 UTC 2024 - Dirk Müller diff --git a/python-Mako.spec b/python-Mako.spec index dd843d9..0523f3b 100644 --- a/python-Mako.spec +++ b/python-Mako.spec @@ -24,7 +24,7 @@ %{?sle15_python_module_pythons} Name: python-Mako -Version: 1.3.2 +Version: 1.3.3 Release: 0 Summary: A Python templating language License: MIT