From a90b960e40f8d46f421d48a020d5e6896cdfc1c9 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 1 Feb 2016 13:11:53 +0000 Subject: 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`. --- time/py-vdirsyncer/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'time/py-vdirsyncer/Makefile') 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 -- cgit v1.2.3