- update to 3.1.3:

* Fix an issue where no e-mail was sent on ticket creation due
    to suggesting to use **Requestors** instead of **Requestor**
  * Revert breaking change for python3.8
    (collections.abc.AsyncIterator is not subscriptable).
  * In AsyncRt, instead of returning sequences, return
    AsyncIterators.
  * Replace *requests* with *httpx* for the REST2 part.
  * Add a new *AsyncRt* class which implements the RT REST2 API
    in asnyc.
  * Adapt tests to include thew new async parts of this library.
-  Update to version 3.0.4:

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rt?expand=0&rev=39
This commit is contained in:
2023-12-08 16:09:30 +00:00
committed by Git OBS Bridge
parent 8a9c5c2fa7
commit 216972a05f
4 changed files with 20 additions and 5 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Dec 8 16:08:22 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 3.1.3:
* Fix an issue where no e-mail was sent on ticket creation due
to suggesting to use **Requestors** instead of **Requestor**
* Revert breaking change for python3.8
(collections.abc.AsyncIterator is not subscriptable).
* In AsyncRt, instead of returning sequences, return
AsyncIterators.
* Replace *requests* with *httpx* for the REST2 part.
* Add a new *AsyncRt* class which implements the RT REST2 API
in asnyc.
* Adapt tests to include thew new async parts of this library.
-------------------------------------------------------------------
Fri Aug 11 07:39:10 UTC 2023 - Sebastian Wagner <sebix@sebix.at>
@@ -14,7 +29,7 @@ Tue Jul 18 18:39:29 UTC 2023 - Antonio Teixeira <antonio.teixeira@suse.com>
-------------------------------------------------------------------
Sat Dec 3 00:27:47 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 3.0.4:
- Update to version 3.0.4:
* Workaround for parsing issues with tickets with only 1 attachment (#80), due to probably an upstream bug.
-------------------------------------------------------------------