Commit graph

7 commits

Author SHA1 Message Date
leot
ed2b52f941 py-rt: Add reference to upstream pull request 2020-03-12 12:06:09 +00:00
leot
51d571f71b py-rt: Update to 2.0.0
Changes:
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.

(Done in a separate commit of 1.0.13 update because 1.0.13 was the last release
supporting Python 2.7, if you use py-rt with python27 please let me know/feel
free to add a possible py-rt1 package.)
2020-02-24 14:38:25 +00:00
leot
0aec8207be py-rt: Update to 1.0.13
Changes:
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 "[]").
2020-02-24 13:38:38 +00:00
leot
f3175139b9 py-rt: Update to 1.0.12
Changes:
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
2020-01-02 15:46:11 +00:00
leot
414fe6927b py-rt: Gracefully handle noop edit_ticket()
In RT 4 when edit_ticket() is invoked but the ticket is not modified an empty
response is sent.  Gracefully treat it as a successfull operation.

PKGREVISION++
2019-06-19 10:51:54 +00:00
leot
25cdc1d259 py-rt: Backport upstream patch to fix search() Format='s' and Format='i'
At least on RT 4 blank lines can be present at the end of the search response,
backport upstream commit bb07009c4f62dd2ac393aab82fded6424eead82f to address
that.

Bump PKGREVISION
2019-06-09 13:57:27 +00:00
leot
774a14d506 py-rt: Import py-rt-1.0.11 as wip/py-rt
Python implementation of Request Tracker REST API.
2018-09-15 10:53:31 +00:00