From 34221199587d9515069372ac1c64566b1da5aa62ff68c20e00459a4756143fe1 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 8 Dec 2023 16:09:30 +0000 Subject: [PATCH] - 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 --- python-rt.changes | 17 ++++++++++++++++- python-rt.spec | 2 +- rt-3.0.7.tar.gz | 3 --- rt-3.1.3.tar.gz | 3 +++ 4 files changed, 20 insertions(+), 5 deletions(-) delete mode 100644 rt-3.0.7.tar.gz create mode 100644 rt-3.1.3.tar.gz diff --git a/python-rt.changes b/python-rt.changes index 752dbbc..c9d0ed9 100644 --- a/python-rt.changes +++ b/python-rt.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Dec 8 16:08:22 UTC 2023 - Dirk Müller + +- 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 @@ -14,7 +29,7 @@ Tue Jul 18 18:39:29 UTC 2023 - Antonio Teixeira ------------------------------------------------------------------- Sat Dec 3 00:27:47 UTC 2022 - Yogalakshmi Arunachalam -- 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. ------------------------------------------------------------------- diff --git a/python-rt.spec b/python-rt.spec index 0ef8d82..738ade9 100644 --- a/python-rt.spec +++ b/python-rt.spec @@ -17,7 +17,7 @@ Name: python-rt -Version: 3.0.7 +Version: 3.1.3 Release: 0 Summary: Python interface to Request Tracker API License: GPL-3.0-only diff --git a/rt-3.0.7.tar.gz b/rt-3.0.7.tar.gz deleted file mode 100644 index 1aa2a63..0000000 --- a/rt-3.0.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c68b52fe21f16dbbc22e76d2cc4fcd586e7ee673fd460b971cd133a1bdd7489 -size 67744 diff --git a/rt-3.1.3.tar.gz b/rt-3.1.3.tar.gz new file mode 100644 index 0000000..ae982d4 --- /dev/null +++ b/rt-3.1.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bce5dd659330ad1a2466e5b4e5c4d4d24a1216e07226fc9108873bbe1c1be5a0 +size 79749