15
0

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