summaryrefslogtreecommitdiff
path: root/net/py-rt/Makefile
diff options
context:
space:
mode:
authorleot <leot@pkgsrc.org>2020-10-09 15:43:07 +0000
committerleot <leot@pkgsrc.org>2020-10-09 15:43:07 +0000
commit56b0706c29976221d7acd559103d88c39c2eefb1 (patch)
treecd8d4ca970061c23082b69c0039e7322ee6d7266 /net/py-rt/Makefile
parent820560dd34e0ff14c3491f88b7528e63699f52f2 (diff)
downloadpkgsrc-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/Makefile4
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/}