Sun May 31 13:20:42 2015 UTC ()
Update to 0.5.1:

Version 0.5.1
=============

*released on 29 May 2015*

- **N.b.: The PyPI upload of 0.5.0 is completely broken.**
- Raise version of required requests-toolbelt to ``0.4.0``.
- Command line should be a lot faster when no work is done, e.g. for help
  output.
- Fix compatibility with iCloud again.
- Use only one worker if debug mode is activated.
- ``verify=false`` is now disallowed in vdirsyncer, please use
  ``verify_fingerprint`` instead.
- Fixed a bug where vdirsyncer's DAV storage was not using the configured
  useragent for collection discovery.


(wiz)
diff -r1.18 -r1.19 pkgsrc/time/py-vdirsyncer/Makefile
diff -r1.5 -r1.6 pkgsrc/time/py-vdirsyncer/PLIST
diff -r1.12 -r1.13 pkgsrc/time/py-vdirsyncer/distinfo

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

--- pkgsrc/time/py-vdirsyncer/Makefile 2015/04/03 07:34:15 1.18
+++ pkgsrc/time/py-vdirsyncer/Makefile 2015/05/31 13:20:42 1.19
@@ -1,31 +1,31 @@ @@ -1,31 +1,31 @@
1# $NetBSD: Makefile,v 1.18 2015/04/03 07:34:15 wiz Exp $ 1# $NetBSD: Makefile,v 1.19 2015/05/31 13:20:42 wiz Exp $
2 2
3DISTNAME= vdirsyncer-0.4.4 3DISTNAME= vdirsyncer-0.5.1
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= time 5CATEGORIES= time
6MASTER_SITES= https://pypi.python.org/packages/source/v/vdirsyncer/ 6MASTER_SITES= https://pypi.python.org/packages/source/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
15DEPENDS+= ${PYPKGPREFIX}-atomicwrites-[0-9]*:../../devel/py-atomicwrites 15DEPENDS+= ${PYPKGPREFIX}-atomicwrites-[0-9]*:../../devel/py-atomicwrites
16DEPENDS+= ${PYPKGPREFIX}-click>=2.0:../../devel/py-click 16DEPENDS+= ${PYPKGPREFIX}-click>=2.0:../../devel/py-click
17DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml 17DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
18DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests 18DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
19DEPENDS+= ${PYPKGPREFIX}-requests-toolbelt>=0.3.0:../../devel/py-requests-toolbelt 19DEPENDS+= ${PYPKGPREFIX}-requests-toolbelt>=0.4.0:../../devel/py-requests-toolbelt
20# optional, but recommended 20# optional, but recommended
21DEPENDS+= ${PYPKGPREFIX}-keyring-[0-9]*:../../security/py-keyring 21DEPENDS+= ${PYPKGPREFIX}-keyring-[0-9]*:../../security/py-keyring
22 22
23USE_LANGUAGES= # none 23USE_LANGUAGES= # none
24INSTALLATION_DIRS= share/examples/${PKGBASE} 24INSTALLATION_DIRS= share/examples/${PKGBASE}
25PLIST_SUBST+= PKGBASE=${PKGBASE} 25PLIST_SUBST+= PKGBASE=${PKGBASE}
26 26
27post-install: 27post-install:
28 ${INSTALL_DATA} ${WRKSRC}/example.cfg ${DESTDIR}${PREFIX}/share/examples/${PKGBASE}/ 28 ${INSTALL_DATA} ${WRKSRC}/example.cfg ${DESTDIR}${PREFIX}/share/examples/${PKGBASE}/
29 29
30.include "../../lang/python/egg.mk" 30.include "../../lang/python/egg.mk"
31.include "../../mk/bsd.pkg.mk" 31.include "../../mk/bsd.pkg.mk"

cvs diff -r1.5 -r1.6 pkgsrc/time/py-vdirsyncer/PLIST (expand / switch to unified diff)

