From ed983433011e44b60ccaf1edeadfb5155cc39af25409a9cb96fcd05113fb2dd1 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 3 May 2022 20:48:33 +0000 Subject: [PATCH] Accepting request 974634 from home:pgajdos:python - add upstream bug url OBS-URL: https://build.opensuse.org/request/show/974634 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fedora-messaging?expand=0&rev=7 --- python-fedora-messaging.changes | 5 +++++ python-fedora-messaging.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-fedora-messaging.changes b/python-fedora-messaging.changes index 33ba677..7e99326 100644 --- a/python-fedora-messaging.changes +++ b/python-fedora-messaging.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue May 3 11:05:27 UTC 2022 - pgajdos@suse.com + +- add upstream bug url + ------------------------------------------------------------------- Mon May 2 16:46:52 UTC 2022 - pgajdos@suse.com diff --git a/python-fedora-messaging.spec b/python-fedora-messaging.spec index d79ad3f..8e6cb97 100644 --- a/python-fedora-messaging.spec +++ b/python-fedora-messaging.spec @@ -88,6 +88,7 @@ A set of Python tools for using Fedora's messaging infrastructure. export PATH=$PATH:%{buildroot}%{_bindir} export PYTHONDONTWRITEBYTECODE=1 export LANG=en_US.UTF-8 +# https://github.com/fedora-infra/fedora-messaging/issues/255 sed -i 's:. Perhaps you forgot a comma?::' fedora_messaging/tests/unit/test_cli.py # test_consume_unexpected_crash or test_consume_successful_halt are intermittent # and only relevant for improved handling of an unexpected failure/halt