Wed Apr 13 18:08:05 2016 UTC ()
Update py-vdirsyncer to 0.9.3.

Version 0.9.3
=============

*released on 22 March 2016*

- :storage:`singlefile` and :storage:`http` now handle recurring events
  properly.
- Fix a typo in the packaging guidelines.
- Moved to ``pimutils`` organization on GitHub. Old links *should* redirect,
  but be aware of client software that doesn't properly handle redirects.

Version 0.9.2
=============

*released on 13 March 2016*

- Fixed testsuite for environments that don't have any web browser installed.
  See :ghpr:`384`.

Version 0.9.1
=============

*released on 13 March 2016*

- Removed leftover debug print statement in ``vdirsyncer discover``, see commit
  ``3d856749f37639821b148238ef35f1acba82db36``.

- ``metasync`` will now strip whitespace from the start and the end of the
  values. See :gh:`358`.

- New ``Packaging Guidelines`` have been added to the documentation.


(wiz)
diff -r1.30 -r1.31 pkgsrc/time/py-vdirsyncer/Makefile
diff -r1.8 -r1.9 pkgsrc/time/py-vdirsyncer/PLIST
diff -r1.23 -r1.24 pkgsrc/time/py-vdirsyncer/distinfo

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

--- pkgsrc/time/py-vdirsyncer/Makefile 2016/02/21 22:26:33 1.30
+++ pkgsrc/time/py-vdirsyncer/Makefile 2016/04/13 18:08:05 1.31
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.30 2016/02/21 22:26:33 wiz Exp $ 1# $NetBSD: Makefile,v 1.31 2016/04/13 18:08:05 wiz Exp $
2 2
3DISTNAME= vdirsyncer-0.9.0 3DISTNAME= vdirsyncer-0.9.3
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.8 -r1.9 pkgsrc/time/py-vdirsyncer/PLIST (expand / switch to unified diff)

