From d92a40abfe37818c946510e11576d68ba2cdad45cc6a209c7d007a183b0d4524 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Mon, 15 Nov 2021 20:54:04 +0000 Subject: [PATCH] - Update to version 2.2.0: - Search has a parameter fields that can be used to return only particular fields for tickets. In some cases I noticed it will improve the speed of the query completion if you only need specific fields (#65 by @kimmoal). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rt?expand=0&rev=19 --- python-rt.changes | 6 ++++++ python-rt.spec | 2 +- rt-2.1.1.tar.gz | 3 --- rt-2.2.0.tar.gz | 3 +++ 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 rt-2.1.1.tar.gz create mode 100644 rt-2.2.0.tar.gz diff --git a/python-rt.changes b/python-rt.changes index ff6e802..a639506 100644 --- a/python-rt.changes +++ b/python-rt.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Nov 15 20:53:35 UTC 2021 - Sebastian Wagner + +- Update to version 2.2.0: + - Search has a parameter fields that can be used to return only particular fields for tickets. In some cases I noticed it will improve the speed of the query completion if you only need specific fields (#65 by @kimmoal). + ------------------------------------------------------------------- Thu Apr 8 11:38:15 UTC 2021 - Sebastian Wagner diff --git a/python-rt.spec b/python-rt.spec index 7cab1f6..ea4b98c 100644 --- a/python-rt.spec +++ b/python-rt.spec @@ -19,7 +19,7 @@ # Tests require internet connection %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-rt -Version: 2.1.1 +Version: 2.2.0 Release: 0 Summary: Python interface to Request Tracker API License: GPL-3.0-only diff --git a/rt-2.1.1.tar.gz b/rt-2.1.1.tar.gz deleted file mode 100644 index 8b26c15..0000000 --- a/rt-2.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:976b39a87fb09cd9f33937bd2d00b529011681a2bee31c97cc8f1fd99240be4f -size 40904 diff --git a/rt-2.2.0.tar.gz b/rt-2.2.0.tar.gz new file mode 100644 index 0000000..6b11d07 --- /dev/null +++ b/rt-2.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc5a84aa4f4bf0cc8991f197ceba169d2f8dcc2682a913401417961b4b7ab047 +size 40814