Hello community, here is the log from the commit of package python-nss for openSUSE:Factory checked in at 2019-03-04 09:11:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-nss (Old) and /work/SRC/openSUSE:Factory/.python-nss.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-nss" Mon Mar 4 09:11:42 2019 rev:3 rq:680645 version:1.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-nss/python-nss.changes 2018-05-08 13:36:45.562810387 +0200 +++ /work/SRC/openSUSE:Factory/.python-nss.new.28833/python-nss.changes 2019-03-04 09:11:42.396694546 +0100 @@ -1,0 +2,5 @@ +Fri Mar 1 20:01:07 CET 2019 - Matej Cepl <[email protected]> + +- Enable tests. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-nss.spec ++++++ --- /var/tmp/diff_new_pack.1nkUgG/_old 2019-03-04 09:11:42.900694462 +0100 +++ /var/tmp/diff_new_pack.1nkUgG/_new 2019-03-04 09:11:42.900694462 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-nss # -# 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 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -29,6 +29,8 @@ BuildRequires: %{python_module setuptools} BuildRequires: mozilla-nspr-devel BuildRequires: mozilla-nss-devel +# Required for tests +BuildRequires: mozilla-nss-tools %python_subpackages %description @@ -47,6 +49,11 @@ %install %python_install +%check +%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch} +$python test/run_tests -i +} + %files %{python_files} %license LICENSE.mpl LICENSE.lgpl LICENSE.gpl %doc README doc/ChangeLog
