forked from pool/python-rt
- update to version 1.0.12:
- Travis CI Docker tests - RT 4.4 fixes - Support multiline CF values in create_ticket and edit_ticket. - Fix support for custom field names containing colons - In search(), replace splitlines() with lines array split on \n. - Add debug_mode flag for response logging - Add platform independent url joining / Allow testing on Windows - Add numerical_id to get_ticket result OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rt?expand=0&rev=7
This commit is contained in:
committed by
Git OBS Bridge
parent
fac30fca23
commit
17518b4d70
@@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 26 14:36:32 UTC 2019 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||||
|
|
||||||
|
- update to version 1.0.12:
|
||||||
|
- Travis CI Docker tests
|
||||||
|
- RT 4.4 fixes
|
||||||
|
- Support multiline CF values in create_ticket and edit_ticket.
|
||||||
|
- Fix support for custom field names containing colons
|
||||||
|
- In search(), replace splitlines() with lines array split on \n.
|
||||||
|
- Add debug_mode flag for response logging
|
||||||
|
- Add platform independent url joining / Allow testing on Windows
|
||||||
|
- Add numerical_id to get_ticket result
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 4 12:53:59 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
Tue Dec 4 12:53:59 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-rt
|
# spec file for package python-rt
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -19,12 +19,12 @@
|
|||||||
# Tests require internet connection
|
# Tests require internet connection
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-rt
|
Name: python-rt
|
||||||
Version: 1.0.11
|
Version: 1.0.12
|
||||||
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
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: https://github.com/CZ-NIC/python-rt
|
URL: https://github.com/CZ-NIC/python-rt
|
||||||
Source: https://files.pythonhosted.org/packages/source/r/rt/rt-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/r/rt/rt-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:164acda22cc6eacd153dac6b9dea7386851c9a1ae05b8a06fa3b0c3a161e2bf1
|
|
||||||
size 35084
|
|
3
rt-1.0.12.tar.gz
Normal file
3
rt-1.0.12.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2cc5a92170919daea8f65b76bf753dfb5287e3af947f6ae9c5c241192228d62f
|
||||||
|
size 36629
|
Reference in New Issue
Block a user