Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-bobodoctestumentation for openSUSE:Factory checked in at 2021-10-12 21:51:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-bobodoctestumentation (Old) and /work/SRC/openSUSE:Factory/.python-bobodoctestumentation.new.2443 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-bobodoctestumentation" Tue Oct 12 21:51:42 2021 rev:3 rq:924943 version:2.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-bobodoctestumentation/python-bobodoctestumentation.changes 2018-12-13 19:39:57.993336782 +0100 +++ /work/SRC/openSUSE:Factory/.python-bobodoctestumentation.new.2443/python-bobodoctestumentation.changes 2021-10-12 21:51:43.776075827 +0200 @@ -1,0 +2,5 @@ +Tue Oct 12 11:35:22 UTC 2021 - pgaj...@suse.com + +- note that setup.py test does not test anything + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-bobodoctestumentation.spec ++++++ --- /var/tmp/diff_new_pack.zDA5Mn/_old 2021-10-12 21:51:44.412076737 +0200 +++ /var/tmp/diff_new_pack.zDA5Mn/_new 2021-10-12 21:51:44.416076743 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-bobodoctestumentation # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,25 +17,23 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%bcond_without test Name: python-bobodoctestumentation Version: 2.4.0 Release: 0 Summary: Bobo tests and documentation License: ZPL-2.1 Group: Development/Languages/Python -Url: http://www.python.org/pypi/bobodoctestumentation +URL: http://www.python.org/pypi/bobodoctestumentation # pypi package is outdated Source: https://github.com/zopefoundation/bobo/archive/2.4.0.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros # SECTION test requirements -%if %{with test} BuildRequires: %{python_module WebTest} +BuildRequires: %{python_module bobo} BuildRequires: %{python_module manuel} BuildRequires: %{python_module six} BuildRequires: %{python_module zope.testing} -%endif # /SECTION BuildRequires: fdupes Requires: python-WebTest @@ -62,10 +60,9 @@ %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} -%if %{with test} %check -%python_exec setup.py test -%endif +# following does nothing; not sure where to find bobo.testmodule1 +#%%python_exec setup.py test %files %{python_files} %defattr(-,root,root,-)