Wed Oct 26 14:42:07 2016 UTC ()
Updated py-vdirsyncer to 0.14.0.

Version 0.14.0
==============

*released on 26 October 2016*

- ``vdirsyncer sync`` now continues other uploads if one upload failed.  The
  exit code in such situations is still non-zero.
- Add ``partial_sync`` option to pair section. See :ref:`the config docs
  <partial_sync_def>`.
- Vdirsyner will now warn if there's a string without quotes in your config.
  Please file issues if you find documentation that uses unquoted strings.
- Fix an issue that would break khal's config setup wizard.


(wiz)
diff -r1.40 -r1.41 pkgsrc/time/py-vdirsyncer/Makefile
diff -r1.30 -r1.31 pkgsrc/time/py-vdirsyncer/distinfo

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

--- pkgsrc/time/py-vdirsyncer/Makefile 2016/10/03 12:11:36 1.40
+++ pkgsrc/time/py-vdirsyncer/Makefile 2016/10/26 14:42:07 1.41
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.40 2016/10/03 12:11:36 wiz Exp $ 1# $NetBSD: Makefile,v 1.41 2016/10/26 14:42:07 wiz Exp $
2 2
3DISTNAME= vdirsyncer-0.13.1 3DISTNAME= vdirsyncer-0.14.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= time 5CATEGORIES= time
6MASTER_SITES= ${MASTER_SITE_PYPI:=v/vdirsyncer/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=v/vdirsyncer/}
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

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

--- pkgsrc/time/py-vdirsyncer/distinfo 2016/10/03 12:11:36 1.30
+++ pkgsrc/time/py-vdirsyncer/distinfo 2016/10/26 14:42:07 1.31
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.30 2016/10/03 12:11:36 wiz Exp $ 1$NetBSD: distinfo,v 1.31 2016/10/26 14:42:07 wiz Exp $
2 2
3SHA1 (vdirsyncer-0.13.1.tar.gz) = f7ec5ddc1de57fdbe4242785b1de416660965992 3SHA1 (vdirsyncer-0.14.0.tar.gz) = d878a29421ef620c50dc02456c8ba016b94cac8d
4RMD160 (vdirsyncer-0.13.1.tar.gz) = a4e9bfab10f8faddae55cf9d39800e5fc03f03e9 4RMD160 (vdirsyncer-0.14.0.tar.gz) = ee2b39be3f457b3c5030ce77108d0079d46c0cdf
5SHA512 (vdirsyncer-0.13.1.tar.gz) = d4d02a096824b3d109bb59e3137e94bdc6a6f5e5db6e354bab6faebd569934660cb3063c8fa007efa321285434db4c59eb5d4c985cafe4c458b7f62bf6879ab9 5SHA512 (vdirsyncer-0.14.0.tar.gz) = e8a9f74032bc625db60206a210d7c00fad224b7eccfd1caeabbb97b443fd90ae8a00e2fdfabfd6118864dd9b6d8922eb9906091a8e341334848f66e55ed5fcdd
6Size (vdirsyncer-0.13.1.tar.gz) = 103618 bytes 6Size (vdirsyncer-0.14.0.tar.gz) = 105839 bytes