From a77646f38d5b5e1969154b77b634e152a88b78a43be41954ef5dc73bfc69fb7b Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Sat, 9 Apr 2022 07:30:58 +0000 Subject: [PATCH] - Update to version 2.2.2: - Fix bug in the get_ticket would omit certain fields in case they were empty instead of returning an empty list as was the previous behavior (#70). - Add tests for verifying correct return result for AdminCc, Cc and Requestor fields. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rt?expand=0&rev=21 --- python-rt.changes | 7 +++++++ python-rt.spec | 4 ++-- rt-2.2.1.tar.gz | 3 --- rt-2.2.2.tar.gz | 3 +++ 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 rt-2.2.1.tar.gz create mode 100644 rt-2.2.2.tar.gz diff --git a/python-rt.changes b/python-rt.changes index 8392368..ba5d0f7 100644 --- a/python-rt.changes +++ b/python-rt.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Apr 9 07:30:39 UTC 2022 - Sebastian Wagner + +- Update to version 2.2.2: + - Fix bug in the get_ticket would omit certain fields in case they were empty instead of returning an empty list as was the previous behavior (#70). + - Add tests for verifying correct return result for AdminCc, Cc and Requestor fields. + ------------------------------------------------------------------- Sat Nov 27 10:11:12 UTC 2021 - Sebastian Wagner diff --git a/python-rt.spec b/python-rt.spec index c98ad6a..2844155 100644 --- a/python-rt.spec +++ b/python-rt.spec @@ -1,7 +1,7 @@ # # spec file for package python-rt # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ # Tests require internet connection %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-rt -Version: 2.2.1 +Version: 2.2.2 Release: 0 Summary: Python interface to Request Tracker API License: GPL-3.0-only diff --git a/rt-2.2.1.tar.gz b/rt-2.2.1.tar.gz deleted file mode 100644 index 337b8f6..0000000 --- a/rt-2.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e91ec3818f00e5a9a808771c3b0724bd40fd821b43e1dc234ac86f35d8a88892 -size 50005 diff --git a/rt-2.2.2.tar.gz b/rt-2.2.2.tar.gz new file mode 100644 index 0000000..5521c54 --- /dev/null +++ b/rt-2.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79e4f7a101e2ed1bd9dc851aafa3f388cb6abaf861e3c10f96382dbaed54949f +size 50635