Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-ligotimegps for openSUSE:Factory checked in at 2023-03-14 18:16:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-ligotimegps (Old) and /work/SRC/openSUSE:Factory/.python-ligotimegps.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ligotimegps" Tue Mar 14 18:16:16 2023 rev:3 rq:1071131 version:2.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-ligotimegps/python-ligotimegps.changes 2021-12-16 21:20:58.926559363 +0100 +++ /work/SRC/openSUSE:Factory/.python-ligotimegps.new.31432/python-ligotimegps.changes 2023-03-14 18:16:18.867625895 +0100 @@ -1,0 +2,6 @@ +Mon Mar 13 12:48:01 UTC 2023 - pgaj...@suse.com + +- python-six is not required +- test the package + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-ligotimegps.spec ++++++ --- /var/tmp/diff_new_pack.yZVaCa/_old 2023-03-14 18:16:19.407628781 +0100 +++ /var/tmp/diff_new_pack.yZVaCa/_new 2023-03-14 18:16:19.415628825 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-ligotimegps # -# Copyright (c) 2021 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 @@ -28,11 +28,9 @@ BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros # SECTION test requirements -BuildRequires: %{python_module six} BuildRequires: %{python_module pytest >= 2.8} # /SECTION BuildRequires: fdupes -Requires: python-six BuildArch: noarch %python_subpackages @@ -62,9 +60,12 @@ %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} +%check +%pytest + %files %{python_files} %doc README.md %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/ligotimegps* %changelog