Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-Chameleon for openSUSE:Factory checked in at 2021-05-20 19:25:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Chameleon (Old) and /work/SRC/openSUSE:Factory/.python-Chameleon.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Chameleon" Thu May 20 19:25:29 2021 rev:12 rq:894587 version:3.9.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Chameleon/python-Chameleon.changes 2020-07-08 19:20:33.976510513 +0200 +++ /work/SRC/openSUSE:Factory/.python-Chameleon.new.2988/python-Chameleon.changes 2021-05-20 19:25:59.137714797 +0200 @@ -1,0 +2,11 @@ +Thu May 20 09:41:02 UTC 2021 - pgaj...@suse.com + +- version update to 3.9.1 + * Avoid various traceback reference cycles. + * Removed compatibility code for unsupported Python versions + * Dropped support for obsolete Python 3.4 + * Fixed namespace handling when redefining a variable in the same tal:define (#237) + * Fixed failure computing a template's digest if template.filename is None (#254) +- %check: use %pytest macro + +------------------------------------------------------------------- Old: ---- Chameleon-3.8.1.tar.gz New: ---- Chameleon-3.9.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Chameleon.spec ++++++ --- /var/tmp/diff_new_pack.xtqDXb/_old 2021-05-20 19:25:59.613712846 +0200 +++ /var/tmp/diff_new_pack.xtqDXb/_new 2021-05-20 19:25:59.617712829 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-Chameleon # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 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,14 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-Chameleon -Version: 3.8.1 +Version: 3.9.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 Group: Development/Languages/Python URL: https://github.com/malthe/chameleon Source: https://github.com/malthe/chameleon/archive/%{version}.tar.gz#/Chameleon-%{version}.tar.gz +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -52,8 +53,9 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -export PYTHONDONTWRITEBYTECODE=1 -%python_exec setup.py test +# doctest have not run at all so far +# AttributeError: '_DocTestSuite' object has no attribute 'test_exc' +%pytest -k 'not doctest' %files %{python_files} %license LICENSE.txt ++++++ Chameleon-3.8.1.tar.gz -> Chameleon-3.9.1.tar.gz ++++++ ++++ 1766 lines of diff (skipped)