Hello community,
here is the log from the commit of package python-Chameleon for
openSUSE:Factory checked in at 2020-04-18 00:30:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Chameleon (Old)
and /work/SRC/openSUSE:Factory/.python-Chameleon.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Chameleon"
Sat Apr 18 00:30:48 2020 rev:9 rq:794803 version:3.7.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Chameleon/python-Chameleon.changes
2019-07-22 17:18:26.713955853 +0200
+++
/work/SRC/openSUSE:Factory/.python-Chameleon.new.2738/python-Chameleon.changes
2020-04-18 00:32:24.974299036 +0200
@@ -1,0 +2,12 @@
+Fri Apr 17 08:04:30 UTC 2020 - Marketa Calabkova <[email protected]>
+
+- 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).
+
+-------------------------------------------------------------------
Old:
----
Chameleon-3.6.2.tar.gz
New:
----
Chameleon-3.7.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-Chameleon.spec ++++++
--- /var/tmp/diff_new_pack.lSpiDM/_old 2020-04-18 00:32:25.738300617 +0200
+++ /var/tmp/diff_new_pack.lSpiDM/_new 2020-04-18 00:32:25.742300626 +0200
@@ -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 @@
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
++++++ Chameleon-3.6.2.tar.gz -> Chameleon-3.7.0.tar.gz ++++++
++++ 8305 lines of diff (skipped)