diff options
author | leot <leot@pkgsrc.org> | 2020-10-09 15:43:07 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2020-10-09 15:43:07 +0000 |
commit | 56b0706c29976221d7acd559103d88c39c2eefb1 (patch) | |
tree | cd8d4ca970061c23082b69c0039e7322ee6d7266 /net/py-rt/Makefile | |
parent | 820560dd34e0ff14c3491f88b7528e63699f52f2 (diff) | |
download | pkgsrc-56b0706c29976221d7acd559103d88c39c2eefb1.tar.gz |
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.
Diffstat (limited to 'net/py-rt/Makefile')
-rw-r--r-- | net/py-rt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-rt/Makefile b/net/py-rt/Makefile index 88306913454..365bbafcabb 100644 --- a/net/py-rt/Makefile +++ b/net/py-rt/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2020/02/24 14:38:25 leot Exp $ +# $NetBSD: Makefile,v 1.7 2020/10/09 15:43:07 leot Exp $ -DISTNAME= rt-2.0.0 +DISTNAME= rt-2.0.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=r/rt/} |