Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-dropbox for openSUSE:Factory checked in at 2021-12-09 19:46:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-dropbox (Old) and /work/SRC/openSUSE:Factory/.python-dropbox.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-dropbox" Thu Dec 9 19:46:01 2021 rev:6 rq:938242 version:10.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-dropbox/python-dropbox.changes 2020-09-17 15:05:25.800743545 +0200 +++ /work/SRC/openSUSE:Factory/.python-dropbox.new.2520/python-dropbox.changes 2021-12-09 19:46:48.413167846 +0100 @@ -1,0 +2,5 @@ +Thu Dec 9 09:15:50 UTC 2021 - [email protected] + +- do not require pytest-runner for build, not required + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-dropbox.spec ++++++ --- /var/tmp/diff_new_pack.eDieFk/_old 2021-12-09 19:46:48.965168111 +0100 +++ /var/tmp/diff_new_pack.eDieFk/_new 2021-12-09 19:46:48.969168113 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-dropbox # -# Copyright (c) 2020 SUSE LLC +# 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 @@ -25,7 +25,6 @@ Group: Development/Languages/Python URL: https://github.com/dropbox/dropbox-sdk-python Source: https://files.pythonhosted.org/packages/source/d/dropbox/dropbox-%{version}.tar.gz -BuildRequires: %{python_module pytest-runner} BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros # SECTION test requirements @@ -45,6 +44,8 @@ %prep %setup -q -n dropbox-%{version} +# https://github.com/dropbox/dropbox-sdk-python/issues/401 +sed -i 's:pytest-runner::' setup.py %build %python_build
