SHA256
14
0
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:
Sebastian Wagner
2019-11-26 14:37:12 +00:00
committed by Git OBS Bridge
parent fac30fca23
commit 17518b4d70
4 changed files with 19 additions and 6 deletions

View File

@@ -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>