summaryrefslogtreecommitdiff
path: root/time/py-vdirsyncer/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-02-01 13:11:53 +0000
committerwiz <wiz@pkgsrc.org>2016-02-01 13:11:53 +0000
commita90b960e40f8d46f421d48a020d5e6896cdfc1c9 (patch)
tree9652dd839f0df3da804edfadfc19030c1bfcb972 /time/py-vdirsyncer/Makefile
parent00fc79146af3424b1e4cebde1664d174da3a0f56 (diff)
downloadpkgsrc-a90b960e40f8d46f421d48a020d5e6896cdfc1c9.tar.gz
Update py-vdirsyncer to 0.8.1.
Version 0.8.1 ============= *released on 30 January 2016* - Fix error messages when invalid parameter fetching strategy is used. This is important because users would receive awkward errors for using deprecated ``keyring`` fetching. Version 0.8.0 ============= *released on 27 January 2016* - Keyring support has been removed, which means that ``password.fetch = ["keyring", "example.com", "myuser"]`` doesn't work anymore. For existing setups: Use ``password.fetch = ["command", "keyring", "get", "example.com", "myuser"]`` instead, which is more generic. See the documentation for details. - Now emitting a warning when running under Python 2. See :gh:`219`.
Diffstat (limited to 'time/py-vdirsyncer/Makefile')
-rw-r--r--time/py-vdirsyncer/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/time/py-vdirsyncer/Makefile b/time/py-vdirsyncer/Makefile
index 939c8644396..13f25346da2 100644
--- a/time/py-vdirsyncer/Makefile
+++ b/time/py-vdirsyncer/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2016/01/02 10:51:17 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2016/02/01 13:11:53 wiz Exp $
-DISTNAME= vdirsyncer-0.7.5
+DISTNAME= vdirsyncer-0.8.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= time
MASTER_SITES= ${MASTER_SITE_PYPI:=v/vdirsyncer/}
@@ -21,8 +21,6 @@ DEPENDS+= ${PYPKGPREFIX}-lxml>=3.1:../../textproc/py-lxml
DEPENDS+= ${PYPKGPREFIX}-requests>=2.9.1:../../devel/py-requests
DEPENDS+= ${PYPKGPREFIX}-requests-oauthlib-[0-9]*:../../security/py-requests-oauthlib
DEPENDS+= ${PYPKGPREFIX}-requests-toolbelt>=0.4.0:../../devel/py-requests-toolbelt
-# optional, but recommended
-DEPENDS+= ${PYPKGPREFIX}-keyring-[0-9]*:../../security/py-keyring
# tests need DAV_SERVER and REMOTESTORAGE_SERVER environment variables set
#BUILD_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test