Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-Mako for openSUSE:Factory checked in at 2021-10-25 15:17:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Mako (Old) and /work/SRC/openSUSE:Factory/.python-Mako.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Mako" Mon Oct 25 15:17:07 2021 rev:43 rq:927135 version:1.1.5 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Mako/python-Mako.changes 2021-02-01 13:28:29.894130600 +0100 +++ /work/SRC/openSUSE:Factory/.python-Mako.new.1890/python-Mako.changes 2021-10-25 15:17:42.449685915 +0200 @@ -1,0 +2,22 @@ +Sat Oct 16 19:02:49 UTC 2021 - Dirk M??ller <[email protected]> + +- update to 1.1.5: + * Fixed some issues with running the test suite which would + be revealed by running tests in random order. + +------------------------------------------------------------------- +Wed Oct 6 07:34:14 UTC 2021 - Matej Cepl <[email protected]> + +- Remove obsolete %suse_version %if + +------------------------------------------------------------------- +Tue Oct 5 14:45:17 UTC 2021 - Stefan Schubert <[email protected]> + +- Added BuildRequires: alts + +------------------------------------------------------------------- +Thu Sep 30 15:22:55 UTC 2021 - Stefan Schubert <[email protected]> + +- Use libalternatives instead of update-alternatives. + +------------------------------------------------------------------- Old: ---- Mako-1.1.4.tar.gz New: ---- Mako-1.1.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Mako.spec ++++++ --- /var/tmp/diff_new_pack.8ti5Nl/_old 2021-10-25 15:17:42.917686207 +0200 +++ /var/tmp/diff_new_pack.8ti5Nl/_new 2021-10-25 15:17:42.917686207 +0200 @@ -16,10 +16,16 @@ # +%if 0%{?suse_version} > 1500 +%bcond_without libalternatives +%else +%bcond_with libalternatives +%endif + %define oldpython python %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-Mako -Version: 1.1.4 +Version: 1.1.5 Release: 0 Summary: A Python templating language License: MIT @@ -32,15 +38,18 @@ BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes -BuildRequires: python-rpm-macros +BuildRequires: python-rpm-macros >= 20210929 Requires: python-MarkupSafe >= 0.9.2 Requires: python-setuptools +%if %{with libalternatives} +Requires: alts +BuildRequires: alts +%else Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives +%endif BuildArch: noarch -%if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24 Recommends: python-Beaker >= 1.1 -%endif Provides: python-mako = %{version} Obsoletes: python-mako < %{version} %ifpython2 @@ -72,6 +81,10 @@ %check %pytest +%pre +# If libalternatives is used: Removing old update-alternatives entries. +%python_libalternatives_reset_alternative mako-render + %post %python_install_alternative mako-render ++++++ Mako-1.1.4.tar.gz -> Mako-1.1.5.tar.gz ++++++ ++++ 8166 lines of diff (skipped)
