Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-wheezy.template for openSUSE:Factory checked in at 2023-05-31 21:55:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-wheezy.template (Old) and /work/SRC/openSUSE:Factory/.python-wheezy.template.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-wheezy.template" Wed May 31 21:55:19 2023 rev:3 rq:1090039 version:3.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-wheezy.template/python-wheezy.template.changes 2020-11-10 13:39:12.616502487 +0100 +++ /work/SRC/openSUSE:Factory/.python-wheezy.template.new.1533/python-wheezy.template.changes 2023-05-31 21:55:20.345303866 +0200 @@ -1,0 +2,10 @@ +Tue May 30 16:09:25 UTC 2023 - Mia Herkt <mia@0x0.st> + +- Update to 3.1.0 + * To determine if context is file or json string, + use os.path.isfile rather than checking file extension + * Eliminated unnecessary check for json module + * Added ability to set line join in console script. + * Added ability to escape line join by placing it twice. + +------------------------------------------------------------------- Old: ---- wheezy.template-0.1.195.tar.gz New: ---- wheezy.template-3.1.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-wheezy.template.spec ++++++ --- /var/tmp/diff_new_pack.V3nYmv/_old 2023-05-31 21:55:20.797306538 +0200 +++ /var/tmp/diff_new_pack.V3nYmv/_new 2023-05-31 21:55:20.801306561 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-wheezy.template # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,9 +16,8 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-wheezy.template -Version: 0.1.195 +Version: 3.1.0 Release: 0 Summary: A lightweight template library License: MIT @@ -28,6 +27,8 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires(post): update-alternatives +Requires(postun):update-alternatives Suggests: python-mock Suggests: python-pytest Suggests: python-pytest-cov ++++++ wheezy.template-0.1.195.tar.gz -> wheezy.template-3.1.0.tar.gz ++++++ ++++ 1886 lines of diff (skipped)