Hello community, here is the log from the commit of package python-Jinja2 for openSUSE:Factory checked in at 2020-04-14 15:08:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Jinja2 (Old) and /work/SRC/openSUSE:Factory/.python-Jinja2.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Jinja2" Tue Apr 14 15:08:18 2020 rev:39 rq:792931 version:2.11.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Jinja2/python-Jinja2.changes 2020-02-25 16:00:56.567966566 +0100 +++ /work/SRC/openSUSE:Factory/.python-Jinja2.new.2738/python-Jinja2.changes 2020-04-14 16:28:48.915988662 +0200 @@ -1,0 +2,6 @@ +Wed Apr 8 11:59:35 UTC 2020 - Tomáš Chvátal <[email protected]> + +- Enable testing on other archs again +- Do not pull in py2 package on vim syntax + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Jinja2.spec ++++++ --- /var/tmp/diff_new_pack.Z4AOng/_old 2020-04-14 16:28:49.507989195 +0200 +++ /var/tmp/diff_new_pack.Z4AOng/_new 2020-04-14 16:28:49.507989195 +0200 @@ -18,8 +18,9 @@ %ifarch %{ix86} armv7l %bcond_with test +%else +%bcond_without test %endif - %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-Jinja2 @@ -37,7 +38,8 @@ BuildRequires: python-rpm-macros Requires: python-Babel >= 0.8 Requires: python-MarkupSafe >= 0.23 -BuildArch: noarch +# Do not declare buildarch as the tests are arch specific +#BuildArch: noarch %ifpython2 Provides: %{oldpython}-jinja2 = %{version} Obsoletes: %{oldpython}-jinja2 < %{version} @@ -51,7 +53,6 @@ %package -n python-Jinja2-vim Summary: Jinja2 syntax files for Vim -Requires: %{name} = %{version} %if 0%{?suse_version} || 0%{?fedora_version} >= 24 Recommends: vim %endif @@ -72,8 +73,8 @@ install -Dm644 ext/Vim/jinja.vim %{buildroot}%{_datadir}/vim/site/syntax/jinja.vim # Install VIM syntax file %python_expand %fdupes %{buildroot}%{$python_sitelib} -%if %{with tests} %check +%if %{with test} %pytest %endif