--- pkgsrc/time/py-vdirsyncer/PLIST 2015/02/04 12:36:38 1.5
+++ pkgsrc/time/py-vdirsyncer/PLIST 2015/05/31 13:20:42 1.6
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.5 2015/02/04 12:36:38 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.6 2015/05/31 13:20:42 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
@@ -47,17 +47,23 @@ ${PYSITELIB}/vdirsyncer/storage/memory.p @@ -47,17 +47,23 @@ ${PYSITELIB}/vdirsyncer/storage/memory.p
47${PYSITELIB}/vdirsyncer/storage/memory.pyo 47${PYSITELIB}/vdirsyncer/storage/memory.pyo
48${PYSITELIB}/vdirsyncer/storage/singlefile.py 48${PYSITELIB}/vdirsyncer/storage/singlefile.py
49${PYSITELIB}/vdirsyncer/storage/singlefile.pyc 49${PYSITELIB}/vdirsyncer/storage/singlefile.pyc
50${PYSITELIB}/vdirsyncer/storage/singlefile.pyo 50${PYSITELIB}/vdirsyncer/storage/singlefile.pyo
51${PYSITELIB}/vdirsyncer/sync.py 51${PYSITELIB}/vdirsyncer/sync.py
52${PYSITELIB}/vdirsyncer/sync.pyc 52${PYSITELIB}/vdirsyncer/sync.pyc
53${PYSITELIB}/vdirsyncer/sync.pyo 53${PYSITELIB}/vdirsyncer/sync.pyo
54${PYSITELIB}/vdirsyncer/utils/__init__.py 54${PYSITELIB}/vdirsyncer/utils/__init__.py
55${PYSITELIB}/vdirsyncer/utils/__init__.pyc 55${PYSITELIB}/vdirsyncer/utils/__init__.pyc
56${PYSITELIB}/vdirsyncer/utils/__init__.pyo 56${PYSITELIB}/vdirsyncer/utils/__init__.pyo
57${PYSITELIB}/vdirsyncer/utils/compat.py 57${PYSITELIB}/vdirsyncer/utils/compat.py
58${PYSITELIB}/vdirsyncer/utils/compat.pyc 58${PYSITELIB}/vdirsyncer/utils/compat.pyc
59${PYSITELIB}/vdirsyncer/utils/compat.pyo 59${PYSITELIB}/vdirsyncer/utils/compat.pyo
 60${PYSITELIB}/vdirsyncer/utils/http.py
 61${PYSITELIB}/vdirsyncer/utils/http.pyc
 62${PYSITELIB}/vdirsyncer/utils/http.pyo
 63${PYSITELIB}/vdirsyncer/utils/password.py
 64${PYSITELIB}/vdirsyncer/utils/password.pyc
 65${PYSITELIB}/vdirsyncer/utils/password.pyo
60${PYSITELIB}/vdirsyncer/utils/vobject.py 66${PYSITELIB}/vdirsyncer/utils/vobject.py
61${PYSITELIB}/vdirsyncer/utils/vobject.pyc 67${PYSITELIB}/vdirsyncer/utils/vobject.pyc
62${PYSITELIB}/vdirsyncer/utils/vobject.pyo 68${PYSITELIB}/vdirsyncer/utils/vobject.pyo
63share/examples/${PKGBASE}/example.cfg 69share/examples/${PKGBASE}/example.cfg

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

--- pkgsrc/time/py-vdirsyncer/distinfo 2015/04/03 07:34:15 1.12
+++ pkgsrc/time/py-vdirsyncer/distinfo 2015/05/31 13:20:42 1.13
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.12 2015/04/03 07:34:15 wiz Exp $ 1$NetBSD: distinfo,v 1.13 2015/05/31 13:20:42 wiz Exp $
2 2
3SHA1 (vdirsyncer-0.4.4.tar.gz) = 0164a9da28843b0ac06cb696bd600bbd2a546986 3SHA1 (vdirsyncer-0.5.1.tar.gz) = b0704a22897ec2766b4d98441a0a4cf6c0cf06d9
4RMD160 (vdirsyncer-0.4.4.tar.gz) = bcf198dcaef124d1b10dad7b6feab5a8eeec99dd 4RMD160 (vdirsyncer-0.5.1.tar.gz) = b8c1a8c0d33be727ca5f845bf0c0c18886743fb1
5Size (vdirsyncer-0.4.4.tar.gz) = 205697 bytes 5Size (vdirsyncer-0.5.1.tar.gz) = 73553 bytes