forked from pool/python-rt
Accepting request 1132843 from devel:languages:python
- 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/request/show/1132843 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rt?expand=0&rev=19
This commit is contained in:
@@ -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>
|
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>
|
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.
|
* Workaround for parsing issues with tickets with only 1 attachment (#80), due to probably an upstream bug.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-rt
|
Name: python-rt
|
||||||
Version: 3.0.7
|
Version: 3.1.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python interface to Request Tracker API
|
Summary: Python interface to Request Tracker API
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9c68b52fe21f16dbbc22e76d2cc4fcd586e7ee673fd460b971cd133a1bdd7489
|
|
||||||
size 67744
|
|
3
rt-3.1.3.tar.gz
Normal file
3
rt-3.1.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bce5dd659330ad1a2466e5b4e5c4d4d24a1216e07226fc9108873bbe1c1be5a0
|
||||||
|
size 79749
|
Reference in New Issue
Block a user