Hello community, here is the log from the commit of package python-Jinja2 for openSUSE:Factory checked in at 2019-02-24 20:46:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Jinja2 (Old) and /work/SRC/openSUSE:Factory/.python-Jinja2.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Jinja2" Sun Feb 24 20:46:44 2019 rev:33 rq:677238 version:2.10 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Jinja2/python-Jinja2.changes 2018-12-14 20:48:34.981410714 +0100 +++ /work/SRC/openSUSE:Factory/.python-Jinja2.new.28833/python-Jinja2.changes 2019-02-24 20:46:46.607875353 +0100 @@ -1,0 +2,6 @@ +Tue Feb 19 03:45:55 UTC 2019 - John Vandenberg <[email protected]> + +- Activate test suite +- Add minimum build dependency to match runtime dependency + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Jinja2.spec ++++++ --- /var/tmp/diff_new_pack.htJSB8/_old 2019-02-24 20:46:47.695874810 +0100 +++ /var/tmp/diff_new_pack.htJSB8/_new 2019-02-24 20:46:47.703874805 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-Jinja2 # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,8 @@ Group: Development/Languages/Python URL: http://jinja.pocoo.org/ Source: https://files.pythonhosted.org/packages/source/J/Jinja2/Jinja2-%{version}.tar.gz -BuildRequires: %{python_module MarkupSafe} +BuildRequires: %{python_module MarkupSafe >= 0.23} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -93,6 +94,9 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %endif +%check +%python_exec -m pytest + %files %{python_files} %license LICENSE %doc AUTHORS README.rst CHANGES.rst artwork examples
