From 74aa59d372aa65b42abcaf496275895e62322a9d2efacfab53bba8e1fbc11880 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 23 May 2019 09:16:40 +0000 Subject: [PATCH] Accepting request 704934 from home:pgajdos - version update to 3.2.3 - Fixed infinite recursion in ``ImportManager`` on importing a builtin module. - The site https://cheetahtemplate.org/ is now served with HTTPS. - Updated docs regarding fixed tests. OBS-URL: https://build.opensuse.org/request/show/704934 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cheetah3?expand=0&rev=18 --- Cheetah3-3.2.2.tar.gz | 3 --- Cheetah3-3.2.3.tar.gz | 3 +++ python-Cheetah3.changes | 9 +++++++++ python-Cheetah3.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 Cheetah3-3.2.2.tar.gz create mode 100644 Cheetah3-3.2.3.tar.gz diff --git a/Cheetah3-3.2.2.tar.gz b/Cheetah3-3.2.2.tar.gz deleted file mode 100644 index 6530536..0000000 --- a/Cheetah3-3.2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d86c08848082f0e3426ff9c2712052955bd9b969613b12d6a87be75d75e06c53 -size 294457 diff --git a/Cheetah3-3.2.3.tar.gz b/Cheetah3-3.2.3.tar.gz new file mode 100644 index 0000000..1aa4a12 --- /dev/null +++ b/Cheetah3-3.2.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c450bce04a82d34cf6d48992c736c2048246cbc00f7b4903a39cf9a8ea3990c +size 875441 diff --git a/python-Cheetah3.changes b/python-Cheetah3.changes index 3ef14c3..3ce493a 100644 --- a/python-Cheetah3.changes +++ b/python-Cheetah3.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu May 23 08:00:15 UTC 2019 - pgajdos@suse.com + +- version update to 3.2.3 + - Fixed infinite recursion in ``ImportManager`` on importing + a builtin module. + - The site https://cheetahtemplate.org/ is now served with HTTPS. + - Updated docs regarding fixed tests. + ------------------------------------------------------------------- Tue May 21 09:17:11 UTC 2019 - Tomáš Chvátal diff --git a/python-Cheetah3.spec b/python-Cheetah3.spec index 2096e25..f5716aa 100644 --- a/python-Cheetah3.spec +++ b/python-Cheetah3.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-Cheetah3 -Version: 3.2.2 +Version: 3.2.3 Release: 0 Summary: Template engine and code generation tool License: MIT