15
0

- use pyproject_wheel to build

- skip broken tests with python 3.12
- Update to 3.4.1:
  * This is just a minor bugfix release to fix CI.
- 3.4.0:
  * Mirror the message priority in the headers (eba336b)
- 3.3.0:
  * Add support for asyncio-based callbacks in the consumer. As a
    consequence, the Twisted reactor used by the CLI is now asyncio.
    (#282)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fedora-messaging?expand=0&rev=17
This commit is contained in:
2024-03-04 14:51:50 +00:00
committed by Git OBS Bridge
parent 86d924c7dc
commit 8e1cfcfd1d
4 changed files with 46 additions and 17 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Mar 4 14:50:05 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
- use pyproject_wheel to build
- skip broken tests with python 3.12
- Update to 3.4.1:
* This is just a minor bugfix release to fix CI.
- 3.4.0:
* Mirror the message priority in the headers (eba336b)
- 3.3.0:
* Add support for asyncio-based callbacks in the consumer. As a
consequence, the Twisted reactor used by the CLI is now asyncio.
(#282)
-------------------------------------------------------------------
Thu Dec 15 09:16:19 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>