From 1bec781fcfe196c3104892b6c1af172dfcff3ba08dd693ea5ba50d08a263b15e Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 11 Jan 2022 07:29:40 +0000 Subject: [PATCH] - Update to 3.2.6.post1: * Skip test_import_bootlocale() on Python 3.10 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cheetah3?expand=0&rev=31 --- Cheetah3-3.2.6.post1.tar.gz | 3 +++ Cheetah3-3.2.6.tar.gz | 3 --- python-Cheetah3.changes | 6 ++++++ python-Cheetah3.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) create mode 100644 Cheetah3-3.2.6.post1.tar.gz delete mode 100644 Cheetah3-3.2.6.tar.gz diff --git a/Cheetah3-3.2.6.post1.tar.gz b/Cheetah3-3.2.6.post1.tar.gz new file mode 100644 index 0000000..455e555 --- /dev/null +++ b/Cheetah3-3.2.6.post1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58b5d84e5fbff6cf8e117414b3ea49ef51654c02ee887d155113c5b91d761967 +size 295992 diff --git a/Cheetah3-3.2.6.tar.gz b/Cheetah3-3.2.6.tar.gz deleted file mode 100644 index 58c05c5..0000000 --- a/Cheetah3-3.2.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f1c2b693cdcac2ded2823d363f8459ae785261e61c128d68464c8781dba0466b -size 295564 diff --git a/python-Cheetah3.changes b/python-Cheetah3.changes index d3c59e0..ac2db50 100644 --- a/python-Cheetah3.changes +++ b/python-Cheetah3.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jan 11 07:29:00 UTC 2022 - Steve Kowalik + +- Update to 3.2.6.post1: + * Skip test_import_bootlocale() on Python 3.10 + ------------------------------------------------------------------- Thu Jan 21 08:25:38 UTC 2021 - John Vandenberg diff --git a/python-Cheetah3.spec b/python-Cheetah3.spec index f4867e2..4ba8207 100644 --- a/python-Cheetah3.spec +++ b/python-Cheetah3.spec @@ -1,7 +1,7 @@ # # spec file for package python-Cheetah3 # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define modname Cheetah3 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-Cheetah3 -Version: 3.2.6 +Version: 3.2.6.post1 Release: 0 Summary: Template engine and code generation tool License: MIT