Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-tqdm for openSUSE:Factory checked in at 2022-01-23 16:25:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-tqdm (Old) and /work/SRC/openSUSE:Factory/.python-tqdm.new.1938 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-tqdm" Sun Jan 23 16:25:41 2022 rev:48 rq:948116 version:4.62.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-tqdm/python-tqdm.changes 2021-12-02 02:24:58.884664726 +0100 +++ /work/SRC/openSUSE:Factory/.python-tqdm.new.1938/python-tqdm.changes 2022-01-23 16:25:47.900548880 +0100 @@ -1,0 +2,6 @@ +Sat Jan 22 10:58:48 UTC 2022 - Ben Greiner <c...@bnavigator.de> + +- Ignore deprecation warnings from pytest-asycio for compatibility + with 0.17 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-tqdm.spec ++++++ --- /var/tmp/diff_new_pack.qEIMvf/_old 2022-01-23 16:25:48.384545572 +0100 +++ /var/tmp/diff_new_pack.qEIMvf/_new 2022-01-23 16:25:48.388545544 +0100 @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -78,6 +78,8 @@ %prep %setup -q -n tqdm-%{version} +# ignore new asyncio mode warning from pytest-asyncio 0.17 +sed -i 's/-W=error//' setup.cfg # remove bash shebang for completion script sed -i '1 s/^#!.*/# bash completion for tqdm -*- shell-script -*-/' tqdm/completion.sh chmod a-x tqdm/completion.sh