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
This commit is contained in:
John Vandenberg 2022-10-29 01:41:44 +00:00 committed by Git OBS Bridge
parent 6943352704
commit b28b756241
4 changed files with 14 additions and 4 deletions

View File

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

View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Oct 28 17:02:11 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- 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 <yarunachalam@suse.com>

View File

@ -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