diff --git a/fedora_messaging-3.0.0.tar.gz b/fedora_messaging-3.0.0.tar.gz deleted file mode 100644 index 6cd74a7..0000000 --- a/fedora_messaging-3.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:62f5641ea776f3475657210bf76e8f69841a1149bb53e611c9cc3c837fcbf36a -size 146839 diff --git a/fedora_messaging-3.0.2.tar.gz b/fedora_messaging-3.0.2.tar.gz new file mode 100644 index 0000000..36ed30f --- /dev/null +++ b/fedora_messaging-3.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94ea22c7e7bf78e988b9d2c4bed80d7b422122429f9dd65408a6b8a28dcf13f8 +size 140668 diff --git a/python-fedora-messaging.changes b/python-fedora-messaging.changes index 7e99326..05df532 100644 --- a/python-fedora-messaging.changes +++ b/python-fedora-messaging.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +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 diff --git a/python-fedora-messaging.spec b/python-fedora-messaging.spec index 8e6cb97..ca51498 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}