Sun May 22 17:20:01 2016 UTC ()
Updated py-vdirsyncer to 0.11.0.

Version 0.11.0
==============

*released on 19 May 2016*

- Discovery is no longer automatically done when running ``vdirsyncer sync``.
  ``vdirsyncer discover`` now has to be explicitly called.
- Add a ``.plist`` example for Mac OS X.
- Usage under Python 2 now requires a special config parameter to be set.
- Various deprecated configuration parameters do no longer have specialized
  errormessages. The generic error message for unknown parameters is shown.

  - Vdirsyncer no longer warns that the ``passwordeval`` parameter has been
    renamed to ``password_command``.

  - The ``keyring`` fetching strategy has been dropped some versions ago, but
    the specialized error message has been dropped.

  - A old status format from version 0.4 is no longer supported. If you're
    experiencing problems, just delete your status folder.


(wiz)
diff -r1.34 -r1.35 pkgsrc/time/py-vdirsyncer/Makefile
diff -r1.25 -r1.26 pkgsrc/time/py-vdirsyncer/distinfo

cvs diff -r1.34 -r1.35 pkgsrc/time/py-vdirsyncer/Makefile (expand / switch to unified diff)

--- pkgsrc/time/py-vdirsyncer/Makefile 2016/05/06 07:07:05 1.34
+++ pkgsrc/time/py-vdirsyncer/Makefile 2016/05/22 17:20:01 1.35
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile,v 1.34 2016/05/06 07:07:05 wiz Exp $ 1# $NetBSD: Makefile,v 1.35 2016/05/22 17:20:01 wiz Exp $
2 2
3DISTNAME= vdirsyncer-0.10.0 3DISTNAME= vdirsyncer-0.11.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= time 5CATEGORIES= time
6MASTER_SITES= https://pypi.python.org/packages/0b/fb/c42223e1e9169e4770194e62143d431755724b080d8cb77f14705b634815/ 6MASTER_SITES= https://pypi.python.org/packages/39/e5/1e7097b5f0cd6de79ec9014f162a6000b77ca2a369ea8a1588a2eebff570/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://pypi.python.org/pypi/vdirsyncer/ 9HOMEPAGE= https://pypi.python.org/pypi/vdirsyncer/
10COMMENT= Synchronization tool for vdir 10COMMENT= Synchronization tool for vdir
11LICENSE= mit 11LICENSE= mit
12 12
13EXTRACT_USING= bsdtar # gtar cannot handle pre-1970 timestamps 13EXTRACT_USING= bsdtar # gtar cannot handle pre-1970 timestamps
14 14
15BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm 15BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
16DEPENDS+= ${PYPKGPREFIX}-atomicwrites-[0-9]*:../../devel/py-atomicwrites 16DEPENDS+= ${PYPKGPREFIX}-atomicwrites-[0-9]*:../../devel/py-atomicwrites
17DEPENDS+= ${PYPKGPREFIX}-click>=5.0:../../devel/py-click 17DEPENDS+= ${PYPKGPREFIX}-click>=5.0:../../devel/py-click
18DEPENDS+= ${PYPKGPREFIX}-click-log>=0.1.3:../../devel/py-click-log 18DEPENDS+= ${PYPKGPREFIX}-click-log>=0.1.3:../../devel/py-click-log
19DEPENDS+= ${PYPKGPREFIX}-click-threading-[0-9]*:../../devel/py-click-threading 19DEPENDS+= ${PYPKGPREFIX}-click-threading-[0-9]*:../../devel/py-click-threading

cvs diff -r1.25 -r1.26 pkgsrc/time/py-vdirsyncer/distinfo (expand / switch to unified diff)

--- pkgsrc/time/py-vdirsyncer/distinfo 2016/04/24 09:48:43 1.25
+++ pkgsrc/time/py-vdirsyncer/distinfo 2016/05/22 17:20:01 1.26
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.25 2016/04/24 09:48:43 wiz Exp $ 1$NetBSD: distinfo,v 1.26 2016/05/22 17:20:01 wiz Exp $
2 2
3SHA1 (vdirsyncer-0.10.0.tar.gz) = 45e8dfd25e5f2fa49e09f801d136dc1e47e363e1 3SHA1 (vdirsyncer-0.11.0.tar.gz) = 0aa7bf6140e5e097d197b6e59528cba1078ce811
4RMD160 (vdirsyncer-0.10.0.tar.gz) = 8ea7083b6a9410aff622312c42f85edc0d8af8df 4RMD160 (vdirsyncer-0.11.0.tar.gz) = f229a4c69b14a82940fb58921b2cdc09e9511d79
5SHA512 (vdirsyncer-0.10.0.tar.gz) = dbc9b6062a09e5a408791a90277f719be4abc5315c226622f7d1d8f6ae13b04de18e4f26fc94e9c09529970b6d604ccd93a490ffb8ba0c98e0e450317a4c0d88 5SHA512 (vdirsyncer-0.11.0.tar.gz) = 50eeed949c5cfba42c87a0b8ef62c631df3b350bf0ffc3100680607f475bcb95d4b6aaf4d27b551357a10ebb4bd629d69de2a9da1cb80b2c03c3171b09fcf586
6Size (vdirsyncer-0.10.0.tar.gz) = 95756 bytes 6Size (vdirsyncer-0.11.0.tar.gz) = 98162 bytes