./net/py-rt, Python interface to Request Tracker API

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.1.1nb1, Package name: py310-rt-2.1.1nb1, Maintainer: leot

Python implementation of Request Tracker REST API.


Required to run:
[devel/py-setuptools] [devel/py-requests] [lang/py-six] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:


Version history: (Expand)


CVS history: (Expand)


   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-10-26 13:07:15 by Nia Alarie | Files touched by this commit (958)
Log message:
net: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Not committed (merge conflicts...):

net/radsecproxy/distinfo

The following distfiles could not be fetched (fetched conditionally?):

./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz
./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch
./net/djbdns/distinfo djbdns-1.05-test28.diff.xz
./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch
./net/djbdns/distinfo djbdns-1.05-multiip.diff
./net/djbdns/distinfo djbdns-cachestats.patch
   2021-10-07 16:43:07 by Nia Alarie | Files touched by this commit (962)
Log message:
net: Remove SHA1 hashes for distfiles
   2021-04-17 11:43:54 by Leonardo Taccari | Files touched by this commit (2)
Log message:
py-rt: Update to 2.1.1

Changes:
2.1.1
-----
- Fix support for custom field values containing newlines in API responses (#10, #11)
  (the previous change in v1.0.11 fixed API requests) (#64)
   2021-03-04 11:20:48 by Leonardo Taccari | Files touched by this commit (2)
Log message:
py-rt: Update to 2.1.0

Changes:
2.1.0
-----
 - Add the possibility to provide cookies as dict to authenticate
 - Add 'Referer' header for CSRF check
   2020-10-09 17:43:08 by Leonardo Taccari | Files touched by this commit (3)
Log message:
py-rt: Update to 2.0.1

pkgsrc changes:
 - Remove no longer needed patch-rt.py, now applied upstream.

Changes:
2.0.1
-----
 - Fix UnicodeDecodeError in logging code for non-text attachments
 - Documentation: Add a search example
 - edit_ticket: Handle possible empty responses: When a ticket is not
   modified, at least with RT 4.x, an empty response could be returned.
   Gracefully handle that as success.
   2020-03-12 13:06:09 by Leonardo Taccari | Files touched by this commit (2)
Log message:
py-rt: Add reference to upstream pull request
   2020-02-24 15:38:25 by Leonardo Taccari | Files touched by this commit (4) | Package updated
Log message:
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.)