From b28b75624103db83df38fe5a09c9c97a37450548c979dbf13cbced0f6ccc6821 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Sat, 29 Oct 2022 01:41:44 +0000 Subject: [PATCH] Accepting request 1031998 from home:yarunachalam:branches:devel:languages:python - Update to version 3.2.0 Features * Add a priority property to messages, and a default priority in the configuration (#275) * Add a message schema attribute and some documentation to help deprecate and upgrade message schemas (#227) Other Changes * Use tomllib from the standard library on Python 3.11 and above, fallback to tomli otherwise. (PR#274) OBS-URL: https://build.opensuse.org/request/show/1031998 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fedora-messaging?expand=0&rev=13 --- fedora_messaging-3.1.0.tar.gz | 3 --- fedora_messaging-3.2.0.tar.gz | 3 +++ python-fedora-messaging.changes | 10 ++++++++++ python-fedora-messaging.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 fedora_messaging-3.1.0.tar.gz create mode 100644 fedora_messaging-3.2.0.tar.gz diff --git a/fedora_messaging-3.1.0.tar.gz b/fedora_messaging-3.1.0.tar.gz deleted file mode 100644 index 72ed087..0000000 --- a/fedora_messaging-3.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ce58e2ccbb0b43670fc770314bcedeced8be5c4c860d8465939aa2e646d1e56f -size 149996 diff --git a/fedora_messaging-3.2.0.tar.gz b/fedora_messaging-3.2.0.tar.gz new file mode 100644 index 0000000..bb1c527 --- /dev/null +++ b/fedora_messaging-3.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f77828c5b54726bdd02ceb3ec5b2d92540903a77d2f5fa2a2f843913cc863b2e +size 152504 diff --git a/python-fedora-messaging.changes b/python-fedora-messaging.changes index 6f54a0b..c38eb32 100644 --- a/python-fedora-messaging.changes +++ b/python-fedora-messaging.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Oct 28 17:02:11 UTC 2022 - Yogalakshmi Arunachalam + +- Update to version 3.2.0 + Features + * Add a priority property to messages, and a default priority in the configuration (#275) + * Add a message schema attribute and some documentation to help deprecate and upgrade message schemas (#227) + Other Changes + * Use tomllib from the standard library on Python 3.11 and above, fallback to tomli otherwise. (PR#274) + ------------------------------------------------------------------- Wed Oct 12 03:16:41 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-fedora-messaging.spec b/python-fedora-messaging.spec index 5b726e0..70fa2a5 100644 --- a/python-fedora-messaging.spec +++ b/python-fedora-messaging.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-fedora-messaging -Version: 3.1.0 +Version: 3.2.0 Release: 0 Summary: Python tools for Fedora's messaging infrastructure License: GPL-2.0-or-later