diff options
author | leot <leot@pkgsrc.org> | 2021-03-04 10:20:48 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2021-03-04 10:20:48 +0000 |
commit | 41a1567c604fff271bfa6082203aaf6000b300f7 (patch) | |
tree | 42f91032c0d8fdd2c7b76bd3c6010603b993ca07 /net/py-rt/Makefile | |
parent | 612834fa1dfa0c24bc6c7eb6182dfc726e7806c7 (diff) | |
download | pkgsrc-41a1567c604fff271bfa6082203aaf6000b300f7.tar.gz |
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
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 365bbafcabb..ebceab0f6f0 100644 --- a/net/py-rt/Makefile +++ b/net/py-rt/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2020/10/09 15:43:07 leot Exp $ +# $NetBSD: Makefile,v 1.8 2021/03/04 10:20:48 leot Exp $ -DISTNAME= rt-2.0.1 +DISTNAME= rt-2.1.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=r/rt/} |