Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-ssdeep for openSUSE:Factory checked in at 2021-12-14 22:02:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-ssdeep (Old) and /work/SRC/openSUSE:Factory/.python-ssdeep.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ssdeep" Tue Dec 14 22:02:23 2021 rev:7 rq:940572 version:3.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-ssdeep/python-ssdeep.changes 2021-11-08 17:25:28.932744451 +0100 +++ /work/SRC/openSUSE:Factory/.python-ssdeep.new.2520/python-ssdeep.changes 2021-12-14 22:02:48.775169023 +0100 @@ -1,0 +2,5 @@ +Tue Dec 7 19:29:56 UTC 2021 - pgaj...@suse.com + +- do not require pytest-runner for build, it is not needed + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-ssdeep.spec ++++++ --- /var/tmp/diff_new_pack.LO7PuE/_old 2021-12-14 22:02:49.579169481 +0100 +++ /var/tmp/diff_new_pack.LO7PuE/_new 2021-12-14 22:02:49.579169481 +0100 @@ -38,7 +38,7 @@ Requires: python-six Requires: ssdeep # SECTION tests -BuildRequires: %{python_module pytest-runner} +BuildRequires: %{python_module pytest} # /SECTION %python_subpackages @@ -49,6 +49,8 @@ %prep %setup -q -n python-ssdeep-%{version} +# https://github.com/DinoTools/python-ssdeep/issues/57 +sed -i 's:"pytest-runner.*"::' setup.py %build %python_build