From 8d2d9e2f2ecc4e6f9b19c84d996aae41f0357811ce214fbf682d82e57ae77d5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 17 Apr 2020 08:11:45 +0000 Subject: [PATCH] Accepting request 794801 from home:mcalabkova:branches:devel:languages:python - Update to 3.7.0 * Fixed garbage collection issue with variable scope objects (issue #301). * Fixed issue where setting a global variable would not be available locally. * A RepeatDict no longer inherits from dict since it does not actually provide that interface in a meaningful way. * Added feature gate enable_comment_interpolation which controls whether expression interpolation is enabled inside HTML comments (default is enabled). * Added support for Python 3.6+ f-strings (issue #294). OBS-URL: https://build.opensuse.org/request/show/794801 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Chameleon?expand=0&rev=31 --- Chameleon-3.6.2.tar.gz | 3 --- Chameleon-3.7.0.tar.gz | 3 +++ python-Chameleon.changes | 12 ++++++++++++ python-Chameleon.spec | 8 ++++---- 4 files changed, 19 insertions(+), 7 deletions(-) delete mode 100644 Chameleon-3.6.2.tar.gz create mode 100644 Chameleon-3.7.0.tar.gz diff --git a/Chameleon-3.6.2.tar.gz b/Chameleon-3.6.2.tar.gz deleted file mode 100644 index f11bddd..0000000 --- a/Chameleon-3.6.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9a9e5e068ee323817705a793cc03538677915c3b99c3f8a4ecba42e62d66862b -size 121518 diff --git a/Chameleon-3.7.0.tar.gz b/Chameleon-3.7.0.tar.gz new file mode 100644 index 0000000..9d98697 --- /dev/null +++ b/Chameleon-3.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c639dacf05214551c4b7d08cfe08dca7dbe1cb212732ecb73dce10ebd0300faf +size 135209 diff --git a/python-Chameleon.changes b/python-Chameleon.changes index 8ffcaf0..d472f5a 100644 --- a/python-Chameleon.changes +++ b/python-Chameleon.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Apr 17 08:04:30 UTC 2020 - Marketa Calabkova + +- Update to 3.7.0 + * Fixed garbage collection issue with variable scope objects (issue #301). + * Fixed issue where setting a global variable would not be available locally. + * A RepeatDict no longer inherits from dict since it does not actually provide + that interface in a meaningful way. + * Added feature gate enable_comment_interpolation which controls whether + expression interpolation is enabled inside HTML comments (default is enabled). + * Added support for Python 3.6+ f-strings (issue #294). + ------------------------------------------------------------------- Mon Jul 22 09:10:22 UTC 2019 - Tomáš Chvátal diff --git a/python-Chameleon.spec b/python-Chameleon.spec index 49bd9af..0e33af7 100644 --- a/python-Chameleon.spec +++ b/python-Chameleon.spec @@ -1,7 +1,7 @@ # # spec file for package python-Chameleon # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,13 +18,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-Chameleon -Version: 3.6.2 +Version: 3.7.0 Release: 0 Summary: Fast HTML/XML Template Compiler License: BSD-3-Clause AND BSD-4-Clause AND Python-2.0 AND ZPL-2.1 Group: Development/Languages/Python URL: https://github.com/malthe/chameleon -Source: https://files.pythonhosted.org/packages/source/C/Chameleon/Chameleon-%{version}.tar.gz +Source: https://github.com/malthe/chameleon/archive/%{version}.tar.gz#/Chameleon-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -40,7 +40,7 @@ You can use it in any Python web application with just about any version of Python (2.5 and up, including 3.x and pypy). %prep -%setup -q -n Chameleon-%{version} +%setup -q -n chameleon-%{version} %build %python_build