From f87f357ec571c04bde5267d19dc8dfe882cf885e4c6579b410606cd5a565cf29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 2 Aug 2022 13:28:25 +0000 Subject: [PATCH] Accepting request 992238 from home:ohollmann:branches:devel:languages:python - version update to 3.10.1 * Fix __str__ method of chameleon.exc.TemplateError (#356) * Make scope class dict-like (#305) * Work in FIPS enabled environments (#345) * Fix tab handling issue (#350) OBS-URL: https://build.opensuse.org/request/show/992238 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Chameleon?expand=0&rev=39 --- Chameleon-3.10.1.tar.gz | 3 +++ Chameleon-3.9.1.tar.gz | 3 --- python-Chameleon.changes | 9 +++++++++ python-Chameleon.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) create mode 100644 Chameleon-3.10.1.tar.gz delete mode 100644 Chameleon-3.9.1.tar.gz diff --git a/Chameleon-3.10.1.tar.gz b/Chameleon-3.10.1.tar.gz new file mode 100644 index 0000000..6801489 --- /dev/null +++ b/Chameleon-3.10.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3f9dfd5db3749c2951fedef15c3b654967c3d0652214fcaf3fa49f5a67f6f3e +size 137135 diff --git a/Chameleon-3.9.1.tar.gz b/Chameleon-3.9.1.tar.gz deleted file mode 100644 index 9cdbfd5..0000000 --- a/Chameleon-3.9.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:abdc3dda6586bf02522f4f4ef2e18ed9671f0ff5637c869885b99e8722d253f2 -size 136555 diff --git a/python-Chameleon.changes b/python-Chameleon.changes index 10dc525..866fb3f 100644 --- a/python-Chameleon.changes +++ b/python-Chameleon.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Aug 2 11:11:29 UTC 2022 - Otto Hollmann + +- version update to 3.10.1 + * Fix __str__ method of chameleon.exc.TemplateError (#356) + * Make scope class dict-like (#305) + * Work in FIPS enabled environments (#345) + * Fix tab handling issue (#350) + ------------------------------------------------------------------- Thu May 20 09:41:02 UTC 2021 - pgajdos@suse.com diff --git a/python-Chameleon.spec b/python-Chameleon.spec index fb71ddd..9fe1231 100644 --- a/python-Chameleon.spec +++ b/python-Chameleon.spec @@ -1,7 +1,7 @@ # # spec file for package python-Chameleon # -# 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 @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-Chameleon -Version: 3.9.1 +Version: 3.10.1 Release: 0 Summary: Fast HTML/XML Template Compiler License: BSD-3-Clause AND BSD-4-Clause AND Python-2.0 AND ZPL-2.1