Python interface to Request Tracker API
https://github.com/CZ-NIC/python-rt
Python implementation of Request Tracker (a ticketing system) REST API described here: https://rt-wiki.bestpractical.com/wiki/REST
- Sources inherited from project devel:languages:python
- Devel package for openSUSE:Factory
-
1
derived packages
- Links to openSUSE:Factory / python-rt
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:Maliku:python/python-rt && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
python-rt.changes | 0000004502 4.4 KB | |
python-rt.spec | 0000001729 1.69 KB | |
rt-2.2.2.tar.gz | 0000050635 49.4 KB |
Revision 21 (latest revision is 44)
Sebastian Wagner (sebix)
committed
(revision 21)
- 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.
Comments 1
Hello,
The latest revision as of today (rev 29) is not functional, even though the build is successful, it results in the following:
Looking at the changelog, it may be related to this change from upstream: