From 0013745a47c0ddd4de5680bcc6845ccb88ace3ee Mon Sep 17 00:00:00 2001 From: StevenK <> Date: Aug 03 2022 19:28:23 +0000 Subject: Update python-fedora-messaging to version 3.0.2 / rev 5 via SR 992422 https://build.opensuse.org/request/show/992422 by user StevenK + dimstar_suse - Update to 3.0.2: * Add packit configuration. * Correct sync list, add issue repo and version info - Remove unneeded BuildRequires on mock. --- diff --git a/.files b/.files index 60bc4d6..af11896 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index bed47ee..e06f081 100644 --- a/.rev +++ b/.rev @@ -31,4 +31,15 @@ 974781 + + e73c2a241b7fd6cafc9723aba9f91b85 + 3.0.2 + + dimstar_suse + - Update to 3.0.2: + * Add packit configuration. + * Correct sync list, add issue repo and version info +- Remove unneeded BuildRequires on mock. + 992422 + diff --git a/fedora_messaging-3.0.0.tar.gz b/fedora_messaging-3.0.0.tar.gz deleted file mode 120000 index 3e84911..0000000 --- a/fedora_messaging-3.0.0.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafkreidc6vsb5j3w6ndvmvzbbp3w5d3jqqnbcsn3kptbdsomhsbx7s7tni \ No newline at end of file diff --git a/fedora_messaging-3.0.2.tar.gz b/fedora_messaging-3.0.2.tar.gz new file mode 120000 index 0000000..a9ae2e3 --- /dev/null +++ b/fedora_messaging-3.0.2.tar.gz @@ -0,0 +1 @@ +/ipfs/bafkreieu5irmpz57pduyroosys7nqdl3iiqsequ7txlficfgxcri3tyt7a \ No newline at end of file diff --git a/python-fedora-messaging.changes b/python-fedora-messaging.changes index f1bac1f..51a04a4 100644 --- a/python-fedora-messaging.changes +++ b/python-fedora-messaging.changes @@ -1,4 +1,12 @@ ------------------------------------------------------------------- +Wed Aug 3 03:12:42 UTC 2022 - Steve Kowalik + +- Update to 3.0.2: + * Add packit configuration. + * Correct sync list, add issue repo and version info +- Remove unneeded BuildRequires on mock. + +------------------------------------------------------------------- Tue May 3 11:05:27 UTC 2022 - pgajdos@suse.com - add upstream bug url diff --git a/python-fedora-messaging.spec b/python-fedora-messaging.spec index 623da1c..1947353 100644 --- a/python-fedora-messaging.spec +++ b/python-fedora-messaging.spec @@ -18,11 +18,10 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-fedora-messaging -Version: 3.0.0 +Version: 3.0.2 Release: 0 Summary: Python tools for Fedora's messaging infrastructure License: GPL-2.0-or-later -Group: Development/Languages/Python URL: https://github.com/fedora-infra/fedora-messaging Source: https://files.pythonhosted.org/packages/source/f/fedora_messaging/fedora_messaging-%{version}.tar.gz BuildRequires: %{python_module setuptools} @@ -48,7 +47,6 @@ BuildRequires: %{python_module click} BuildRequires: %{python_module coverage} BuildRequires: %{python_module crochet} BuildRequires: %{python_module jsonschema} -BuildRequires: %{python_module mock} BuildRequires: %{python_module pika >= 1.0.1} BuildRequires: %{python_module pyOpenSSL} BuildRequires: %{python_module pytest-twisted}