Accepting request 948116 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/948116
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tqdm?expand=0&rev=48
This commit is contained in:
Dominique Leuenberger 2022-01-23 15:25:41 +00:00 committed by Git OBS Bridge
commit 73b96e1da6
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Jan 22 10:58:48 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Ignore deprecation warnings from pytest-asycio for compatibility
with 0.17
-------------------------------------------------------------------
Sat Nov 27 21:12:17 UTC 2021 - Arun Persaud <arun@gmx.de>

View File

@ -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 @@ This package provides the completion file for bash
%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