diff options
author | wiz <wiz@pkgsrc.org> | 2015-05-31 13:20:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-05-31 13:20:42 +0000 |
commit | 567610df9c97f6c1e307d315027a52330053f918 (patch) | |
tree | 24819f57bba1f4e8eba59baaa0d15fa24f169a76 /time/py-vdirsyncer | |
parent | 00939e9ec2dd592e8ae76efc44e38a56ef0d54a2 (diff) | |
download | pkgsrc-567610df9c97f6c1e307d315027a52330053f918.tar.gz |
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.
Diffstat (limited to 'time/py-vdirsyncer')
-rw-r--r-- | time/py-vdirsyncer/Makefile | 6 | ||||
-rw-r--r-- | time/py-vdirsyncer/PLIST | 8 | ||||
-rw-r--r-- | time/py-vdirsyncer/distinfo | 8 |
3 files changed, 14 insertions, 8 deletions
diff --git a/time/py-vdirsyncer/Makefile b/time/py-vdirsyncer/Makefile index e242eaf1604..f1efba5d9b0 100644 --- a/time/py-vdirsyncer/Makefile +++ b/time/py-vdirsyncer/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2015/04/03 07:34:15 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2015/05/31 13:20:42 wiz Exp $ -DISTNAME= vdirsyncer-0.4.4 +DISTNAME= vdirsyncer-0.5.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= time MASTER_SITES= https://pypi.python.org/packages/source/v/vdirsyncer/ @@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-atomicwrites-[0-9]*:../../devel/py-atomicwrites DEPENDS+= ${PYPKGPREFIX}-click>=2.0:../../devel/py-click DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests -DEPENDS+= ${PYPKGPREFIX}-requests-toolbelt>=0.3.0:../../devel/py-requests-toolbelt +DEPENDS+= ${PYPKGPREFIX}-requests-toolbelt>=0.4.0:../../devel/py-requests-toolbelt # optional, but recommended DEPENDS+= ${PYPKGPREFIX}-keyring-[0-9]*:../../security/py-keyring diff --git a/time/py-vdirsyncer/PLIST b/time/py-vdirsyncer/PLIST index 9de29f4f3ea..8885ae7b90d 100644 --- a/time/py-vdirsyncer/PLIST +++ b/time/py-vdirsyncer/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2015/02/04 12:36:38 wiz Exp $ +@comment $NetBSD: PLIST,v 1.6 2015/05/31 13:20:42 wiz Exp $ bin/vdirsyncer ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -57,6 +57,12 @@ ${PYSITELIB}/vdirsyncer/utils/__init__.pyo ${PYSITELIB}/vdirsyncer/utils/compat.py ${PYSITELIB}/vdirsyncer/utils/compat.pyc ${PYSITELIB}/vdirsyncer/utils/compat.pyo +${PYSITELIB}/vdirsyncer/utils/http.py +${PYSITELIB}/vdirsyncer/utils/http.pyc +${PYSITELIB}/vdirsyncer/utils/http.pyo +${PYSITELIB}/vdirsyncer/utils/password.py +${PYSITELIB}/vdirsyncer/utils/password.pyc +${PYSITELIB}/vdirsyncer/utils/password.pyo ${PYSITELIB}/vdirsyncer/utils/vobject.py ${PYSITELIB}/vdirsyncer/utils/vobject.pyc ${PYSITELIB}/vdirsyncer/utils/vobject.pyo diff --git a/time/py-vdirsyncer/distinfo b/time/py-vdirsyncer/distinfo index 7697234d580..e6567cbc6d1 100644 --- a/time/py-vdirsyncer/distinfo +++ b/time/py-vdirsyncer/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2015/04/03 07:34:15 wiz Exp $ +$NetBSD: distinfo,v 1.13 2015/05/31 13:20:42 wiz Exp $ -SHA1 (vdirsyncer-0.4.4.tar.gz) = 0164a9da28843b0ac06cb696bd600bbd2a546986 -RMD160 (vdirsyncer-0.4.4.tar.gz) = bcf198dcaef124d1b10dad7b6feab5a8eeec99dd -Size (vdirsyncer-0.4.4.tar.gz) = 205697 bytes +SHA1 (vdirsyncer-0.5.1.tar.gz) = b0704a22897ec2766b4d98441a0a4cf6c0cf06d9 +RMD160 (vdirsyncer-0.5.1.tar.gz) = b8c1a8c0d33be727ca5f845bf0c0c18886743fb1 +Size (vdirsyncer-0.5.1.tar.gz) = 73553 bytes |