- Update to 3.0.2:

* Add packit configuration.
  * Correct sync list, add issue repo and version info
- Remove unneeded BuildRequires on mock.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fedora-messaging?expand=0&rev=9
This commit is contained in:
Steve Kowalik 2022-08-03 03:13:06 +00:00 committed by Git OBS Bridge
parent ed98343301
commit 1827130a3d
4 changed files with 12 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:62f5641ea776f3475657210bf76e8f69841a1149bb53e611c9cc3c837fcbf36a
size 146839

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:94ea22c7e7bf78e988b9d2c4bed80d7b422122429f9dd65408a6b8a28dcf13f8
size 140668

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Aug 3 03:12:42 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
- 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 Tue May 3 11:05:27 UTC 2022 - pgajdos@suse.com

View File

@ -18,11 +18,10 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-fedora-messaging Name: python-fedora-messaging
Version: 3.0.0 Version: 3.0.2
Release: 0 Release: 0
Summary: Python tools for Fedora's messaging infrastructure Summary: Python tools for Fedora's messaging infrastructure
License: GPL-2.0-or-later License: GPL-2.0-or-later
Group: Development/Languages/Python
URL: https://github.com/fedora-infra/fedora-messaging URL: https://github.com/fedora-infra/fedora-messaging
Source: https://files.pythonhosted.org/packages/source/f/fedora_messaging/fedora_messaging-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/f/fedora_messaging/fedora_messaging-%{version}.tar.gz
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
@ -48,7 +47,6 @@ BuildRequires: %{python_module click}
BuildRequires: %{python_module coverage} BuildRequires: %{python_module coverage}
BuildRequires: %{python_module crochet} BuildRequires: %{python_module crochet}
BuildRequires: %{python_module jsonschema} BuildRequires: %{python_module jsonschema}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module pika >= 1.0.1} BuildRequires: %{python_module pika >= 1.0.1}
BuildRequires: %{python_module pyOpenSSL} BuildRequires: %{python_module pyOpenSSL}
BuildRequires: %{python_module pytest-twisted} BuildRequires: %{python_module pytest-twisted}