forked from pool/python-rt
- 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
This commit is contained in:
committed by
Git OBS Bridge
parent
bfc864ced2
commit
a77646f38d
@@ -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
|
||||
|
Reference in New Issue
Block a user