2021-02-25 19:44:40 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Feb 25 19:44:00 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
|
|
|
|
|
|
|
- Update to version 2.1.0:
|
|
|
|
- Add the possibility to provide cookies as dict to authenticate (#60)
|
|
|
|
- Add IS and IS NOT operators to search (#57)
|
|
|
|
|
2020-08-16 15:54:58 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Aug 16 15:54:38 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
|
|
|
|
|
|
|
- Remove Requires for nose, not used.
|
|
|
|
|
2020-08-08 12:20:21 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Aug 8 12:16:55 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
|
|
|
|
|
|
|
- update to version 2.0.1:
|
|
|
|
- Documentation: add search example
|
|
|
|
- edit_ticket: handle empty responses
|
|
|
|
- fix UnicodeDecodeError in logging code for non-text attachments
|
|
|
|
|
2020-03-15 10:45:20 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Mar 15 10:43:52 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
|
|
|
|
|
|
|
- update to version 2.0.0:
|
|
|
|
- Drop Python2 support
|
|
|
|
- Adjust Travis tests for Python3-only, and add v3.8
|
|
|
|
- Add inline typing
|
|
|
|
- Remove "debug_mode" parameter
|
|
|
|
- Add "logging" support (basically replacing "debug_mode" and the various "print"s)
|
|
|
|
- Fix "no-else-after-return" and "no-else-after-raise"
|
|
|
|
- Fix "startswitch" typos / bugs
|
|
|
|
- Removed deprecated "basic_auth" and "digest_auth" paramters. The same functionality is given by specifying the
|
|
|
|
"http_auth" with an instance of either object. This allows for more flexibility with various other alternative
|
|
|
|
authentication methods.
|
|
|
|
- update to version 1.0.13:
|
|
|
|
- Add deprecation warning for in the next major release unsupported parameters (basic_auth, digest_auth).
|
|
|
|
They are now replaced with http_auth.
|
|
|
|
- Fix problematic default method parameters ("{}" and "[]").
|
|
|
|
|
2019-11-26 14:37:12 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2018-12-04 14:01:08 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 4 12:53:59 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
|
2018-07-29 17:35:00 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jul 29 17:34:16 UTC 2018 - sebix+novell.com@sebix.at
|
|
|
|
|
|
|
|
- update to version 1.0.11:
|
|
|
|
- Added parameter to set the content type in reply() and comment() (#12).
|
|
|
|
- Added parameter Format to search() (#17).
|
|
|
|
- Tests: Update to new demo instance, fixing tests.
|
|
|
|
|
2018-03-12 21:31:09 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 12 19:42:10 UTC 2018 - sebix+novell.com@sebix.at
|
|
|
|
|
|
|
|
- initial package for version 1.0.10
|