--- pkgsrc/time/py-vdirsyncer/PLIST 2015/11/06 11:06:56 1.8
+++ pkgsrc/time/py-vdirsyncer/PLIST 2016/04/13 18:08:05 1.9
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.8 2015/11/06 11:06:56 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.9 2016/04/13 18:08:05 wiz Exp $
2bin/vdirsyncer 2bin/vdirsyncer
3${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 3${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
4${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 4${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
5${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 5${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
6${PYSITELIB}/${EGG_INFODIR}/entry_points.txt 6${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
7${PYSITELIB}/${EGG_INFODIR}/requires.txt 7${PYSITELIB}/${EGG_INFODIR}/requires.txt
8${PYSITELIB}/${EGG_INFODIR}/top_level.txt 8${PYSITELIB}/${EGG_INFODIR}/top_level.txt
9${PYSITELIB}/vdirsyncer/__init__.py 9${PYSITELIB}/vdirsyncer/__init__.py
10${PYSITELIB}/vdirsyncer/__init__.pyc 10${PYSITELIB}/vdirsyncer/__init__.pyc
11${PYSITELIB}/vdirsyncer/__init__.pyo 11${PYSITELIB}/vdirsyncer/__init__.pyo
12${PYSITELIB}/vdirsyncer/cli/__init__.py 12${PYSITELIB}/vdirsyncer/cli/__init__.py
13${PYSITELIB}/vdirsyncer/cli/__init__.pyc 13${PYSITELIB}/vdirsyncer/cli/__init__.pyc
14${PYSITELIB}/vdirsyncer/cli/__init__.pyo 14${PYSITELIB}/vdirsyncer/cli/__init__.pyo
@@ -17,29 +17,26 @@ ${PYSITELIB}/vdirsyncer/cli/config.pyc @@ -17,29 +17,26 @@ ${PYSITELIB}/vdirsyncer/cli/config.pyc
17${PYSITELIB}/vdirsyncer/cli/config.pyo 17${PYSITELIB}/vdirsyncer/cli/config.pyo
18${PYSITELIB}/vdirsyncer/cli/fetchparams.py 18${PYSITELIB}/vdirsyncer/cli/fetchparams.py
19${PYSITELIB}/vdirsyncer/cli/fetchparams.pyc 19${PYSITELIB}/vdirsyncer/cli/fetchparams.pyc
20${PYSITELIB}/vdirsyncer/cli/fetchparams.pyo 20${PYSITELIB}/vdirsyncer/cli/fetchparams.pyo
21${PYSITELIB}/vdirsyncer/cli/tasks.py 21${PYSITELIB}/vdirsyncer/cli/tasks.py
22${PYSITELIB}/vdirsyncer/cli/tasks.pyc 22${PYSITELIB}/vdirsyncer/cli/tasks.pyc
23${PYSITELIB}/vdirsyncer/cli/tasks.pyo 23${PYSITELIB}/vdirsyncer/cli/tasks.pyo
24${PYSITELIB}/vdirsyncer/cli/utils.py 24${PYSITELIB}/vdirsyncer/cli/utils.py
25${PYSITELIB}/vdirsyncer/cli/utils.pyc 25${PYSITELIB}/vdirsyncer/cli/utils.pyc
26${PYSITELIB}/vdirsyncer/cli/utils.pyo 26${PYSITELIB}/vdirsyncer/cli/utils.pyo
27${PYSITELIB}/vdirsyncer/exceptions.py 27${PYSITELIB}/vdirsyncer/exceptions.py
28${PYSITELIB}/vdirsyncer/exceptions.pyc 28${PYSITELIB}/vdirsyncer/exceptions.pyc
29${PYSITELIB}/vdirsyncer/exceptions.pyo 29${PYSITELIB}/vdirsyncer/exceptions.pyo
30${PYSITELIB}/vdirsyncer/log.py 
31${PYSITELIB}/vdirsyncer/log.pyc 
32${PYSITELIB}/vdirsyncer/log.pyo 
33${PYSITELIB}/vdirsyncer/metasync.py 30${PYSITELIB}/vdirsyncer/metasync.py
34${PYSITELIB}/vdirsyncer/metasync.pyc 31${PYSITELIB}/vdirsyncer/metasync.pyc
35${PYSITELIB}/vdirsyncer/metasync.pyo 32${PYSITELIB}/vdirsyncer/metasync.pyo
36${PYSITELIB}/vdirsyncer/repair.py 33${PYSITELIB}/vdirsyncer/repair.py
37${PYSITELIB}/vdirsyncer/repair.pyc 34${PYSITELIB}/vdirsyncer/repair.pyc
38${PYSITELIB}/vdirsyncer/repair.pyo 35${PYSITELIB}/vdirsyncer/repair.pyo
39${PYSITELIB}/vdirsyncer/storage/__init__.py 36${PYSITELIB}/vdirsyncer/storage/__init__.py
40${PYSITELIB}/vdirsyncer/storage/__init__.pyc 37${PYSITELIB}/vdirsyncer/storage/__init__.pyc
41${PYSITELIB}/vdirsyncer/storage/__init__.pyo 38${PYSITELIB}/vdirsyncer/storage/__init__.pyo
42${PYSITELIB}/vdirsyncer/storage/base.py 39${PYSITELIB}/vdirsyncer/storage/base.py
43${PYSITELIB}/vdirsyncer/storage/base.pyc 40${PYSITELIB}/vdirsyncer/storage/base.pyc
44${PYSITELIB}/vdirsyncer/storage/base.pyo 41${PYSITELIB}/vdirsyncer/storage/base.pyo
45${PYSITELIB}/vdirsyncer/storage/dav.py 42${PYSITELIB}/vdirsyncer/storage/dav.py

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

--- pkgsrc/time/py-vdirsyncer/distinfo 2016/02/21 22:26:33 1.23
+++ pkgsrc/time/py-vdirsyncer/distinfo 2016/04/13 18:08:05 1.24
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.23 2016/02/21 22:26:33 wiz Exp $ 1$NetBSD: distinfo,v 1.24 2016/04/13 18:08:05 wiz Exp $
2 2
3SHA1 (vdirsyncer-0.9.0.tar.gz) = 505185e300de21aabf9157f38ded7f915612c6ec 3SHA1 (vdirsyncer-0.9.3.tar.gz) = 96837350d734d4ac64d035af28e0df084f9d3c27
4RMD160 (vdirsyncer-0.9.0.tar.gz) = 23d3d0d197fb97f99971deca3587c0f38504d35b 4RMD160 (vdirsyncer-0.9.3.tar.gz) = 89c518f37819cfacbeddb56bc50de6720a30da40
5SHA512 (vdirsyncer-0.9.0.tar.gz) = 34446b588eae14f07055eab486db2386d04a12f71b35c41c27529cbd4dbd518067175236d961d97625c4b0b46f0cd24ed367b84aa33b2c42371c999aaba3cde6 5SHA512 (vdirsyncer-0.9.3.tar.gz) = ca1ccae7c90d1ce15581e047e776433835e5575b977ffdfc665f386d701ffb5a18928e753459cb0f8c8644a67165db370d1e24378ff67fc7a3c4f954ef71d550
6Size (vdirsyncer-0.9.0.tar.gz) = 87186 bytes 6Size (vdirsyncer-0.9.3.tar.gz) = 92463 bytes